关于编译安装php的选项可以为./configure--prefix=/usr/local/php--with-mysql=mysqlnd--with-pdo-mysql=mysqlnd--with-mysqli=mysqlnd--with-iconv--with-openssl--enable-mbstring--with-freetype-dir--with-jpeg-dir--with-png-dir--with-libxml-dir=/usr/--enable-xml--ena..
分类:
Web程序 时间:
2015-01-08 15:38:08
阅读次数:
182
安装PHP的MEMCACHE扩展下载http://pecl.php.net/package/memcache tar-zxvfmemcache-3.0.8.tgz cdmemcache-3.0.8.tgz /usr/bin/phpize ./configure--enable-memcache make&&makeinstall 显示完成:Installingsharedextensions:/usr/lib/php/modules/添加php扩展文件 vim..
分类:
Web程序 时间:
2015-01-07 19:18:28
阅读次数:
185
主要就是这个:http://msdn.microsoft.com/zh-cn/data/jj591621.aspx下面这个是写得不错的,比较详细:首先打开工具--->>>库程序包管理器—----------->>>>>程序包管理器控制台打开后在控制台输入Enable-Migrations -For....
分类:
其他好文 时间:
2015-01-07 12:54:18
阅读次数:
122
第十七章 路由交换机编程
MTU = 64KB 毕竟是理想,现阶段实现起来还是有难度;牵涉到较多问题,与大网同步、流量平衡、时隙交换等。所以,APO还是决定MTU = 48E = 1536B,包含头部2E、帧同步头8B、尾部CRC的4B等;数据包的有效内容(不含头部)为45E = 1440B。头部2E = 64B,其中MAC头14B、IP头18B、TCP/UDP/ICMP头3...
分类:
其他好文 时间:
2015-01-07 00:42:36
阅读次数:
229
1、安装$ sudo apt-get install vsftpd2、配置1) 修改vsftpd.conf$ sudo nano /etc/vsftpd.conf按如下格式 修改,保存。#服务器监听listen=YES#禁止匿名访问anonymous_enable=NO#允许本地主机访问local_...
分类:
系统相关 时间:
2015-01-06 19:55:39
阅读次数:
288
为什么有些GPIO可以在/sys/class/gpio中控制,而有些不行呢?先来看一看普通的控制方法:ath79_gpio_function_disable这个的作用是? /* Enable GPIO15 and GPIO16 and possibly GPIO26 and GPIO27 */ at...
分类:
其他好文 时间:
2015-01-06 19:42:26
阅读次数:
282
点击前....
点击后...
实现代码:
private void full(boolean enable) {
if (enable) {
WindowManager.LayoutParams lp = getWindow().getAttributes();
lp.flag...
分类:
微信 时间:
2015-01-06 18:01:24
阅读次数:
553
1. 打开wcf配置: 2. enable trace , log 可以改变log路径: 3. 用 SvcTraceViewer.exe (直接在c盘下搜索) 查看 4. 如果想自定义trace: catch(Exception ex)
{
Trace.Write(ex.ToSt...
分类:
其他好文 时间:
2015-01-06 17:56:23
阅读次数:
171
The Sublime is my most loving editor,but is not very familiar with it.Here,I will tell you how to install package controllmanual installationStep 1: d...
分类:
系统相关 时间:
2015-01-06 15:10:29
阅读次数:
259
netsh firewall set portopening protocol = TCP port = 9998 name = ssssssssssssssssssssssss mode = ENABLE scope = SUBNET profile = CURRENTnetsh advfirew...