摘要: http://old.sebug.net/paper/books/scipydoc/index.html 阅读全文
posted @ 2017-11-30 13:59 scott_h 阅读(218) 评论(0) 推荐(0) 编辑
摘要: "Getting Started with OpenMP " Abstract As you probably know by now, to get the maximum performance benefit from a processor with Hyper Threading Tech 阅读全文
posted @ 2017-11-25 00:37 scott_h 阅读(144) 评论(0) 推荐(0) 编辑
摘要: https://github.com/xtaci/algorithms "go queue" "awesome lockfree" Libraries Boost.Lockfree Boost lock free data structures. ConcurrencyKit Concurrency 阅读全文
posted @ 2017-11-23 23:40 scott_h 阅读(577) 评论(0) 推荐(0) 编辑
摘要: http://www.ruanyifeng.com/blog/2013/12/getting_started_with_postgresql.html http://www.cnblogs.com/stephen liu74/category/343171.html 一个系列 一、安装 首先,安装P 阅读全文
posted @ 2017-11-03 13:58 scott_h 阅读(208) 评论(0) 推荐(0) 编辑
摘要: sudo vim /etc/NetworkManager/NetworkManager.conf 将 修改成 可以通过ifconfig, ip address(推荐新版) 得到网卡名。 lo 本地loopback 回环地址名字 另外的是网卡名,我的是enp0s31f6 如果改成默认 dhcp ifa 阅读全文
posted @ 2017-10-19 15:08 scott_h 阅读(4685) 评论(0) 推荐(0) 编辑
摘要: https://linux.cn/article 8782 1.html 1. apt get 安装( 在线) 会帮我把所有的依赖包都一起安装 安装xxx 。如果带有参数,那么 d 表示仅下载 , f 表示强制安装 卸载xxx sh apt get autoremove xxx` 要移除的软件包名 阅读全文
posted @ 2017-08-29 00:31 scott_h 阅读(301) 评论(0) 推荐(0) 编辑
摘要: ```cpp OutputDebugStringA("begin 1========"); for (int i = 0; i 阅读全文
posted @ 2017-06-22 23:52 scott_h 阅读(753) 评论(0) 推荐(0) 编辑
摘要: 时间 utc unixtime epoch 阅读全文
posted @ 2017-06-10 17:23 scott_h 阅读(454) 评论(0) 推荐(0) 编辑
摘要: ```bash who who am i ssh scott@192.168.1.105 ps aux | grep pts/8 pwd // where are you? Page 205 mkdir -p dir1/dir2/dir3/dir4/dir5 rm -r dir1 //deleted all directory (include subDirec... 阅读全文
posted @ 2017-05-24 09:56 scott_h 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 事先说明下情况: 写socket 的时候,一般都是会在 数据包 加上【包头】,指示这个数据包的size。 (消息防篡改可能还会加密, 再校验) 可以参考【对称加密算法】,【非对称加密算法】 0.网络拥堵问题 无线移动 信号不稳定 有线带宽占满,网络阻塞。阻塞超时,会重传。 (超时越多,重传越多)↓ 阅读全文
posted @ 2017-05-10 19:04 scott_h 阅读(420) 评论(0) 推荐(0) 编辑
摘要: "TCP: SYN ACK FIN RST PSH URG 详解" TCP的三次握手是怎么进行的了:发送端发送一个SYN=1,ACK=0标志的数据包给接收端,请求进行连接,这是第一次握手;接收端收到请求并且允许连接的话,就会发送一个SYN=1,ACK=1标志的数据包给发送端,告诉它,可以通讯了,并且 阅读全文
posted @ 2017-05-10 17:54 scott_h 阅读(360) 评论(0) 推荐(0) 编辑
摘要: http://2017.qconbeijing.com/presentation/646?utm_source=weibo&utm_medium=infoq&utm_campaign=yj 专题演讲嘉宾 :易杰 腾讯社交与效果广告部检索系统组主管 在腾讯工作 10 年,一直从事效果广告的研发工作,对 阅读全文
posted @ 2017-05-08 11:13 scott_h 阅读(2696) 评论(2) 推荐(1) 编辑
摘要: openssh server (推荐. 一般ssh,ftp 都是单独的,但是这个包含2个) 默认ubuntu 已经安装了, ssh client ,ftp client 但是没有安装ssh server, 所以需要安装 我一般用bitVise,其中 包含ssh,可视化的ftp 输入 ip:port 阅读全文
posted @ 2017-03-21 01:04 scott_h 阅读(1959) 评论(0) 推荐(0) 编辑
摘要: 要修改的文件 原资源镜像文件 一个个改太麻烦,用脚本方便点 163 ali yun 类似把 mirrors.aliyun.com 改成mirrors.163.com mirrors.utsc.cn 就可以 ============= (我是深圳,所以弄的比较近的,更多的源,大家可以到官网查下) Ub 阅读全文
posted @ 2017-03-10 22:35 scott_h 阅读(2305) 评论(0) 推荐(0) 编辑
摘要: 项目编译的时候提示 cannot find lGL 阅读全文
posted @ 2017-03-01 18:07 scott_h 阅读(125) 评论(0) 推荐(0) 编辑
摘要: ubuntu18.04 准备回归wayland, 因为手机平板的ubuntu无人使用,开发成本太高。所以弃用Unity8, 重新改用 waylang 的GNOME Stop gdm with Start lightdm with 1. "Mir" Mir is a display server te 阅读全文
posted @ 2017-03-01 05:16 scott_h 阅读(626) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/sdfgh2046/article/details/6308942 如何将ubuntu文件夹中文名改为英文 文章分类:操作系统 ubuntu对中文的支持越来越好,这自然是好事。不过在终端下输入命令的时候,遇到中文文件夹,可不是件好事。多谢谷歌及众多网友,终于 阅读全文
posted @ 2017-02-17 11:22 scott_h 阅读(1623) 评论(0) 推荐(0) 编辑
摘要: vi设置自动缩进:set smartindent vi设置显示行号:set number 或 set nu 在vim中快速复制粘贴多行 复制粘贴板中的数据到vim中: VIM在 insert 模式 , 键盘按 shift + insert 复制vim中的数据到粘贴板中: 使用ctrl+insert复 阅读全文
posted @ 2017-02-17 10:53 scott_h 阅读(187) 评论(0) 推荐(0) 编辑
摘要: "机器学习、图像识别方面 书籍推荐" 作者:小涛 链接:https://www.zhihu.com/question/20523667/answer/97384340 来源:知乎 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 1. 数学 我们所说的图像处理实际上就是数字图像处 阅读全文
posted @ 2017-02-15 15:25 scott_h 阅读(7087) 评论(0) 推荐(0) 编辑
摘要: http://netcat.sourceforge.net/ windows 版本 https://joncraton.org/blog/46/netcat for windows/ https://joncraton.org/files/nc111nt.zip https://joncraton. 阅读全文
posted @ 2017-02-13 09:29 scott_h 阅读(624) 评论(0) 推荐(0) 编辑