QQ820688215 微信公众号: 1首先,创建一个操作系统用户 git,并为其建立一个 .ssh 目录。 $ sudo adduser git $ su git $ cd $ mkdir .ssh && chmod 700 .ssh $ touch .ssh/authorized_keys && ...
分类:
其他好文 时间:
2017-12-13 23:35:25
阅读次数:
153
转自https://www.cnblogs.com/Jessica-jie/p/7523364.html 参考文章:An efficient and robust line segment matching approach based on LBD descriptor and pairwise ...
分类:
编程语言 时间:
2017-11-28 21:04:56
阅读次数:
817
1.A good programmer is someone who always looks both ways before crossing a one-way street. (Doug Linder) 好的程序员即使在过单行道时也总是会环顾两边。 2.Don’t worry if it d ...
分类:
其他好文 时间:
2017-08-15 10:01:42
阅读次数:
146
Jessica's a very lovely girl wooed by lots of boys. Recently she has a problem. The final exam is coming, yet she has spent little time on it. If she ...
分类:
其他好文 时间:
2017-08-02 11:54:19
阅读次数:
283
Jessica's a very lovely girl wooed by lots of boys. Recently she has a problem. The final exam is coming, yet she has spent little time on it. If she ...
分类:
其他好文 时间:
2017-08-01 20:39:45
阅读次数:
154
Jessica's Reading Problem Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 12605 Accepted: 4306 Description Jessica's a very lovely girl woo ...
分类:
其他好文 时间:
2017-07-16 16:46:11
阅读次数:
306
题目链接:http://poj.org/problem?id=3320 题意:一本n页的书(有很多重复的页),要求连续最少页数把这本书每种页都包括进去,求出最少页数。 例如1 8 8 8 1 就1和8两种页,第一次1 8连续两页就把每种页都包括进去了。 尺取法:顾名思义就是一段一段的取。一开始一直往 ...
分类:
其他好文 时间:
2017-07-01 14:30:07
阅读次数:
177
作者:Jessica McKellar Twisted是用Python实现的基于事件驱动的网络引擎框架。Twisted诞生于2000年初,在当时的网络游戏开发者看来,无论他们使用哪种语言,手中都鲜有可兼顾扩展性及跨平台的网络库。Twisted的作者试图在当时现有的环境下开发游戏,这一步走的非常艰难, ...
分类:
编程语言 时间:
2017-06-16 16:35:31
阅读次数:
263
1 var data = { 2 customers: [{ 3 id: 1, 4 firstname: 'John', 5 lastname: 'Smith', 6 sex: 'male' 7 }, { 8 id: 2, 9 firstname: 'Jessica'... ...
分类:
Web程序 时间:
2017-05-29 09:52:00
阅读次数:
225