首页 > 其他
P1119: [POI2009]SLO
这题预处理稍微动动脑,其实还是个裸的置换群=-=,没什么压力。 1 const maxn=1000001; 2 var n,i,j,minx,tem,now,tmin,len:longint; 3 cursum,sum:int64; 4 pos,num,tnum,ys:array[0..maxn] ...
分类:其他   时间:2015-09-16 19:46:05    收藏:0  评论:0  赞:0  阅读:133
13年总结
--------------------------------------javaScript知识点-----------------------------el表达式:${((user.status == null)||(user.status eq '1')) ? 'checked' : '....
分类:其他   时间:2015-09-16 19:45:45    收藏:0  评论:0  赞:0  阅读:194
lspci查看硬件信息、lsusb查看USB信息时提示找不到命令的解决办法
[root@localhost ~]# lsusb-bash: lsusb: command not found问题原因:系统没有安装usbutils包造成的。解决办法:[root@localhost ~]# yum install usbutilsTips:同样,如果lspci提示找不到命令时,[...
分类:其他   时间:2015-09-16 19:45:25    收藏:0  评论:0  赞:0  阅读:459
(转)对博士学位说永别 by 王珢
对博士学位说永别by 王垠经过深思熟虑之后,我决定再次“抛弃”我的博士学位。这是我第三次决定离开博士学位,也应该是最后一次了。这应该不是什么惊人的消息,因为我虽然读博士10年了,可是我的目标从来就不是博士学位。我在寻找更重要的东西,而且那个东西已经被我找到了。所以我的“博士生涯”其实完成了它的使命,...
分类:其他   时间:2015-09-16 19:44:45    收藏:0  评论:0  赞:0  阅读:355
EasyUI combobox
设置Combobox默认选中项 $("#selectDock").combobox({ valueField: 'value', textField: 'label', panelHeight:"auto", data: [{ label: '靠上', ...
分类:其他   时间:2015-09-16 19:44:25    收藏:0  评论:0  赞:0  阅读:145
IIS7.5应用程序池集成模式和经典模式的区别介绍
IIS7.5应用程序池集成模式和经典模式的区别介绍作者: 字体:[增加 减小] 类型:转载 时间:2012-08-07由于最近公司服务器上需要将iis的应用程序池全部都升级到4.0的框架,当然选择4.0就肯定使用集成模式部署升级过程中出现了比较多的问题,前面文章也提到过几个。这次就主要介绍下http...
分类:其他   时间:2015-09-16 19:43:55    收藏:0  评论:0  赞:0  阅读:104
Git
Git is afree and open sourcedistributed version control system designed to handle everything from small to very large projects with speed and efficien...
分类:其他   时间:2015-09-16 19:43:45    收藏:0  评论:0  赞:0  阅读:208
Google hack
1,intitle:后台登陆2,inurl:php?id=3,转到父目录 to parent directory 4, intext,site 5,inurl:login.php?dopost=showad找织梦后台管理系统6,http://www.yunsec.net/织梦网站后台/login.p...
分类:其他   时间:2015-09-16 19:43:35    收藏:0  评论:0  赞:0  阅读:1153
poj1006 中国剩余定理&&中国剩余定理解析
poj 1006 题的思路不是很难的,可以转化数学式:现设 num 是下一个相同日子距离开始的天数 p,e,i,d 如题中所设!那么就可以得到三个式子:( num + d ) % 23 == p; ( num + d ) % 28 == e; ( num + d ) % 33 == i;p,e...
分类:其他   时间:2015-09-16 19:42:45    收藏:0  评论:0  赞:0  阅读:177
POJ 1511 Invitation Cards
Description:In the age of television, not many people attend theater performances. Antique Comedians of Malidinesia are aware of this fact. They want ...
分类:其他   时间:2015-09-16 19:42:35    收藏:0  评论:0  赞:0  阅读:115
[转载] redis-cluster研究和使用
转载自http://hot66hot.iteye.com/blog/2050676最近研究redis-cluster,正好搭建了一个环境,遇到了很多坑,系统的总结下,等到redis3 release出来后,换掉memCache 集群. 转载请注明出处哈:http://hot66hot.iteye.c...
分类:其他   时间:2015-09-16 19:42:15    收藏:0  评论:0  赞:0  阅读:241
输入一个100以内的整数,判断与9的关系
Console.Write("请输入一个100以内的整数:"); int shu =int.Parse(Console.ReadLine()); if (shu % 9 == 0) Console.WriteLine("这是...
分类:其他   时间:2015-09-16 19:41:45    收藏:0  评论:0  赞:0  阅读:163
(转)我看PhD by 王珢
我看PhDby 王垠前段时间看了一下这些关于 PhD 的负面信息:一个专门反对读 PhD 的 BLOG 叫“100 Reasons NOT to Go to Graduate School”(下文简称“100个理由”)哈佛大学教授 William James 的“The PhD Octopus”(写...
分类:其他   时间:2015-09-16 19:41:35    收藏:0  评论:0  赞:0  阅读:630
潜在语义分析Latent semantic analysis note(LSA)原理及代码
文章引用:http://blog.sina.com.cn/s/blog_62a9902f0101cjl3.htmlLatent Semantic Analysis (LSA)也被称为Latent Semantic Indexing(LSI),理解就是通过分析文档去发现这些文档中潜在的意思和概念。如果...
分类:其他   时间:2015-09-16 19:41:15    收藏:0  评论:0  赞:0  阅读:596
为何time_before 起作用【转】
转自:http://decimal.blog.51cto.com/1484476/410673Title: jiffies溢出与时间先后比较编制: chinakapok@sina.com日期:2005-05-251. 概述在Linux内核中,TCP/IP协议栈在很多用到时间比较的地方都使用了jiff...
分类:其他   时间:2015-09-16 19:41:05    收藏:0  评论:0  赞:0  阅读:228
项目小结
logo ps智能对象转化svg格式,放大还是会糊;切图切的大一点,在高分辨率屏下大小相应调整ps支持自动切图,基于图层,后缀修改png、jpg等,修改配置还可以支持svg,@2x两倍放大,还有css样式,ps cc果然很强大。禅意花园,盒子模型左右用百分比,上下单位用em,不过现在rem出来了,结...
分类:其他   时间:2015-09-16 19:40:55    收藏:0  评论:0  赞:0  阅读:128
输入一个100以内的整数,判断是一位数的数、两位数的数、还是100
Console.Write("请输入100以内整数:"); int shu = int.Parse(Console.ReadLine()); if (shu >= 0 && shu = 10 && shu < 100) Con...
分类:其他   时间:2015-09-16 19:40:45    收藏:0  评论:0  赞:0  阅读:132
输出 n 层的倒三角形
void printTriangle(int32_t layerNum){ if (layerNum < 1){ return; } auto printSpaces = [](int32_t num) { for (int32_t i =...
分类:其他   时间:2015-09-16 19:40:15    收藏:0  评论:0  赞:0  阅读:337
[leetcode] Combination Sum and Combination SumII
Given a set of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Thesamerepeated num...
分类:其他   时间:2015-09-16 19:39:45    收藏:0  评论:0  赞:0  阅读:262
VS 2005模板丢失问题
今天打开VS 2005后,想向项目中添加一个类,点击添加,选择模板是发现只剩下自定义模板了。在网上找了下网友们的解决方法: 1、找到 C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplates目录(如果你的vs20....
分类:其他   时间:2015-09-16 19:39:25    收藏:0  评论:0  赞:0  阅读:247
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!