上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 37 下一页
摘要: javah生成jni头文件时报错: Error: cannot access android.support.v7.app.AppCompatActivity class file for android.support.v7.app.AppCompatActivity not found Erro 阅读全文
posted @ 2016-07-02 18:21 袁晓平 阅读(2335) 评论(0) 推荐(0) 编辑
摘要: cd app/src/main javah -d jni -classpath ../../build/intermediates/classes/debug net.sourceforge.lame.Lame 头文件 net_sourceforge_lame_Lame.h 会放在app/src/m 阅读全文
posted @ 2016-07-02 17:06 袁晓平 阅读(1648) 评论(0) 推荐(0) 编辑
摘要: 1、lame c库: https://github.com/intervigilium/liblame 下载后解压,进入目录,terminal里运行ndk-build即可 2、lame android库 https://github.com/intervigilium/Lame4Android 需要 阅读全文
posted @ 2016-07-01 18:43 袁晓平 阅读(3967) 评论(0) 推荐(0) 编辑
摘要: stark 通过“菜单”->“工具”->“检查设备”打开设备检查页面,只显示了设备名称,却没有inspect按钮,要怎么办 1 赞2014-10-09 22:00 通过“菜单”->“工具”->“检查设备”打开设备检查页面,只显示了设备名称,却没有inspect按钮,要怎么办 1 赞2014-10-0 阅读全文
posted @ 2016-06-22 15:36 袁晓平 阅读(2345) 评论(0) 推荐(0) 编辑
摘要: 雖然現在程式碼管理已經以 Git 為主了,不過偶爾需要維護一些舊案子還是會用 SVN,懶得轉了。 Mac OS 本身有內建 SVN,不過卻是 1.6 版,最近修改一個舊案子就有碰到 project 已經升 1.7,Versions 和 SmartSVN 也用 1.7,唯獨 Terminal 下的 c 阅读全文
posted @ 2016-06-22 14:26 袁晓平 阅读(838) 评论(0) 推荐(0) 编辑
摘要: 参考地址: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 袁晓平 阅读(3213) 评论(1) 推荐(0) 编辑
摘要: 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 袁晓平 阅读(955) 评论(0) 推荐(0) 编辑
摘要: 在终端中执行 sudo a2enmod rewrite 指令后,即启用了 Mod_rewrite 模块。 另外,也可以通过将 /etc/apache2/mods-available/rewrite.load 连接到 /etc/apache2/mods-enabled/rewrite.load 来打开 阅读全文
posted @ 2016-05-20 10:22 袁晓平 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 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 袁晓平 阅读(640) 评论(0) 推荐(0) 编辑
摘要: 所谓 LAMP,指的是:Linux+Apache+Mysql+Php 仅以此文做一个备忘录 Step1. 安装 Apache 1. 在 terminal 中输入一下命令并执行: sudo apt-get install apache2 2. 测试 Apache 是否安装成功: 打开浏览器,在地址栏输 阅读全文
posted @ 2016-05-18 10:31 袁晓平 阅读(249) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 37 下一页