mac下编译optool方法
摘要:参考地址:http://www.mopsled.com/2016/build-optool-osx/ 1、git clone https://github.com/alexzielenski/optool.git 2、cd optool/ git submodule update --init --
阅读全文
posted @
2016-05-26 22:39
袁晓平
阅读(3333)
推荐(0)
ubuntu16.04 64位server安装php7
摘要:You can do the following: Optionally purge PHP 5: Or directly purge it including configuration files: And finally install PHP 7: Optionally clean up u
阅读全文
posted @
2016-05-25 15:42
袁晓平
阅读(969)
推荐(0)
Ubuntu系统启用Apache Mod_rewrite模块
摘要:在终端中执行 sudo a2enmod rewrite 指令后,即启用了 Mod_rewrite 模块。 另外,也可以通过将 /etc/apache2/mods-available/rewrite.load 连接到 /etc/apache2/mods-enabled/rewrite.load 来打开
阅读全文
posted @
2016-05-20 10:22
袁晓平
阅读(273)
推荐(0)
cakephp之查询
摘要:find public find( string $type 'first' , array $query array() ) Queries the datasource and returns a result set array. Also used to perform notation f
阅读全文
posted @
2016-05-18 17:38
袁晓平
阅读(648)
推荐(0)
Ubuntu 中搭建 LAMP 及 php 开发工具
摘要:所谓 LAMP,指的是:Linux+Apache+Mysql+Php 仅以此文做一个备忘录 Step1. 安装 Apache 1. 在 terminal 中输入一下命令并执行: sudo apt-get install apache2 2. 测试 Apache 是否安装成功: 打开浏览器,在地址栏输
阅读全文
posted @
2016-05-18 10:31
袁晓平
阅读(260)
推荐(0)
phpstorm10.0.1和webstorm11注册
摘要:webstorm11 for win 注册时选择“License server”输入“http://15.idea.lanyus.com/”点击“OK” phpstorm10.0.1 for win 注册时选择License server,填http://idea.lanyus.com,然后点击OK
阅读全文
posted @
2016-05-17 13:06
袁晓平
阅读(4531)
推荐(0)
制作自己的Cydia发布源
摘要:http://patrickmuff.ch/blog/2013/02/15/create-your-own-cydia-repository-on-ubuntu/ http://www.saurik.com/id/7 http://blog.csdn.net/jinzhu117/article/de
阅读全文
posted @
2016-05-16 21:16
袁晓平
阅读(597)
推荐(0)
theos的makefile写法
摘要:theos的makefile写法与其他linux/unix环境下的makefile写法大同小异,但是对于makefile不熟悉的在导入一些dylib或者framework的时候就会变得很蛋疼。对于framework可以直接通过Frameworks和private frameworks来导入,但是dy
阅读全文
posted @
2016-05-15 21:34
袁晓平
阅读(693)
推荐(0)
wdcp v3 Forbidden :You don't have permission to access /phpmyadmin on this server
摘要:First edit the file /www/wdlinux/apache/conf/vhost/00000.default.conf and add the additional line to the directory settings: If you wanted to allow ac
阅读全文
posted @
2016-05-13 20:10
袁晓平
阅读(536)
推荐(0)
编译pure-ftpd时提示错误Your MySQL client libraries aren't properly installed
摘要:如果出现类似configure: error: Your MySQL client libraries aren’t properly installed 的错误,请将mysql目录下的 include/mysql下的mysql.h文件以及lib/mysql下的全部文件,连接(直接复制过去或许也可)
阅读全文
posted @
2016-05-13 18:00
袁晓平
阅读(269)
推荐(0)
gradle command not found
摘要:Run: Example: find / -name 'gradle*' .... /Applications/Android Studio.app/Contents/gradle/gradle-2.10/bin/gradle .... 打开terminal,执行命令 /Applications/A
阅读全文
posted @
2016-05-11 11:25
袁晓平
阅读(3199)
推荐(0)
Androidstudio下Generate signed apk提示Error: Expected resource of type id [ResourceType]解决办法
摘要:只需要在报错位置所在的类上面添加: @SuppressWarnings("ResourceType") 即可实现Generate signed apk。
阅读全文
posted @
2016-05-06 12:13
袁晓平
阅读(639)
推荐(0)