码迷,mamicode.com
首页 >  
搜索关键字:disable    ( 2955个结果
关闭 ubuntu System program problem detected
管理员权限打开/etc/default/apport# set this to 0 to disable apport, or to 1 to enable it# you can temporarily override this with# sudo service apport start f...
分类:其他好文   时间:2014-07-22 22:52:16    阅读次数:172
UIWebview 禁止某个方向滚动
Enable Horizontal scrolling and disable Vertical scrolling:myWebView.scrollView.delegate = self;[myWebView.scrollView setShowsVerticalScrollIndicator:...
分类:Web程序   时间:2014-07-18 17:27:37    阅读次数:286
[每天一个Linux小技巧] 强制让内核按单核模式启动
在启动参数里追加 nosmp nosmp的说明如下: nosmp [SMP] Tells an SMP kernel to act as a UP kernel, and disable the IO APIC.  legacy for "maxcpus=0"....
分类:系统相关   时间:2014-07-17 16:05:17    阅读次数:346
ROP
You get the idea right! We are going to enumerate all the ROP-Gadgets and then chain them together to craft our API call which will in turn disable DE...
分类:其他好文   时间:2014-07-16 21:56:06    阅读次数:221
exchange 2007 OWA报HTTP 500错误
早上exchange部分用户不能登录,后经过owa测试发现报http500错误,查了下资料,以下是建议1.CAS上MicrosoftExchangeForms-BasedAuthenticationService是不是在启动状态。2.打开IIS,检查OWA的认证,建议你disable所有的认证方式。3.检查OWAHTTPRedirect的设置。4.检查CAS上OWA(..
分类:其他好文   时间:2014-07-16 16:38:08    阅读次数:226
后缀数组模板
#pragma warning (disable:4996)#include #include #include #include #include #include #include #include #include using namespace std;#define ll long lon...
分类:其他好文   时间:2014-07-16 12:39:50    阅读次数:228
oracle视图建主键
一个项目要求视图建主键,下面是一个例子 CREATE or replace VIEW SME_V_A....  (AGENTID,AGENTNAME,BUSYNUM,RESTNUM,RESTTIME,DEVICENONUM,DEVICENOSUM       ,CONSTRAINT AGENTSTATIC_PK PRIMARY KEY (AGENTID) RELY DISABLE NOVA...
分类:数据库   时间:2014-07-12 17:58:56    阅读次数:232
精简 ffmpeg
sudo./configure--prefix=../armv7--disable-ffmpeg--disable-ffplay--disable-ffprobe--disable-ffserver--enable-cross-compile--sysroot="/Applications/Xcod...
分类:其他好文   时间:2014-07-11 22:12:38    阅读次数:543
Linux Skills
Linux SkillsLinux SkillsTable of Contents1. How to use ramdisk in Ubuntu and Fedora?2. How to enable ssh server in Ubuntu?3. How to disable CPU in Lin...
分类:系统相关   时间:2014-07-11 18:37:30    阅读次数:528
ffmpeg+libx264+facc交叉编译 实现264流录制avi文件
默认交叉编译器已经搭建好。。。。。。。。。。。。。。。 需求: 把标准的h264流保存成avi格式的实现文件,所以需要h264的解码器,avi文件容器,传输协议类型是文件,这些会体现在ffmpeg的configure配置上--disable-everything --enable-protocol=file --enable-encoder=libx264 --enable-encoder=l...
分类:其他好文   时间:2014-07-08 15:16:30    阅读次数:865
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!