进入Windows 7旗舰版的桌面后,按住组合键Win + Ctrl + Tab即可将三维效果定在某个位置。现在提供一种建立快捷方式的办法:在桌面空白处右击鼠标-新建-快捷方式,在弹出的对话框中输入C:\Windows\System32\rundll32.exe DwmApi #105,“C”为W....
一、memcache.so 的安装wget http://pecl.php.net/get/memcache-2.2.7.tgztar zxvf memcache-2.2.7.tgz./configure --enable-memcache --with-php-config=/usr/local/...
分类:
Web程序 时间:
2014-07-22 22:51:53
阅读次数:
813
Linux用不惯的很大一个原因是终端下编译。主要是平时Win下也不怎么用终端。最近刚刚发现Gedit可以添加外部工具,运行Shell命令。这不就行了,我TM之前怎么没想到呢。从终端中狂按Up-Down解脱了。然后Win下Notepad++ Linux下Gedit 基本一样嘛。(gedit工具)一键编...
分类:
系统相关 时间:
2014-07-19 18:11:20
阅读次数:
224
提示缺少套件啦?别担心,Homebrew随时守候。$ brew install wgetHomebrew 会将套件安装到独立目录,并将文件软链接至/usr/local。$ cd /usr/local$ find CellarCellar/wget/1.15Cellar/wget/1.15/bin/w...
分类:
其他好文 时间:
2014-07-19 17:01:44
阅读次数:
177
一、安装libeventsudo wget http://www.monkey.org/~provos/libevent-1.3.tar.gzsudo tar zxvf libevent-1.3.tar.gzcd libevent-1.3sudo ./configure -prefix=/usrsu...
分类:
系统相关 时间:
2014-07-19 16:12:10
阅读次数:
211
一.安装Mongodb的PHP扩展wget http://pecl.php.net/get/mongo-1.2.7.tgz //下载扩展包tar zxvf mongo-1.2.7.tgzcd mongo-1.2.7/usr/local/php/bin/phpize./configure -with-...
分类:
数据库 时间:
2014-07-19 09:00:43
阅读次数:
370
代码发布流程:代码上线:通过工具进行代码分发,分发方式:push(推)、pull(拉)一般拉得方式比较安全一些。工具:jenkins测试:使用wordpressinstallation:wget-O/etc/yum.repos.d/jenkins.repohttp://pkg.jenkins-ci.org/redhat/jenkins.reporpm--importhttp://pkg.jenkin..
分类:
其他好文 时间:
2014-07-19 02:14:15
阅读次数:
349
初识.Net Remoting.Net对于远程调用提供了两种方法:Remoting和WebService。WebService现在是如火如荼优点:1、Tcp通道的Remoting速度非常快2、虽然是远程的,但是非常接近于本地调用对象3、可以做到保持对象的状态4、没有应用程序限制,可以是控制台,win...
分类:
Web程序 时间:
2014-07-19 00:30:40
阅读次数:
275
安装步骤:1、首先下载GCC 4.1.2的source code package:$ wget http://mirrors.ustc.edu.cn/gnu/gcc/gcc-4.1.2/gcc-4.1.2.tar.bz22、解压缩之:$ bzcat gcc-4.1.2.tar.bz2 | tar x...
分类:
系统相关 时间:
2014-07-19 00:14:30
阅读次数:
333