09 2017 档案

git push 每次都要输入用户名密码
摘要:添加远程库的时候使用了https的方式。。所以每次都要用https的方式push到远程库,速度还慢。。 查看使用的传输协议: 重新设置成ssh的方式: 阅读全文

posted @ 2017-09-19 13:33 Alex0111 阅读(200) 评论(0) 推荐(0)

Ruby 装pg的坑
摘要:sudo apt-get install libpq-devsudo gem install pg -v '0.21.0' 阅读全文

posted @ 2017-09-19 13:20 Alex0111 阅读(126) 评论(0) 推荐(0)

word2vec
摘要:http://www.52nlp.cn/tag/python-word2vec https://www.tensorflow.org/tutorials/word2vec https://groups.google.com/forum/#!topic/gensim/MJWrDw_IvXw 阅读全文

posted @ 2017-09-15 22:55 Alex0111 阅读(88) 评论(0) 推荐(0)

情感分析工具
摘要:nltk http://www.nltk.org/book/ http://www.nltk.org/ snownlp http://blog.csdn.net/iqqiqqiqqiqq/article/details/50756552 https://www.zhihu.com/question/ 阅读全文

posted @ 2017-09-15 22:34 Alex0111 阅读(234) 评论(0) 推荐(0)

python 生成随机长度的字符串
摘要:f = open('/home/noone/workspace/xiangqianzu/text.txt','w') for x in range(10001): f.write(randomString(x)+'\n') f.close() 阅读全文

posted @ 2017-09-15 11:23 Alex0111 阅读(489) 评论(0) 推荐(0)

全球天气监测资料库 清华气象站
摘要:ftp://ftp.cdc.noaa.gov/pub/Datasets/ncep/ https://climate.dest.com.cn/ 阅读全文

posted @ 2017-09-13 11:51 Alex0111 阅读(204) 评论(0) 推荐(0)

class kind type sort区别
摘要:class多用于 级别比如高级货就是 first class,primary class等等,以此类推kind 和sort 基本一样,就像你说的,译为 种类,what kind of疑问,回答时用sort/kind of 则表示“有点点吧”,较为口语化。PS我在国外用了这么久没发现区别···type 阅读全文

posted @ 2017-09-13 11:02 Alex0111 阅读(624) 评论(0) 推荐(0)

install netcdf
摘要:https://gist.github.com/perrette/cd815d03830b53e24c82 阅读全文

posted @ 2017-09-12 14:15 Alex0111 阅读(138) 评论(0) 推荐(0)

导航