上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: 简介: 开源BSD、key-value数据库、数据持久化(可将内存数据保存到磁盘中),提供多种数据结构、 支持数据备份(master-slave模式) 优势: 性能高、数据类型丰富、原子性、其他 Redis 配置 参数说明 redis.conf 配置项说明如下: 1. Redis默认不是以守护进程的 阅读全文
posted @ 2017-04-18 22:02 yhidr 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 1,pip ssl certification ssl: certificate_verify_failed。。。 2,Could not find a version that satisfies the requirement Flask-B ootstrap==3.0.3.1 (from -r 阅读全文
posted @ 2017-03-15 16:18 yhidr 阅读(284) 评论(0) 推荐(0) 编辑
摘要: https://pypi.python.org/pypi 下载 解压 进入setup.py的目录 阅读全文
posted @ 2017-03-14 17:00 yhidr 阅读(545) 评论(0) 推荐(0) 编辑
摘要: http://www.3lian.com/edu/2013/05-14/69869.html 内联inner join (类似交集)、左联left outer join 、右联right outer join 、全联full outer join(类似并集)。 内联:(类似交集) select * 阅读全文
posted @ 2017-03-13 14:03 yhidr 阅读(230) 评论(0) 推荐(0) 编辑
摘要: VBox ubuntu安装增强功能 阅读全文
posted @ 2017-02-25 10:10 yhidr 阅读(143) 评论(0) 推荐(0) 编辑
摘要: https://github.com/billryan/algorithm-exercise Part I - Basics Basic Data Structure string: s2 = "shaunwei" s2.index('w') # return 5, if not found, th 阅读全文
posted @ 2017-02-24 21:18 yhidr 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 以下命令存为 .bat,运行即可 route delete 0.0.0.0 mask 0.0.0.0route delete 10.0.0.0 mask 255.0.0.0route -p add 0.0.0.0 mask 0.0.0.0 192.168.100.1route -p add 10.0 阅读全文
posted @ 2017-02-16 13:35 yhidr 阅读(5379) 评论(0) 推荐(0) 编辑
摘要: 基本: dir 列文件名 md 建立子目录 mkdir 建立目录 rd 删除目录 cls 清屏 move 移动,改目录名 阅读全文
posted @ 2017-02-14 15:03 yhidr 阅读(154) 评论(0) 推荐(0) 编辑
摘要: http://www.jb51.net/os/Ubuntu/164636.html 1, restart 2, Hold down shift key / press and hold 3, select "recovery mode" 4, select "root Drop to root sh 阅读全文
posted @ 2017-02-08 17:26 yhidr 阅读(466) 评论(0) 推荐(0) 编辑
摘要: 1、手动建立: 第一步 建立虚拟环境 Windows cmd: pip install virtualenv 创建虚拟环境目录 env 激活虚拟环境 C:\Python27\Scripts\env\Scripts>activate.bat Linux: 启动虚拟环境: source env/bin/ 阅读全文
posted @ 2017-01-28 13:46 yhidr 阅读(56541) 评论(2) 推荐(3) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页