笔者是Java前端的一个萌新,电脑刚刚经历了一番脱胎换骨,然后重新装了Win10Pro,所有的开发工具都要重新安装,纠结了一番以后决定还是把一些开发工具从Windows上转移到Linux上,首先考虑了一下Ubuntu17.04,据说这个是桌面版的经典Linux了,但是可能自己有些奇葩,然后安装上Ub ...
分类:
系统相关 时间:
2017-09-03 23:41:44
阅读次数:
257
Note: 1. Very smart way of calculating how many difference from bits: https://en.wikipedia.org/wiki/Hamming_distance#Algorithm_example 2. Another way ...
分类:
其他好文 时间:
2017-09-03 16:38:14
阅读次数:
117
Flip game is played on a rectangular 4x4 field with two-sided pieces placed on each of its 16 squares. One side of each piece is white and the other o ...
分类:
其他好文 时间:
2017-09-03 13:14:41
阅读次数:
161
客户端协议思考,对比微信协议 做了长时间的后台,越来越感觉到客户端和服务器之间的协议,是个很值得思考的东西。 一是消息的序列化,二是消息的推送,三是要不要支持多点登陆,就是一个账号同时使用多个客户端。 这三个问题,影响到流量大小和客户端、服务器的逻辑。如果能搞好,我认为能减少服务器极多 ...
分类:
微信 时间:
2017-09-03 12:12:54
阅读次数:
278
http://poj.org/problem?id=3159 Time Limit: 1500MS Memory Limit: 131072K Total Submissions: 33328 Accepted: 9349 http://poj.org/problem?id=3159 Descrip ...
分类:
其他好文 时间:
2017-09-03 09:53:11
阅读次数:
161
Hat’s Words Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 16230 Accepted Submission(s): 5790 Pr ...
分类:
其他好文 时间:
2017-09-03 01:13:35
阅读次数:
213
为了在程序中演示回调的用法,我们来做一个简单的HTTP服务器,让它实现如下功能: 异步获取存放在JSON文件中的文章的标题; 异步获取简单的HTML模板; 把那些标题组装到HTML页面里; 把HTML页面发送给用户。 最终结果如下所示: 一个包含文章标签的列表:titles.json: 用来渲染博客 ...
分类:
Web程序 时间:
2017-09-02 14:06:57
阅读次数:
156
Consider a tree T with N (1 <= N <= 20,000) nodes numbered 1...N. Deleting any node from the tree yields a forest: a collection of one or more trees. ...
分类:
其他好文 时间:
2017-09-01 20:31:10
阅读次数:
156
windows : .exe 安装 、卸载 安装: mysql.exe cc.exe 卸载 : 该软件唯一的标识 ,包名 alibaba android : *.apk 卸载 包名 red hat :*.rpm ubuntu : 对debian的升级 *.deb 格式 1:直接安装.deb包 dpk ...
分类:
系统相关 时间:
2017-09-01 19:43:09
阅读次数:
176