XAPKInstaller 一个用于安装XAPK游戏包的安装器。 程序需要读写存储与获取已安装应用权限才可正常运行。 长按条目可显示文件的详细信息。 SDK小于24(Android N)的设备会显示应用的最低版本为-1,不影响正常使用。 项目地址 Github 效果图 部分源码参考自KhunHtet ...
分类:
其他好文 时间:
2021-01-28 12:04:32
阅读次数:
0
yml spring: data: elasticsearch: client: reactive: endpoints: 192.168.209.160:9200 connection-timeout: 10000#链接到es的超时时间,毫秒为单位,默认10秒(10000毫秒) socket-ti ...
分类:
编程语言 时间:
2021-01-28 12:03:55
阅读次数:
0
Google App Engine 是一个脱离了基础架构束缚的全面托管型平台,功能十分强大,当今最成功的一些公司都纷纷在 App Engine 上运行他们的应用。 之前我曾经介绍过使用Google App Engine SDK来更新Google App Engine的工程,目前Google App ...
分类:
移动开发 时间:
2021-01-28 11:51:00
阅读次数:
0
1. 安装n管理包 终端使用npm install -g n命令全局安装, 安装成功后在终端输入n --version或n查看。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ~ npm install -g n /usr/local/bin/n - ...
分类:
其他好文 时间:
2021-01-27 14:02:06
阅读次数:
0
Java多线程 多线程的实现1 继承Thread 重写run() start() 1.为什么要重写run()方法? 因为run()方法是用来封装线程要执行的代码的。 2.run()方法和start()方法的区别? 直接使用run()方法并不是启动多线程,使用start()才是启动线程,然后由JVM调 ...
分类:
编程语言 时间:
2021-01-27 13:58:25
阅读次数:
0
Springboot01——HelloWolrd 准备工作 环境: java version 1.8 Maven- 3.6 SpringBoot 2.x 最新版 版本检测命令: java -version mvn -v 开发工具 IntellliJ IDEA (2020版) Spring官网 Spr ...
分类:
编程语言 时间:
2021-01-27 13:40:26
阅读次数:
0
-- 1064 -- 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use nea ...
分类:
其他好文 时间:
2021-01-27 13:38:40
阅读次数:
0
多台服务器Docker-compose 安装zookeeper集群 安装docker-compose zookeeper安装与配置 检查集群 安装docker-compose ? 安装docker:sudo apt-get install docker.io ? 开机启动docker sudo sy ...
分类:
其他好文 时间:
2021-01-27 13:35:09
阅读次数:
0
第一种:json-lib 依赖: <dependency> <groupId>net.sf.json-lib</groupId> <artifactId>json-lib</artifactId> <version>2.4</version> <classifier>jdk15</classifie ...
分类:
其他好文 时间:
2021-01-27 13:33:47
阅读次数:
0
mac安装homebrew失败怎么办? 根据官网介绍的安装方式 https://brew.sh/index_zh-cn /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" ...
分类:
系统相关 时间:
2021-01-27 13:25:07
阅读次数:
0