摘要:        
1 下载源代码 git clone https://github.com/pol51/OpenSSL-CMake.git cd OpenSSL-CMake mkdir build && cd build pico build.sh 内容如下两行 cmake -GXcode .. xcodebuild    
阅读全文
posted @ 2017-04-12 17:45
袁晓平
阅读(829)
推荐(0)
 
		
    
        
        
摘要:        
#!/bin/bash U32=0 #编译64位arm时 U32=0 编译32位arm时 U32=1 其他参数不需要变动 TARGET=android-24 HOST=darwin-x86_64 TOOL=aarch64-linux-android #arm-linux-androideabi aa    
阅读全文
posted @ 2017-04-09 16:08
袁晓平
阅读(585)
推荐(0)
 
		
    
        
        
摘要:        
#$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
袁晓平
阅读(1953)
推荐(0)
 
		
    
        
        
摘要:        
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
袁晓平
阅读(515)
推荐(0)
 
		
    
        
        
摘要:        
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
袁晓平
阅读(732)
推荐(0)
 
		
    
        
        
摘要:        
在开始介绍如何使用CMake编译跨平台的静态库之前,先讲讲我在没有使用CMake之前所趟过的坑。因为很多开源的程序,比如png,都是自带编译脚本的。我们可以使用下列脚本来进行编译: . / configure -- prefix = / xxx / xx -- enable - static = Y    
阅读全文
posted @ 2017-03-25 19:58
袁晓平
阅读(4024)
推荐(1)
 
		
    
        
        
摘要:        
月工资的计算方式有多种多样。即便是资深的HR,也会犯常识性的错误,正算反算,哪一个方法更适合,有时还会容易出现数字偏差,回想一下,你们公司的工资是如何计算的? 第一 劳动工资计算标准按几天计算 根据人力资源和社会保障部《关于职工全年月平均工作时间和工资折算问题的通知》规定,制度工作时间的计算: 年工    
阅读全文
posted @ 2017-03-24 17:33
袁晓平
阅读(10197)
推荐(0)
            
        
        
摘要:        
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
袁晓平
阅读(343)
推荐(0)
            
        
        
摘要:        
参考地址: 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)
 
		
    
        
        
摘要:        
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
袁晓平
阅读(154)
推荐(0)