1.设置开机启动If you want Docker to start at boot, you should also:$ sudo systemctl enable docker2. 启动,停止,重启$ sudo systemctl start docker $ sudo systemctl s...
分类:
其他好文 时间:
2015-07-07 16:02:56
阅读次数:
130
起因应该是苹果公司指出flash player的安全问题,还有各种原因导致google将在未来取消NPAPI的支持,所以fp们就悲剧了在高版本chrome(42以上)默认是关闭外部安装的插件使用的,
所以在地址栏通过chrome://flags/#enable-npapi得到如下结果:
启用后重启就可以在插件栏中看见久违的debuger版插件了:
接下来就是禁用自带f...
分类:
其他好文 时间:
2015-07-07 13:03:31
阅读次数:
130
1、开启程序包管理器控制台Package Manager Console窗口,输入Enable-Migrations指令。2、当模型更改时,通过Package Manager Console输入Add-Migration指令,来新增一条数据库迁移版本,输入时必须带上一个版本参数,比如,AddUser...
分类:
数据库 时间:
2015-07-07 12:21:05
阅读次数:
130
除了合理的划分模块,减少link的时间外,充分利用多核编译也很重要。VS2010/2012都可以用多核编译,需要同时设置如下两个参数:Enable Minimal RebuildProperties -> Configuration Properties -> C/C++ -> Code Gener...
分类:
其他好文 时间:
2015-07-06 12:12:42
阅读次数:
123
编译环境:DevelopmentToolsServerPlatformDevelopment源码来源:isc.org安装过程:1.--prefix=/usr/local/bind9:设置安装路径--sysconfdir=/etc/naemd:设置配置文件路径--diable-ipv6:不安装ipv6的相关内容--enable-threads:开启线程2make&&makeinstall执行安装3.基本..
分类:
其他好文 时间:
2015-07-06 00:12:10
阅读次数:
268
一,配置wamp安装目录下的 \bin\apache\apache2.4.9\bin 目录下的php.ini文件,下拉到最下面,配置[xdebug]: [xdebug] xdebug.remote_enable = on xdebug.profiler_enable = off xdebug.pro...
分类:
Web程序 时间:
2015-07-05 22:35:12
阅读次数:
494
1.启动服务/srv/salt/service/nfs.slsrpcbind: service.running: - enable: True# - enable: Falsenfs: service.running: - enable: True - require: ...
分类:
其他好文 时间:
2015-07-03 13:57:14
阅读次数:
189
1.安装准备(1)下载php包装包http://cn2.php.net/downloads.php(2)安装php#tar-zxvfphp-5.6.10.tar.gz#cdphp-5.6.10#./configure--prefix=/usr/local/php--enable-fpm--enable-mbstring--with-mysql=/usr/local/mysql--with-apxs2=/usr/local/apache2/bin/apxs#注意指定apache安..
分类:
Web程序 时间:
2015-07-03 00:33:06
阅读次数:
214
./configure --prefix=/usr/local/libmemcached --with-memcached/usr/local/php/bin/phpize./configure --enable-memcache --with-php-config=/usr/local/php/b...
分类:
Web程序 时间:
2015-07-02 22:20:01
阅读次数:
136
/usr/local/php/bin/phpize./configure -enable-memcached --with-php-config=/usr/local/php/bin/php-config --with-zlib-dir --with-libmemcached-dir=/usr/lo...
分类:
Web程序 时间:
2015-07-02 20:49:22
阅读次数:
132