码迷,mamicode.com
首页 >  
搜索关键字:enable    ( 5784个结果
Condition Variables
Condition Variables Condition variables are synchronization primitives that enable threads to wait until a particular condition occurs. Condition vari ...
分类:其他好文   时间:2016-04-11 18:50:04    阅读次数:202
xcode常见错误处理
问题:xcode 7编译错误:bitcode is not supported on versions of iOS prior to 6.0 解决:Build Options | Enable Bitcode 设置为No即可 原因:这是Apple Watch使用的 问题:Build iOS时提示没 ...
分类:其他好文   时间:2016-04-11 18:14:40    阅读次数:204
ORANGE’S:一个操作系统的实现 实验准备
1.bochs安装 官网下载bochs的安装包,后缀名为tar.gz,然后执行下面的命令 1: ? tar vxzf bochs-2.3.5.tar.gz <!--CRLF--> 2: ? cd bochs-2.3.5 <!--CRLF--> 3: ? ./configure --enable-de ...
分类:其他好文   时间:2016-04-11 14:09:34    阅读次数:192
[Docker] Install Docker on Windows (hp) and start with Kitematic
Well, on Windows costs a little bit effort to run docker. 1. You need to enable Virtulization: Oh hp Windows machine, you need to Turn off you laptop ...
分类:Windows程序   时间:2016-04-11 00:03:32    阅读次数:415
安装php先行库
libmcrypt libconv mhash ./configure --prefix=/usr/local mcrypt 安装完成后在当前目录还要 /sbin/ldconfig ./configure --enable-ltdl-install 安装完成mhas ln -s /usr/local ...
分类:Web程序   时间:2016-04-10 21:04:29    阅读次数:179
xps13 关机充电 右边的usb口
bios里设置了 usb powershare但关机的时候还是不能充电 度娘了一下,发现不解决问题,只能放狗了。果然谷歌里搜到答案,是windows的电源策略。 I figured it out. After enabling it in the bios you need to enable th ...
分类:其他好文   时间:2016-04-10 12:53:55    阅读次数:286
源码安装Apache 2.4.18
[root@shophttpd-2.4.18]#pwd/lampsource/tar/httpd-2.4.18[root@shophttpd-2.4.18]#./configure--prefix=/usr/local/apache2\>--enable-mods-shared=all\>--enable-so\>--enable-proxy-ajp\>--enable-rewrite\>--with-apr=/usr/local/apr\>--with-apr-util=..
分类:Web程序   时间:2016-04-10 06:56:59    阅读次数:625
phpStudy开发环境 PHPStorm下XDebug配置
phpStudy我用的是php5.5版本默认XDebug扩展都安装完成了就不讲怎么安装了。1.打开php.ini文件修改如下:[XDebug]xdebug.profiler_append=0xdebug.profiler_enable=1xdebug.profiler_enable_trigger=0xdebug.profiler_output_dir="F:\phpStudy\tmp\xdebug"xdebug.trace_output_di..
分类:Web程序   时间:2016-04-10 01:30:51    阅读次数:7995
Samba实验时,浏览器打开不成功
最开始以为是配置文件或者服务的问题,后面看了一下教材,发现是Selinux没有关闭。下面分享一下怎么关闭。关闭SELinux的方法1、查看selinux状态查看selinux的详细状态,如果为enable则表示为开启#/usr/sbin/sestatus-v查看selinux的模式#getenforce2、关闭selinux2.1:永久性关..
分类:其他好文   时间:2016-04-10 01:28:54    阅读次数:293
mariadb启动
systemctl start mariadb.service #启动MariaDBsystemctl stop mariadb.service #停止MariaDBsystemctl restart mariadb.service #重启MariaDBsystemctl enable mariad ...
分类:数据库   时间:2016-04-08 21:39:55    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!