03 2017 档案
android make-standalone-toolchain.sh 使用说明
摘要:#$ANDROID_NDK/build/tools/make-standalone-toolchain.sh --platform=android-24 --install-dir=./android-toolchain --ndk-dir=/Users/musictom/Library/Andro 阅读全文
posted @ 2017-03-31 23:05 袁晓平 阅读(1952) 评论(0) 推荐(0)
Cross-compilation using Clang
摘要:Introduction This document will guide you in choosing the right Clang options for cross-compiling your code to a different architecture. It assumes yo 阅读全文
posted @ 2017-03-27 12:03 袁晓平 阅读(514) 评论(0) 推荐(0)
cmake编译android平台的libPoco
摘要:1、下载源代码,解压到POCO-1.7.8-ALL 2、从$ANDROID_NDK\cmake下复制android.toolchain.cmake AndroidNdkGdb.cmake AndroidNdkModules.cmake至POCO-1.7.8-ALL\cmake\下 3、vim POC 阅读全文
posted @ 2017-03-26 18:25 袁晓平 阅读(729) 评论(0) 推荐(0)
使用CMake编译跨平台静态库
摘要:在开始介绍如何使用CMake编译跨平台的静态库之前,先讲讲我在没有使用CMake之前所趟过的坑。因为很多开源的程序,比如png,都是自带编译脚本的。我们可以使用下列脚本来进行编译: . / configure -- prefix = / xxx / xx -- enable - static = Y 阅读全文
posted @ 2017-03-25 19:58 袁晓平 阅读(4024) 评论(0) 推荐(1)
HR别掉坑里了,送你最精确的计薪算法!
摘要:月工资的计算方式有多种多样。即便是资深的HR,也会犯常识性的错误,正算反算,哪一个方法更适合,有时还会容易出现数字偏差,回想一下,你们公司的工资是如何计算的? 第一 劳动工资计算标准按几天计算 根据人力资源和社会保障部《关于职工全年月平均工作时间和工资折算问题的通知》规定,制度工作时间的计算: 年工 阅读全文
posted @ 2017-03-24 17:33 袁晓平 阅读(10187) 评论(0) 推荐(0)
Ubuntu 16.04 LAMP server tutorial with Apache 2.4, PHP 7 and MariaDB (instead of MySQL)
摘要:https://www.howtoforge.com/tutorial/install-apache-with-php-and-mysql-on-ubuntu-16-04-lamp/ This tutorial exists for these OS versions Ubuntu 16.04 (X 阅读全文
posted @ 2017-03-24 16:51 袁晓平 阅读(342) 评论(0) 推荐(0)
Root用户安装MariaDB到 /usr/local/mysql
摘要:参考地址: http://www.zhdba.com/mysqlops/2013/08/16/mariadb-cn_1001/ https://mariadb.com/kb/en/mariadb/installing-system-tables-mysql_install_db/ 如果您有root权 阅读全文
posted @ 2017-03-24 16:20 袁晓平 阅读(750) 评论(0) 推荐(0)
war部署到tomcat
摘要:gs-rest-service-0.1.0.war复制到tomcat-9.0.0.M17\webapps\ 打开server.xml,这Host节点,加入<Context path="/gs" docBase="gs-rest-service-0.1.0.war" debug="0" privile 阅读全文
posted @ 2017-03-23 17:33 袁晓平 阅读(153) 评论(0) 推荐(0)
ios-toolchain-based-on-clang-for-linux
摘要:https://github.com/tpoechtrager/cctools-port.git https://www.embtoolkit.org 阅读全文
posted @ 2017-03-23 10:57 袁晓平 阅读(437) 评论(0) 推荐(0)
使用gdb调试theos tweak插件
摘要:Mobilesubstrate injects your dylib into the target process. Debugging the target process using GDB or LLDB is also debugging your extension code. I wi 阅读全文
posted @ 2017-03-18 16:32 袁晓平 阅读(563) 评论(0) 推荐(0)
设置RabbitMQ远程ip登录
摘要:由于账号guest具有所有的操作权限,并且又是默认账号,出于安全因素的考虑,guest用户只能通过localhost登陆使用,并建议修改guest用户的密码以及新建其他账号管理使用rabbitmq。 这里我们以创建个test帐号,密码123456为例,创建一个账号并支持远程ip访问。 创建账号 ra 阅读全文
posted @ 2017-03-14 14:29 袁晓平 阅读(746) 评论(0) 推荐(0)