XAlign是一个 Xcode 的实用插件,用于对齐规范代码。1. 按首个 = 对齐2.
按宏定义群组对齐3. 按属性群组对齐1.自动安装$ curl github.so/XAlign/build/install.sh | sh
分类:
其他好文 时间:
2014-05-19 18:40:32
阅读次数:
414
一、Entity Framework以下简称EF安装EF4.3的步骤是首先安装VS扩展
NuGet,然后再使用NuGet安装EF程序包安装完NuGet就可以安装EF了,有两种方式可以安装EF:1.使用命令install-package
EntityFramework -Pre但出现如下错误:2.使用...
分类:
其他好文 时间:
2014-05-19 17:20:00
阅读次数:
6892
试了不少方法,最后还是这个最有效。[转自:http://thatsimplecode.com/install-mongodb-driver-for-php-on-xampp-for-mac-osx]You
need to have the following installed in your Ma...
分类:
数据库 时间:
2014-05-18 19:10:28
阅读次数:
305
用vs2010编写了动态链接库程序之后,想要查看导出函数,直接使用dumpbin命令时会提示缺少mspdb.dll文件,解决办法如下:
1. 将vs2010安装目录下Install\VC\bin下的 vcvarsall.bat 拖进命令行,回车,然后就可以使用dumpbin命令了
2.找到
Virtual Studio命令提示符(2010) ,运行之,然后也可以使用dumpb...
分类:
其他好文 时间:
2014-05-18 10:16:26
阅读次数:
251
安装sphinx的php客户端# wget -c
http://pecl.php.net/get/sphinx-1.3.0.tgz# tar zxvf sphinx-1.3.0.tgz# cd
sphinx-1.3.0# phpize# ./configure --with-php-config=/...
分类:
Web程序 时间:
2014-05-18 02:08:12
阅读次数:
465
1.生成key edit->preferences->license
Keys->generate 2.新建product license文件 3.新建Zend Guard项目文件 需要注意新建项目的第二项需要英文路径
4.在项目上按右键 选择configure 初始界面是 如果要用做授权,点击se...
分类:
其他好文 时间:
2014-05-18 01:31:21
阅读次数:
492
本机 PHP 安装./configure --prefix=/usr/local/php5
--with-gd --enable-gd-native-ttf --enable-gd-jis-conv --with-mysql
--with-pdo-mysql --with-oci8=instant....
分类:
系统相关 时间:
2014-05-18 00:56:23
阅读次数:
487
要安装使用gFTP,请使用下面的命令sudo apt-get install
gftp要安装使用filezilla,请使用sudo apt-get install filezilla
分类:
其他好文 时间:
2014-05-18 00:06:09
阅读次数:
255
在Ubuntu下安装GCC和其他一些Linux系统有点不一样。方法一:该方法超简单:sudo
apt-get build-depgcc就上面这条命令就可以搞定方法二:sudo apt-get install
build-essential还是简单,一句命令也可以搞定安装完了可以执行gcc--vers...
分类:
其他好文 时间:
2014-05-17 23:58:57
阅读次数:
394
1、安装gconf-editor yum list | grep conf-editoryum
install gconf-editor2、运行gconf-editor设置: apps ---> gedit-2 ---> preferences
----> encodingauto-detected...
分类:
其他好文 时间:
2014-05-17 18:18:56
阅读次数:
215