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

2015年6月2日

【Python】添加注册表信息脚本

摘要: http://wrox.cn/article/1004030/# -*- coding: utf-8 -*-"""Created on Tue Jun 02 16:26:52 2015@author: dapenghuang"""from _winreg import *# tweak as nec... 阅读全文

posted @ 2015-06-02 16:29 colipso 阅读(1538) 评论(0) 推荐(1) 编辑

【数据库】备份与恢复

摘要: Mysql:http://www.cnblogs.com/Cherie/p/3309456.htmlMongoDB:http://www.cnblogs.com/friends-wf/p/3951071.html 阅读全文

posted @ 2015-06-02 09:40 colipso 阅读(143) 评论(0) 推荐(0) 编辑

2015年5月26日

【MongoDB】数组长度查询

摘要: db.groupedInfo.count({'surveyInfo.surveyAndUserID.0':{$exists:1}}) 阅读全文

posted @ 2015-05-26 18:19 colipso 阅读(988) 评论(0) 推荐(0) 编辑

2015年5月19日

【Mysql】修改最大连接数

摘要: http://www.111cn.net/database/mysql/51934.htm 阅读全文

posted @ 2015-05-19 14:49 colipso 阅读(118) 评论(0) 推荐(0) 编辑

【Python】多线程2

摘要: threading模块import timeimport randomimport threadingclass Inclass: def __init__(self): print 'Inclass 初始化' def execIn(self,i): rand... 阅读全文

posted @ 2015-05-19 11:23 colipso 阅读(217) 评论(0) 推荐(0) 编辑

2015年5月14日

【python】多线程

摘要: https://docs.python.org/2/library/multiprocessing.htmlhttps://docs.python.org/2/library/threading.htmlhttp://www.coder4.com/archives/3352import multip... 阅读全文

posted @ 2015-05-14 21:19 colipso 阅读(236) 评论(0) 推荐(0) 编辑

2015年5月13日

【mysql】恢复备份

摘要: windows环境:打开cmdcd 到备份数据目录mysql -u*** -puse database;source *****.sql; 阅读全文

posted @ 2015-05-13 11:20 colipso 阅读(156) 评论(0) 推荐(0) 编辑

2015年5月11日

【python】\\u的字符编码问题

摘要: Str = "\\u559c\\u6b22\\u4e00\\u4e2a\\u4eba";Str = Str.decode("unicode-escape") 阅读全文

posted @ 2015-05-11 14:46 colipso 阅读(731) 评论(0) 推荐(0) 编辑

2015年5月7日

【Graphlab】

摘要: https://dato.com/graphlab 阅读全文

posted @ 2015-05-07 16:24 colipso 阅读(151) 评论(0) 推荐(0) 编辑

【Python】源码

摘要: http://nullege.com/搜索工具 阅读全文

posted @ 2015-05-07 09:24 colipso 阅读(138) 评论(0) 推荐(0) 编辑

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

导航