会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Eason Go!
博客园
首页
新随笔
联系
订阅
管理
随笔 - 67
文章 - 1
评论 - 27
阅读 -
20万
11 2017 档案
Linux 数据分析常用 shell命令
摘要:.文件合并 目录下有成千上万的小文件,需合并成大文件,直接cat 返回参数列表过长 ls |xargs -t -I{} cat {} >> merge.txt 2.从文本中截取行特定内容 以“,”分隔,第二个field的内容 3.统计文件中单词出现个数 4.文件求交 5.文件求并 6.文件求差集(A
阅读全文
posted @
2017-11-01 15:29
iByte
阅读(849)
评论(0)
推荐(0)
编辑
公告
一枝红杏
昵称:
iByte
园龄:
13年5个月
粉丝:
17
关注:
22
+加关注
<
2025年2月
>
日
一
二
三
四
五
六
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
1
2
3
4
5
6
7
8
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
积分与排名
积分 - 84824
排名 - 18953
随笔分类
DNS(16)
Go(1)
Java(3)
Kafka(2)
Leetcode(1)
Linux(18)
Redis(2)
VMware(2)
机器学习(3)
基本概念(1)
算法(2)
杂七杂八(3)
随笔档案
2018年10月(2)
2017年11月(1)
2017年5月(1)
2017年4月(1)
2017年3月(2)
2017年1月(1)
2016年12月(9)
2016年11月(12)
2016年10月(5)
2016年9月(8)
2016年8月(23)
2012年4月(1)
2011年10月(1)
文章档案
2018年10月(1)
阅读排行榜
1. GCC 编译命令(48381)
2. double free or corruption的原因(27780)
3. Flume 与Kafka区别(26922)
4. Linux创建公钥(10110)
5. 车牌识别(end-to-end-for-chinese-plate-recognition)项目搭建基于Mxnet(Python 3.5)(7934)
评论排行榜
1. 车牌识别(end-to-end-for-chinese-plate-recognition)项目搭建基于Mxnet(Python 3.5)(21)
2. double free or corruption的原因(4)
3. redhat Enterprise Linux Server release 7.2(Maipo) 安装redis-stat(2)
推荐排行榜
1. GCC 编译命令(4)
2. 车牌识别(end-to-end-for-chinese-plate-recognition)项目搭建基于Mxnet(Python 3.5)(4)
3. Flume 与Kafka区别(1)
4. linux全局页目录项(1)
最新评论
1. Re:车牌识别(end-to-end-for-chinese-plate-recognition)项目搭建基于Mxnet(Python 3.5)
请问使用的是什么数据集?
--yingxueQi
2. Re:redhat Enterprise Linux Server release 7.2(Maipo) 安装redis-stat
@ 阁楼上的灯可能是地名麦坡谷(Maipo)...
--iByte
3. Re:redhat Enterprise Linux Server release 7.2(Maipo) 安装redis-stat
大神知道Maipo是什么意思么
--阁楼上的灯
4. Re:车牌识别(end-to-end-for-chinese-plate-recognition)项目搭建基于Mxnet(Python 3.5)
您好,我发现出现京00000是因为只能检测一次,第一次可以识别,但是后面的结果就都是京00000了。我想请问一下这个问题该如何修改呢?
--sherry_Y
5. Re:车牌识别(end-to-end-for-chinese-plate-recognition)项目搭建基于Mxnet(Python 3.5)
您好,我也是训练完成,但是运行test.py时无论哪张图片都是结果都是京00000,请问这样的问题是什么原因,该如何修改?烦请指教,谢谢!
--sherry_Y
点击右上角即可分享