摘要: 当我安装beautifulsoup4时出现了如下错误: Fatal error in launcher: Unable to create process using '""F:\Program Files_Win10_64\Python27\python.exe"" "F:\Program Fil 阅读全文
posted @ 2015-12-29 18:06 Gladitor 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 参数: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 8 namespace Hell 阅读全文
posted @ 2015-11-21 17:11 Gladitor 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 进行自动对齐操作【ctrl+k+f】反撤销---使用组合键“Ctrl+Y”进行反撤销操作使用组合键“Ctrl+J”可以在不完全输入关键词时系统自动添加提示快速隐藏或显示当前代码段ctrl+M+M按两次M注释用组合键“Ctrl+K+C”取消注释用组合键“Ctrl+K+U删除一行代码 Ctrl+L快速切... 阅读全文
posted @ 2015-11-21 16:56 Gladitor 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 转自 http://blog.csdn.net/renfufei/article/details/24600507 http://www.jdon.com/idea/java/10-example-of-lambda-expressions-in-java8.html Lambda表达式的语法基本语 阅读全文
posted @ 2015-09-01 23:31 Gladitor 阅读(354) 评论(0) 推荐(0) 编辑
摘要: Invitation CardsTime Limit: 8000MSMemory Limit: 262144KTotal Submissions: 22277Accepted: 7298DescriptionIn the age of television, not many people atte... 阅读全文
posted @ 2015-08-20 11:35 Gladitor 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Til the Cows Come Home (poj 2387)Time Limit: 1000MSMemory Limit: 65536KTotal Submissions: 35831Accepted: 12172DescriptionBessie is out in the field an... 阅读全文
posted @ 2015-08-16 16:54 Gladitor 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Sorting It All Out(poj1094)Time Limit: 1000MSMemory Limit: 10000KTotal Submissions: 30187Accepted: 10442DescriptionAn ascending sorted sequence of dis... 阅读全文
posted @ 2015-08-11 12:05 Gladitor 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 【转】文章作者:yx_th000 文章来源:Cherish_yimi (http://www.cnblogs.com/cherish_yimi/) 昨天和今天学习了并查集和trie树,并练习了三道入门题目,理解更为深刻,觉得有必要总结一下,这其中的内容定义之类的是取自网络,操作的说明解释及程序的注释... 阅读全文
posted @ 2015-07-28 11:25 Gladitor 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 前几天学习了并查集和trie树,这里总结一下trie。 本文讨论一棵最简单的trie树,基于英文26个字母组成的字符串,讨论插入字符串、判断前缀是否存在、查找字符串等基本操作;至于trie树的删除单个节点实在是少见,故在此不做详解。l Trie原理Trie的核心思想是空间换时间。利用字符串的公共... 阅读全文
posted @ 2015-07-28 11:13 Gladitor 阅读(342) 评论(0) 推荐(0) 编辑
摘要: Cube StackingTime Limit: 2000MSMemory Limit: 30000KTotal Submissions: 21157Accepted: 7395Case Time Limit: 1000MSDescriptionFarmer John and Betsy are p... 阅读全文
posted @ 2015-07-26 21:38 Gladitor 阅读(149) 评论(0) 推荐(0) 编辑