码迷,mamicode.com
首页 >  
搜索关键字:disable    ( 2955个结果
跑骚时刻 - C笔记:赫夫曼编码
#include #include #include #include #pragma warning(disable:4996)typedef struct HuffmanTree{ int weight;//权值 int parent;//父节点 int left;//左子树 ...
分类:其他好文   时间:2014-07-23 12:49:56    阅读次数:382
Disable root 账号登陆
1. 修改文件: /etc/ssh/sshd_config #PermitRootLogin yes 修改为: PermitRootLogin no 2. 重启ssh进程 /etc/init.d/sshd restart Stopping sshd: [ OK ] Starting sshd: [ OK ] TIPS: 用root账号登陆时,如果只看到井号,输入bash,就可以正常显示,登陆账号,主机...
分类:其他好文   时间:2014-07-22 23:52:28    阅读次数:229
干掉Google字体,WordPress速度暴涨
因为Google被墙,WordPress引用的Google字体总会加载很长时间,严重影响打开速度。安装WordPress插件 Disable Google Fonts 可解决,速度暴涨,再也不用担心网站的加载时间了!
分类:其他好文   时间:2014-07-22 23:39:57    阅读次数:260
fsck害了我很久了,必须关掉,因为他每次打卡都要推迟数十分钟。
http://crashmag.net/disable-filesystem-check-fsck-at-boot-timeDisable the filesystem check (fsck) at boot time?11/08/2012 ?crashmag ?Leave a comment ....
分类:其他好文   时间:2014-07-22 22:57:52    阅读次数:238
LeetCode_38combinationSum [Combination Sum]
#pragma warning(disable:4996) #include <cstdio> #include <tchar.h> #include <Windows.h> #include <vector> using namespace std; /* submit time : 4 1.Runtime Error Last executed input: [1], 2...
分类:其他好文   时间:2014-07-22 09:03:04    阅读次数:285
LeetCode_41trap [Trapping Rain Water]
#pragma warning(disable:4996) #include <cstdio> #include <tchar.h> #include <Windows.h> /* submit time : 3 1.Time Limit Exceeded Last executed input: [] 2.Cant‘s remember request : G...
分类:移动开发   时间:2014-07-21 23:30:21    阅读次数:443
LeetCode_45permute [Permutations]
#pragma warning(disable:4996) #include <cstdio> #include <tchar.h> #include <Windows.h> #include <vector> using namespace std; /* submit time : 1 request : Given a collection of numbers, retu...
分类:其他好文   时间:2014-07-21 23:27:50    阅读次数:368
LeetCode_39combinationSum2 [Combination Sum II]
#pragma warning(disable:4996) #include <Windows.h> #include <tchar.h> #include <cstdio> #include <vector> using namespace std; /* submit time : 3 1. Runtime Error Last executed input: [5,3]...
分类:其他好文   时间:2014-07-21 13:26:03    阅读次数:250
python 关闭垃圾回收
importgc gc.disable() http://blog.csdn.net/aixiaohei/article/details/6446869
分类:编程语言   时间:2014-07-21 00:14:12    阅读次数:219
TinkPad X1 Carbon Intel虚拟技术开关
笔记本:TinkPadX1Carbon开机按:F1——》进入:BIOS1,选择:Security2,选择:Virtualization3,选择:①Intel(R)VirturalizationTechnology=Enable/Disable②Intel(R)VT-dFeature=Enable/Disable
分类:其他好文   时间:2014-07-20 10:18:18    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!