上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 71 下一页

2015年7月15日

【R】shiny界面

摘要: http://www.rstudio.com/shinyhttp://yanping.me/shiny-tutorial/#welcome 阅读全文

posted @ 2015-07-15 18:52 colipso 阅读(280) 评论(0) 推荐(0) 编辑

2015年7月10日

【python】多进程多线程

摘要: import threadingimport multiprocessingclass MultiThread(threading.Thread): def __init__(self,func,args,name = ''): threading.Thread.__init__... 阅读全文

posted @ 2015-07-10 16:17 colipso 阅读(296) 评论(0) 推荐(0) 编辑

2015年7月7日

【scrapy】相关

摘要: http://www.cnblogs.com/mophee/archive/2009/03/12/1409562.htmlcss选择器中的空格http://www.crummy.com/software/BeautifulSoup/bs4/doc/beautifulsoup4http://www.z... 阅读全文

posted @ 2015-07-07 21:02 colipso 阅读(144) 评论(0) 推荐(0) 编辑

【python】通过代理安装包

摘要: 1、安装setuptools 支持 pip install 或easy_install2、在终端执行setHTTP_PROXY=http://your.proxy.com:yourPortsetHTTPS_PROXY=http://your.proxy.com:yourPort3、easy_inst... 阅读全文

posted @ 2015-07-07 14:35 colipso 阅读(817) 评论(0) 推荐(0) 编辑

2015年6月30日

【书单】book list

摘要: 这些年看完的书: 故事课 网站设计解构--有效的交互设计框架和模式 认知与设计-理解UI设计准则 故事 vue企业开发实战(一本烂书) 利用Python进行数据分析 Flask Web开发实战:入门、进阶与原理解析 VUE.js实战 图解CSS核心技术与案例 JavaScript高级程序设计 Pyt 阅读全文

posted @ 2015-06-30 09:59 colipso 阅读(490) 评论(0) 推荐(0) 编辑

2015年6月24日

【Python】动态获取python类名、函数名&多线程

摘要: import timeimport randomimport threadingimport inspectdef get_current_function_name(): return inspect.stack()[1][3] class Inclass: def __init... 阅读全文

posted @ 2015-06-24 18:15 colipso 阅读(763) 评论(0) 推荐(0) 编辑

2015年6月17日

【PyMongo】连接10055错误的处理--windows7

摘要: http://stackoverflow.com/questions/25621893/mongodump-utility-raise-socketexception 阅读全文

posted @ 2015-06-17 17:09 colipso 阅读(426) 评论(0) 推荐(0) 编辑

2015年6月10日

【数学】控制论

摘要: http://blog.sciencenet.cn/blog-548217-693357.html 阅读全文

posted @ 2015-06-10 21:06 colipso 阅读(145) 评论(0) 推荐(0) 编辑

2015年6月8日

【Mongo】聚合函数

摘要: http://blog.csdn.net/miyatang/article/details/20997313SQL Terms, Functions, and Concepts MongoDB Aggregation Oper... 阅读全文

posted @ 2015-06-08 11:36 colipso 阅读(311) 评论(0) 推荐(0) 编辑

2015年6月5日

【Deeplearning】blog

摘要: http://blog.csdn.net/zouxy09 阅读全文

posted @ 2015-06-05 11:42 colipso 阅读(179) 评论(0) 推荐(0) 编辑

上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 71 下一页

导航