会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
peterwong666
博客园
首页
新随笔
联系
订阅
管理
2019年9月10日
华硕U303LA换屏记--普通屏换成高清屏1920x1080
摘要: 因为工作需要, 要经常用到手提电脑, 华硕U303LA原来的屏是普通屏. 长时间看时, 看得我眼晴很不舒服. 普通屏都是偏灰色的. 不适宜长时间观看. 我就在网上对比了几天, 去深圳华强北的笔记本屏店铺换. 去之前要对自己的笔记本的屏参数了解才行. 用到 AIDA64 Extreme 这个软件. 在
阅读全文
posted @ 2019-09-10 11:01 peterwong666
阅读(1927)
评论(0)
推荐(0)
2019年8月21日
opencart 邮箱设置--亲测成功发送邮件
摘要: 按照网上很多资料都不成功. 最后, 发现, 在系统里的邮箱与发邮件的邮箱要一样的. 系统管理员邮箱位置: Home>> Store>>Setting> Edit Setting>> Store>>Email 亲测成功发送邮件. 更多设置可看 视频教程: https://www.opencart.cn
阅读全文
posted @ 2019-08-21 16:40 peterwong666
阅读(1808)
评论(0)
推荐(0)
2019年8月20日
用pip安装tensorflow换成国内源快速安装
摘要: Tensorflow 1.X 安装: pip install --index-url https://pypi.douban.com/simple tensorflow 或pip install --index-url http://mirrors.aliyun.com/pypi/simple/ t
阅读全文
posted @ 2019-08-20 17:37 peterwong666
阅读(12108)
评论(0)
推荐(1)
2019年7月22日
常用 GIT 命令
摘要: 1)将远程仓库纳入管理 其实就是添加远程仓库,在你已有的本地仓库目录下执行如下命令: (在仓库右上角里SSH 里COPY 地址) $ git remote add example git@github.com:yourUserId/example.git 或者使用: 或者使用: $ git remo
阅读全文
posted @ 2019-07-22 14:53 peterwong666
阅读(167)
评论(0)
推荐(0)
航空航天遥感图像目标检测数据集汇总
摘要: 有关论文集: https://ucassdl.cn/content/work/paper.html 1.DOTA:A Large-scale Dataset for Object Detection in Aerial Images。这是武大遥感国重实验室夏桂松和华科电信学院白翔联合做的一个数据集,
阅读全文
posted @ 2019-07-22 10:38 peterwong666
阅读(7822)
评论(1)
推荐(2)
2019年7月17日
sublime text里怎么使光标跳至行尾和行首,快捷键如保设置?
摘要: sublime text3 里Preferences > Key Bindings — User 加入下面这行 : # 以下是 按shift + e{ "keys": ["shift+e"], "command":"move_to", "args":{"to":"eol"}} # 以下是 按shif
阅读全文
posted @ 2019-07-17 10:08 peterwong666
阅读(2755)
评论(0)
推荐(0)
2019年7月16日
python打印的时候print(f"*******") 的括号里的 f' ' 是什么意思 ?
摘要: python的print字符串前面加f表示格式化字符串,加f后可以在字符串里面使用用花括号括起来的变量和表达式,如果字符串里面没有表达式,那么前面加不加f输出应该都一样. Python3.6新增了一种f-字符串格式化格式化的字符串文字前缀为’f’和接受的格式字符串相似str.format()。它们包
阅读全文
posted @ 2019-07-16 14:40 peterwong666
阅读(89909)
评论(0)
推荐(6)
2019年7月8日
Python:Tensorflow Your CPU supports ... not compiled to use AVX2 FMA
摘要: 在需要使用tensorflow的py文件前面加上
阅读全文
posted @ 2019-07-08 14:58 peterwong666
阅读(251)
评论(0)
推荐(0)
2019年7月6日
tensorflow中feed_dict{ }
摘要: 1. 占位符 tensorflow里对于暂时不进行赋值的元素有一个称呼叫占位符。所谓占位符,先占位,等需要时再赋值。所需要的命令为tf.placeholder,具体代码为: 上述表示给a赋予一个32位浮点数。具体多少,不知道,等到需要赋值的时候才知道。 2 。feed_dict feed_dict就
阅读全文
posted @ 2019-07-06 10:01 peterwong666
阅读(4904)
评论(0)
推荐(0)
2019年7月5日
numpy.linspace使用详解
摘要: numpy.linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None) 在指定的间隔内返回均匀间隔的数字。 返回num均匀分布的样本,在[start, stop]。 这个区间的端点可以任意的被排除在外。 当endpo
阅读全文
posted @ 2019-07-05 16:29 peterwong666
阅读(19569)
评论(0)
推荐(0)
下一页
公告