Android Native开发
Android 从
0x01 JNI 开发
1. Demo
我们现来看一个例子。
1 | public class HelloJni { |
1 |
|
1 | cmake_minimum_required(VERSION 3.4.1) |
1 | android { |
1 | String stringFromJNI = HelloJni.stringFromJNI(); |
Android 从
我们现来看一个例子。
1 | public class HelloJni { |
1 | #include <jni.h> |
1 | cmake_minimum_required(VERSION 3.4.1) |
1 | android { |
1 | String stringFromJNI = HelloJni.stringFromJNI(); |
无参数
1 | NoArgument noArgument = () -> { |
一个参数
1 | OneArgument oneArgument = (a) -> { |
v2ray 对时间要求比较严格,服务器时间与本地时间相差在90s
内
1 | dpkg-reconfigure tzdata # 选择时区 |
1 | bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) |
此脚本会自动安装以下文件:
/usr/bin/v2ray/v2ray
:V2Ray 程序;/usr/bin/v2ray/v2ctl
:V2Ray 工具;/etc/v2ray/config.json
:配置文件;/usr/bin/v2ray/geoip.dat
:IP 数据文件/usr/bin/v2ray/geosite.dat
:域名数据文件此脚本会配置自动运行脚本。自动运行脚本会在系统重启之后,自动运行 V2Ray。目前自动运行脚本只支持带有 Systemd 的系统,以及 Debian / Ubuntu 全系列。
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | hexo new "My New Post" |
More info: Writing