码迷,mamicode.com
首页 >  
搜索关键字:including    ( 680个结果
git 对 Microsoft Word 进行版本控制
昨天中国高校发生了一件骇人听闻的事情,听说不少高校的校园网用户连接校园网被勒索病毒给黑了,重要文件全部被加密,必须要支付赎金才能解密,具体新闻可以参见:http://www.sohu.com/a/140236495_346360。而且还有不少是和我一样的大四毕业狗,听说因为毕业论文没有备份,结果被黑 ...
分类:其他好文   时间:2017-05-13 16:03:38    阅读次数:713
Oracle DB , 计算各个用户/schema 的磁盘占用空间
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
然而,该来的还是来了(Diary)
2017-05-07 LG月赛成功炸掉。。。发现自己真的好多东西不会啊。对某些知识仅仅有最基础的一点理解啊!连线段树都理解不了怎么办?归并排序(including分治+贪心)全部炸掉啊。感觉自己最近一段时间A不了多少题了。好迷啊! 然而只能说最近一直是信仰支持着我(没了信仰早就不知道死了几百回了)。 ...
分类:其他好文   时间:2017-05-07 23:10:53    阅读次数:141
zoj3956(Course Selection System)_Solution
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
Codeforce 573A. Bear and Poker
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添加比较和合并工具(meld)
git 下的(difftool)和(mergetool)是专门提供给使用者用自己的工具进行diff和merge的命令: 然后直接使用命令进行两次提交的比较和合并: 缺点: 虽然使用git difftool已经基本满足了我的需要,但还有个小问题:如果我要比较两次提交之间的差异时,difftool只能一 ...
分类:其他好文   时间:2017-05-04 11:05:48    阅读次数:388
gcc6.3编译c++11的程序链接opencv时字符型函数未定义
在Windows下编写图像处理程序,由于要使用regex,升级了mingw,编译c++11代码。之前代码中使用了opencv2.4.10,一直运行良好,升级编译器以后发现了错误:undefined reference to `cv::imread(std::__cxx11::basic_string ...
分类:编程语言   时间:2017-04-21 20:36:42    阅读次数:207
Game2048
GameBoard.js index.android.js ...
分类:其他好文   时间:2017-04-17 00:27:40    阅读次数:247
[tmux] Enable mouse mode in tmux
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
[BestCoder Round #5] hdu 4956 Poor Hanamichi (数学题)
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
680条   上一页 1 ... 28 29 30 31 32 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!