上一页 1 2 3 4 5 6 7 ··· 15 下一页

2019年12月5日

摘要: viterbi 算法 https://wulc.me/2017/03/02/%E7%BB%B4%E7%89%B9%E6%AF%94%E7%AE%97%E6%B3%95/ https://en.wikipedia.org/wiki/File:Viterbi_animated_demo.gif http 阅读全文
posted @ 2019-12-05 12:27 不忘初衷,方能致远 阅读(280) 评论(0) 推荐(0)

2019年11月21日

摘要: gstack - print a stack trace of a running process 阅读全文
posted @ 2019-11-21 18:37 不忘初衷,方能致远 阅读(171) 评论(0) 推荐(0)

2019年10月23日

摘要: 1. 高亮 阅读全文
posted @ 2019-10-23 18:10 不忘初衷,方能致远 阅读(173) 评论(0) 推荐(0)

2019年10月8日

摘要: payload:https://www.ibm.com/developerworks/cn/opensource/os-cn-lucene-pl/ https://www.cnblogs.com/forfuture1978/archive/2009/12/14/1623599.html 四、具体格式 阅读全文
posted @ 2019-10-08 14:48 不忘初衷,方能致远 阅读(183) 评论(4) 推荐(0)

2019年6月26日

摘要: public int getPartition(K key, V value, int numReduceTasks) { return (key.hashCode() & Integer.MAX_VALUE) % numReduceTasks; } java String 的hashCode: 阅读全文
posted @ 2019-06-26 20:47 不忘初衷,方能致远 阅读(513) 评论(0) 推荐(0)

2019年5月21日

摘要: http://www.partow.net/programming/exprtk/ 阅读全文
posted @ 2019-05-21 20:45 不忘初衷,方能致远 阅读(226) 评论(0) 推荐(0)

2019年5月15日

摘要: wstring size和length 返回的是字符数string size和length返回的是字节数 utf8的 wchar 在linux是4字节的,而不是windows的 unsigned short 两字节 阅读全文
posted @ 2019-05-15 10:47 不忘初衷,方能致远 阅读(1072) 评论(0) 推荐(0)

2019年4月2日

摘要: wget https://bootstrap.pypa.io/get-pip.py python get-pip.py 阅读全文
posted @ 2019-04-02 16:12 不忘初衷,方能致远 阅读(100) 评论(0) 推荐(0)

2019年2月11日

摘要: files="/home/maintable/wenda/pyvers/pys" /usr/bin/hadoop/software/hadoop/bin/hadoop streaming \-D mapred.job.name="mr_test_log" \-D mapred.job.priorit 阅读全文
posted @ 2019-02-11 10:28 不忘初衷,方能致远 阅读(676) 评论(0) 推荐(0)

2019年1月28日

摘要: try: import jsonexcept ImportError: try: import minijson as json json.loads = json.read() json.dumps = json.write() except ImportError: pass 阅读全文
posted @ 2019-01-28 20:23 不忘初衷,方能致远 阅读(515) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 15 下一页

导航