题目: Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 思路:比 ...
分类:
其他好文 时间:
2016-11-10 01:46:11
阅读次数:
220
三、代码重构 1、先使用Eclipse把buildSqlSessionFactory()方法中众多的if换成小函数 说明一下: 这里的重构全部使用Eclipse完成,操作步骤是选定需要重构的代码,右键选择Refactor—>Extract Method,然后输入新的方法名,点击OK完成 新方法名规则 ...
分类:
数据库 时间:
2016-11-02 17:21:01
阅读次数:
362
本文试图给出一些与BBR算法相关但却是其之外的东西。1.TCP拥塞的本质注意,我并没有把题目定义成网络拥塞的本质,不然又要扯泊松到达和排队论了。事实上,TCP拥塞的本质要好理解的多!TCP拥塞绝大部分...
分类:
编程语言 时间:
2016-10-28 15:49:25
阅读次数:
256
If you are behind the proxy, then you have to set no_proxy environmental variable for your localhost and all the IPs acquire by you host. Like if ip i ...
分类:
其他好文 时间:
2016-10-23 12:10:36
阅读次数:
1272
转自:http://axvuongbao.blogspot.jp/2013/09/sequence-of-methods-in-form-and-table.html 转自:http://axvuongbao.blogspot.jp/2013/09/sequence-of-methods-in-fo ...
分类:
其他好文 时间:
2016-10-21 23:52:08
阅读次数:
164
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. Subscrib ...
分类:
其他好文 时间:
2016-10-19 01:53:22
阅读次数:
157
最近在琢磨如何用PHP实现站点的插件功能,需要用到反射,于是现学了一下,笔记如下: 1、反射类 2、获取类的方法 3、遍历并执行方法 输出结果: Lily is eating! Lily is running! ...
分类:
Web程序 时间:
2016-10-17 22:49:13
阅读次数:
144
题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=5925 Problem Description TanBig, a friend of Mr. Frog, likes eating very much, so he always has dreams ...
分类:
其他好文 时间:
2016-10-07 20:42:03
阅读次数:
314
The concepts of line feed (LF) and carriage return (CR) are closely associated, and can be either considered separately or together. https://en.wikipe... ...
分类:
其他好文 时间:
2016-10-06 17:31:29
阅读次数:
162
Given a singly linked list, group all odd nodes together followed by the even nodes. Please note here we are talking about the node number and not the ...
分类:
其他好文 时间:
2016-10-04 18:19:13
阅读次数:
144