上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页
摘要: 安装anaconda 新建jupyter运行目录与log目录 mkdir jupyter mkdir jupyter/data mkdir jupyter/log 生成配置文件 jupyter notebook --generate-config vim ~/.jupyter/jupyter_not 阅读全文
posted @ 2018-05-28 16:19 jhc888007 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 对于InnoDB格式来说,必须在最后加上conn.commit() 阅读全文
posted @ 2018-05-23 18:25 jhc888007 阅读(113) 评论(0) 推荐(0) 编辑
摘要: vim /etc/sudoers 参考文献: https://blog.csdn.net/db_guy/article/details/79065524 阅读全文
posted @ 2018-05-16 15:18 jhc888007 阅读(137) 评论(0) 推荐(0) 编辑
摘要: Python使用C++库使用write函数:大约32分钟 Python使用C++库使用fwrite函数(Python无读缓存,写缓存64M):大约5分钟 原生C++使用fwrite函数(读缓存64M,写缓存64M):大约4分钟 阅读全文
posted @ 2018-05-14 17:23 jhc888007 阅读(462) 评论(0) 推荐(0) 编辑
摘要: 安装依赖 yum install gcc+ gcc-c++ autoconf 下载安装 wget --no-check-certificate https://github.com/ideawu/ssdb/archive/master.zipmv master.zip ssdb-master.zip 阅读全文
posted @ 2018-05-11 17:55 jhc888007 阅读(144) 评论(0) 推荐(0) 编辑
摘要: yum install libxslt-devel libffi libffi-devel python-devel gcc openssl openssl-devel sqlite-devel mysql-devel gcc+ gcc-c++ autoconf wget https://files.pythonhosted.org/packages/66/6d/dad0d39ce1cfa98... 阅读全文
posted @ 2018-05-11 17:43 jhc888007 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 使用import需要在所有宿主机安装相应模块,但使用ctypes库可以调用 test.c test_map.py test_red.py test.sh 参考文献: https://blog.csdn.net/frankie110/article/details/8724509/ http://ww 阅读全文
posted @ 2018-05-10 10:52 jhc888007 阅读(397) 评论(0) 推荐(0) 编辑
摘要: 参考文献: https://github.com/gomodule/redigo/wiki/FAQ https://godoc.org/github.com/gomodule/redigo/redis#pkg-examples https://studygolang.com/articles/302 阅读全文
posted @ 2018-04-25 18:34 jhc888007 阅读(843) 评论(0) 推荐(0) 编辑
摘要: os.OpenFile(filename, os.O_APPEND|os.O_WRONLY, 0666) 参考文献: https://stackoverflow.com/questions/33851692/golang-bad-file-descriptor 阅读全文
posted @ 2018-04-25 15:30 jhc888007 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 安装依赖 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-develyum install gcc perl-ExtUtils-MakeMakeryum update nss curl 升级的话卸载旧版本 yum 阅读全文
posted @ 2018-04-25 14:48 jhc888007 阅读(123) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页