昨天中国高校发生了一件骇人听闻的事情,听说不少高校的校园网用户连接校园网被勒索病毒给黑了,重要文件全部被加密,必须要支付赎金才能解密,具体新闻可以参见:http://www.sohu.com/a/140236495_346360。而且还有不少是和我一样的大四毕业狗,听说因为毕业论文没有备份,结果被黑 ...
分类:
其他好文 时间:
2017-05-13 16:03:38
阅读次数:
713
http://www.dba-oracle.com/t_find_size_schema.htm Question: How do I find the size of a schema in my database? Answer: It depends on how you define "si ...
分类:
数据库 时间:
2017-05-11 16:05:29
阅读次数:
336
2017-05-07 LG月赛成功炸掉。。。发现自己真的好多东西不会啊。对某些知识仅仅有最基础的一点理解啊!连线段树都理解不了怎么办?归并排序(including分治+贪心)全部炸掉啊。感觉自己最近一段时间A不了多少题了。好迷啊! 然而只能说最近一直是信仰支持着我(没了信仰早就不知道死了几百回了)。 ...
分类:
其他好文 时间:
2017-05-07 23:10:53
阅读次数:
141
zoj3956_Solution H=sum(hi),C=sum(ci),Value=H*H-H*C-C*C 求Value的最大值 Solution: 动态规划: 共两维:H,C 固定一维C,在该维值C相同的情况下另一维应最大H,从而动态规划另一维H,转变为01背包问题。 优化: H*H-H*C-C ...
分类:
其他好文 时间:
2017-05-06 13:02:59
阅读次数:
216
Limak is an old brown bear. He often plays poker with his friends. Today they went to a casino. There are nplayers (including Limak himself) and right ...
分类:
其他好文 时间:
2017-05-05 20:54:59
阅读次数:
109
git 下的(difftool)和(mergetool)是专门提供给使用者用自己的工具进行diff和merge的命令: 然后直接使用命令进行两次提交的比较和合并: 缺点: 虽然使用git difftool已经基本满足了我的需要,但还有个小问题:如果我要比较两次提交之间的差异时,difftool只能一 ...
分类:
其他好文 时间:
2017-05-04 11:05:48
阅读次数:
388
在Windows下编写图像处理程序,由于要使用regex,升级了mingw,编译c++11代码。之前代码中使用了opencv2.4.10,一直运行良好,升级编译器以后发现了错误:undefined reference to `cv::imread(std::__cxx11::basic_string ...
分类:
编程语言 时间:
2017-04-21 20:36:42
阅读次数:
207
GameBoard.js index.android.js ...
分类:
其他好文 时间:
2017-04-17 00:27:40
阅读次数:
247
We'll learn how to use mouse mode in tmux, including enable mouse control for resizing, scrolling and selecting panes. We'll also set keybindings in o ...
分类:
其他好文 时间:
2017-04-12 10:03:34
阅读次数:
222
Poor Hanamichi Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 743 Accepted Submission(s): 275 P ...
分类:
其他好文 时间:
2017-04-12 09:35:42
阅读次数:
242