摘要: /** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */ class Solu 阅读全文
posted @ 2017-07-12 12:09 朽木の半夏 阅读(181) 评论(0) 推荐(0) 编辑
摘要: def _get_new_data(self, page_url, soup,final_str_name): con_datas = [] res_data = {} #url res_data['url'] = page_url res_data['name']='Ant' content = 阅读全文
posted @ 2017-07-11 15:43 朽木の半夏 阅读(177) 评论(0) 推荐(0) 编辑
摘要: def _get_new_data(self, page_url, soup, final_str_name): con_datas = [] res_data = {} # url res_data['url'] = page_url res_data['name'] = 'hibernate' 阅读全文
posted @ 2017-07-11 14:44 朽木の半夏 阅读(155) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h>#include<math.h>#include<iostream>#include<string.h>#include<algorithm>using namespace std;typedef unsigned long long LL ; int main() 阅读全文
posted @ 2017-07-11 14:41 朽木の半夏 阅读(322) 评论(0) 推荐(0) 编辑
摘要: chua 个 链接! http://jingyan.baidu.com/article/90bc8fc8524588f653640cdb.html 阅读全文
posted @ 2017-07-03 23:03 朽木の半夏 阅读(132) 评论(0) 推荐(0) 编辑
摘要: WebService 快速开发指南 1、 根据endpoint下载内容,生成wsdl 2、 3、 4、 Service definition Browse 选择wsdl文件 5、书写main 函数。 6、可打包成jar使用。 阅读全文
posted @ 2017-07-03 22:19 朽木の半夏 阅读(233) 评论(0) 推荐(0) 编辑
摘要: Eclipse: Ctrl + H :搜索所有源码 Ctrl + Shift + R :搜索所有文件名 Ctrl + Shift+ T : 搜索所有类 Pycharm: Ctrl + Alt + I 自动缩进行 Ctrl + / 注释(取消注释)选择的行 Alt+Enter 自动添加包 shift+ 阅读全文
posted @ 2017-07-03 22:07 朽木の半夏 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 1、先准备空的 U盘,重要资料做好备份。然后 插入U盘,下载 老毛桃。 一键制作。 2、自行下载一个ISO文件至 U盘里。(可以一并 把网卡驱动一起下载) 启动时F12进入USB启动界面 3、老毛桃版本的不同,目录不同,随意选择一个PE界面进入。 4、点开disk分区精灵。选择快速分区。一般是分成3 阅读全文
posted @ 2017-07-03 17:22 朽木の半夏 阅读(284) 评论(0) 推荐(0) 编辑