会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
bloglxc
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
13
下一页
2019年11月26日
nltk data 离线安装
摘要: 运行程序时发现如下错误: 在命令行下载速度太慢,因此需要离线安装: 按照:http://www.nltk.org/data.html 中manual installation的方法, 将包下载好后解压到上面报错时提到的目录之一, 下载地址:http://www.nltk.org/nltk_data/
阅读全文
posted @ 2019-11-26 15:57 bloglxc
阅读(610)
评论(0)
推荐(0)
2019年11月18日
ubuntu 无法访问windows使用的磁盘
摘要: 安装双系统的电脑,正常情况下Ubuntu是可以访问windows下使用的磁盘的, 当出现如下图所示问题时: Windows没有正常关闭。 解决方法: 其中磁盘号要与提示一致。 Reference: https://blog.csdn.net/Handoking/article/details/775
阅读全文
posted @ 2019-11-18 20:57 bloglxc
阅读(550)
评论(0)
推荐(0)
2019年11月7日
Java语法
摘要: 1、字符串split时,若分隔符是“.”或者“|”等,应该加上转义字符: 参考:https://www.runoob.com/java/java-string-split.html
阅读全文
posted @ 2019-11-07 19:19 bloglxc
阅读(105)
评论(0)
推荐(0)
2019年11月5日
IDEA配置Hadoop开发环境&编译运行WordCount程序
摘要: 有关hadoop及java安装配置请见:https://www.cnblogs.com/lxc1910/p/11734477.html 1、新建Java project: 选择合适的jdk,如图所示: 将工程命名为WordCount。 2、添加WordCount类文件: 在src中添加新的Java类
阅读全文
posted @ 2019-11-05 15:00 bloglxc
阅读(2596)
评论(0)
推荐(0)
2019年10月29日
vgg16 感受野计算
摘要: code: 参考: Calculate Receptive Field for VGG16 | Zike's Blog
阅读全文
posted @ 2019-10-29 16:45 bloglxc
阅读(830)
评论(0)
推荐(0)
2019年10月24日
ubuntu hadoop安装
摘要: 参考: https://wangchangchung.github.io/2017/09/28/Ubuntu-16-04%E4%B8%8A%E5%AE%89%E8%A3%85Hadoop%E5%B9%B6%E6%88%90%E5%8A%9F%E8%BF%90%E8%A1%8C/ https://ww
阅读全文
posted @ 2019-10-24 19:54 bloglxc
阅读(348)
评论(0)
推荐(0)
2019年10月15日
NMS(非极大值抑制)实现
摘要: 1、IOU计算 设两个边界框分别为A,B。A的坐标为Ax1,Ax2,Ay1,Ay2,且Ax1 < Ax2,Ay1 < Ay2。B和A类似。 则IOU为A∩B除以A∪B。 当两个边界框有重叠部分时,即位于上面边框的y2大于下面边框的y1,且左边边框的x2大于右边边框的x1时,IOU才大于0. 否则A和
阅读全文
posted @ 2019-10-15 16:10 bloglxc
阅读(219)
评论(0)
推荐(0)
2019年10月6日
python 读写
摘要: 1、读 2、写
阅读全文
posted @ 2019-10-06 10:27 bloglxc
阅读(112)
评论(0)
推荐(0)
2019年9月26日
关闭浏览器调用迅雷下载
摘要: step1: 任务管理器-->服务-->XLServicePlatform 关闭 step2: services.msc -->双击XLServicePlatform-->启动类型改成禁用-->确定. 参考:https://www.zhihu.com/question/37499233
阅读全文
posted @ 2019-09-26 14:39 bloglxc
阅读(417)
评论(0)
推荐(0)
2019年9月24日
python 查看源代码
摘要: 使用包inspect 查看模块所在路径: 查看源码: 参考:https://zhuanlan.zhihu.com/p/37095163
阅读全文
posted @ 2019-09-24 11:24 bloglxc
阅读(935)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
13
下一页
公告