让 web app 像 native app 那样运行 云集是一个轻应用(即 web app)的运行环境,可以让 web app 像 native app 那样运行。 just like this 这才是 HTML5 的正确打开方式。 我们目前同时做了 iOS 和 Android 两个平台的客户端。 ...
分类:
移动开发 时间:
2020-05-28 19:39:08
阅读次数:
79
下载地址: https://docs.spring.io/spring-boot/docs/2.1.1.RELEASE/reference/htmlsingle/#getting-started-installing-the-cli 下载地址中的对应位置 如下所示, ctrl + f 快捷键查找 1 ...
分类:
编程语言 时间:
2020-05-28 00:48:06
阅读次数:
146
本文记录发布App Store 过程中,遇到的问题,以及解决方案。 上架App Store 河南油田项目 5.19号 三个问题 1. 2 Safety: User Generated Content2. 3 Performance: Accurate Metadata3. 2 Design: Min ...
分类:
移动开发 时间:
2020-05-25 09:35:41
阅读次数:
645
在Gooogle I/O 2013年的大会上面,展示的Volley库,已经成为android开发中最常用的处理和缓存网络请求的库。如果你还没有看过Gooogle I/O中关于Volley的介绍(https://developers.google.com/events/io/sessions/3253 ...
分类:
Web程序 时间:
2020-05-23 18:45:57
阅读次数:
63
先无认证方式启动mongodb数据库 /Users/zlp/develop/mongodb/4.2.1/bin/mongod -f config.yaml > /dev/null 2>&1 & config.yaml systemLog: destination: file path: '/User ...
分类:
数据库 时间:
2020-05-22 21:26:38
阅读次数:
171
YOLOv4实用训练实践 准备工作 推荐使用Ubuntu 18.04 CMake >= 3.8: https://cmake.org/download/ CUDA >= 10.0: https://developer.nvidia.com/cuda-toolkit-archive OpenCV >= ...
分类:
其他好文 时间:
2020-05-22 09:25:08
阅读次数:
434
var Person=function(){}; 定义一个function实际上是定义了一个类(class)。 静态方法 Person.say=function(){ console.log('I am a Person,I can say.') }; Person.say(); //正常运行 va ...
分类:
编程语言 时间:
2020-05-21 16:31:38
阅读次数:
63
这个工具类完成的工作如下: 1、第一个static方法,完成图片格式的转换。统一转换成.jpg格式。 package util; import java.awt.Toolkit; import java.awt.image.BufferedImage; import java.awt.image.C ...
分类:
其他好文 时间:
2020-05-21 00:02:27
阅读次数:
219
1、下载安装包 wget https://www.percona.com/downloads/percona-toolkit/3.0.12/binary/redhat/6/x86_64/percona-toolkit-3.0.4-1.el7.x86_64.rpm直接安装会报没有依赖包的错误如下 2、 ...
分类:
其他好文 时间:
2020-05-19 14:28:36
阅读次数:
89
如果是基于develop分支进行创建新的分支,那么就先将develop分支拉到本地,并切换到develop分支; 然后点击New Branch 输入新的分支名称 分支名称已存在提示如下 分支名称不存在,点击OK 分支创建完成之后,提交到远程仓库,右键-->git-->repository-->pus ...
分类:
其他好文 时间:
2020-05-19 14:23:33
阅读次数:
395