码迷,mamicode.com
首页 >  
搜索关键字:enable strict    ( 6758个结果
Ubuntu14.04 Kylin下 GO语言环境搭建
sudo apt-get install golanggccgo安装gcc -v 查看--enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin 如果有一个go,说明你的gcc支持golang,那么就执行...
分类:其他好文   时间:2014-07-16 21:33:13    阅读次数:268
win8.1离线安装.Net FrameWork 3.5
1、将安装光盘直接挂载至系统,记住盘符,如i:,后面要用2、win+x,选择命令提示符(管理员),然后输入如下命令,接的修改source后面的盘符 C:\Windows\system32>dism.exe /online /enable-feature /featurename:NetFX3 /So...
分类:Windows程序   时间:2014-07-12 00:28:11    阅读次数:374
精简 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
Code First 更新数据库结构
参考:http://blog.csdn.net/sxycxwb/article/details/121861590、删除之前的数据库1、Run the Enable-Migrations command in Package Manager Console 进入(PM)软件包管理控制台 (视图——....
分类:数据库   时间:2014-07-11 21:08:09    阅读次数:297
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
iOS 防止按钮快速点击造成多次响应的避免方法
有时候有些操作是防止用户在一次响应结束中再响应下一个。但有些测试用户就要猛点,狂点。像这种恶意就要进行防止。当然有些异步操作时,可以在调用前enable 掉。等CallBACK 后再enable起来。过程中按钮是不能点的。1、可以使用:- (void) timeEnough{ UIButton *b...
分类:移动开发   时间:2014-07-09 18:27:30    阅读次数:253
openwrt wireless配置通过uci使其生效
2.配置无线 vi /etc/config/wireless config wifi-device  wlan0         option type     mac80211         option channel  5         # REMOVE THIS LINE TO ENABLE WIFI:         # 删除或注释掉option disabled...
分类:其他好文   时间:2014-07-09 12:37:59    阅读次数:339
Ceph安装QEMU报错:User requested feature rados block device configure was not able to find it
CentOS6.3中,要想使用Ceph的blockdevice,需要安装更高版本的QEMU。安装好ceph后,安装qemu-1.5.2#tar-xjvfqemu-1.5.2.tar.bz2#cdqemu-1.5.2#./configure--enable-rbd一定要加上--enable-rbd选项,这样qemu才能支持rbd协议。这一步可能会报错:ERROR:Userrequestedfeaturerado..
分类:其他好文   时间:2014-07-09 08:41:34    阅读次数:477
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
【OC语法快览】四、基础内存管理
Basic Memory Management 基础内存管理 If you're writing an application for Mac OS X, you have the option to enable garbage collection. In general, this means that you don't have to think about memory management until you get to more complex cases. 如果你正在写运行在...
分类:其他好文   时间:2014-07-06 00:58:44    阅读次数:275
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!