学以致用

focus on Python , C++, and some interest in Go and R

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 2 3 4 5 6 ··· 17 下一页

2018年6月7日

摘要: # install TensorFlow GPU on CentOS 7.0# https://www.server-world.info/en/note?os=CentOS_7&p=tensorflow&f=2# https://docs.nvidia.com/cuda/cuda-installa 阅读全文
posted @ 2018-06-07 11:24 Jerry.Kwan 阅读(264) 评论(0) 推荐(0) 编辑

2018年5月8日

摘要: cat ~/.ssh/id_rsa.pub | ssh root@destination_server_address "cat >> ~/.ssh/authorized_keys" see also: https://www.liberiangeek.net/2014/07/enable-ssh- 阅读全文
posted @ 2018-05-08 15:16 Jerry.Kwan 阅读(206) 评论(0) 推荐(0) 编辑

2017年8月21日

摘要: sudo apt install python-minimal # python 2.7.xsudo apt install python-pip# https://www.ubuntuupdates.org/ppa/google_chromewget -q -O - https://dl-ssl. 阅读全文
posted @ 2017-08-21 22:34 Jerry.Kwan 阅读(307) 评论(0) 推荐(0) 编辑

2016年11月28日

摘要: 1. http://gen.lib.rus.ec/ 2. http://www.salttiger.com/ 3. http://scanlibs.com/ 4. https://avxhm.se/ebooks/programming_development 5. https://coderprog 阅读全文
posted @ 2016-11-28 09:42 Jerry.Kwan 阅读(419) 评论(0) 推荐(0) 编辑

2016年1月22日

摘要: 在CentOS下使用wkhtmltopdf将html页面转换成pdf的时候对于某些页面可能会出现转换成的pdf中很多字符乱码的情况,更怪异的是直接在命令行下运行一切正常,但在httpd+php下使用却出现乱码,具体解决办法如下:# install urw-fonts (standard PostSc... 阅读全文
posted @ 2016-01-22 16:27 Jerry.Kwan 阅读(2663) 评论(0) 推荐(0) 编辑

2015年12月30日

摘要: http://p-nand-q.com/python/building-python-27-with-vs2010.html 阅读全文
posted @ 2015-12-30 14:05 Jerry.Kwan 阅读(316) 评论(0) 推荐(0) 编辑

2015年12月14日

摘要: ext4 disable journalAt one high loaded web project I needed a very fast file system. I decided to use Ext4 with disabled journal (As a google:))).# Cr... 阅读全文
posted @ 2015-12-14 09:46 Jerry.Kwan 阅读(875) 评论(0) 推荐(0) 编辑

2015年12月10日

摘要: ################################################################### /etc/elasticsearch/elasticsearch.yml## Base configuration for a write heavy cluste... 阅读全文
posted @ 2015-12-10 15:22 Jerry.Kwan 阅读(766) 评论(0) 推荐(0) 编辑

2015年9月11日

摘要: 对于Python2.7来说,内置的FTP_TLS类并不支持Implicit FTP Over TLS加密方式的FTP Server操作,为支持Implicit FTP Over TLS加密方式,必须重载内置的FTP_TLS类,具体代码如下:import ftplibclass FTP_TLS(ftp... 阅读全文
posted @ 2015-09-11 15:29 Jerry.Kwan 阅读(2652) 评论(0) 推荐(0) 编辑

2015年7月15日

摘要: linux下对进程按照内存使用情况进行排序的命令为:ps aux --sort -rss详细解说参见 http://alvinalexander.com/linux/unix-linux-process-memory-sort-ps-command-cpu 阅读全文
posted @ 2015-07-15 21:41 Jerry.Kwan 阅读(1455) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 17 下一页