上一页 1 2 3 4 5 6 7 8 ··· 20 下一页
摘要: 1.现在elasticsearch安装包 https://www.elastic.co/downloads/elasticsearch 2.解压elasticsearch-5.6.4.zip 到需要安装目录,我的在F:\Program Files\elasticsearch cmd 切换到elast 阅读全文
posted @ 2017-11-15 09:43 sulin 阅读(5551) 评论(0) 推荐(1)
摘要: 2.1.开发工具推荐visual studio code https://code.visualstudio.com/docs/?dv=win 选择安装react native tool 就可以了 2.发布rn 版本 2.1 生成密钥 keytool -genkey -v -keystore rui 阅读全文
posted @ 2017-10-30 09:11 sulin 阅读(1602) 评论(0) 推荐(0)
摘要: 1.环境搭建 1.1 JDK 1.2Android JDK 需要安装c++环境(我选择安装android studio) 1.3Node npm config set registry https://registry.npm.taobao.org npm config set disturl ht 阅读全文
posted @ 2017-10-26 10:35 sulin 阅读(2016) 评论(0) 推荐(0)
摘要: 1.安装插件 cordova plugin add cordova-plugin-wechat --variable wechatappid=你申请微信appid cordova plugin add cordova-plugin-qqsdk --variable QQ_APP_ID=你申请QQ的a 阅读全文
posted @ 2017-10-11 17:50 sulin 阅读(1482) 评论(0) 推荐(0)
摘要: 1.添加js引用 <script src="JS/jquery-1.4.2.min.js" type="text/javascript"></script> <script src="JS/ajaxfileupload.js" type="text/javascript"></script> 2.h 阅读全文
posted @ 2017-09-11 14:53 sulin 阅读(485) 评论(0) 推荐(0)
摘要: 1。添加插件phonegap-plugin-mobile-accessibility cordova plugin add https://github.com/phonegap/phonegap-mobile-accessibility.git 2.app.js 添加代码 3.详细查看 https 阅读全文
posted @ 2017-09-08 13:36 sulin 阅读(685) 评论(0) 推荐(0)
摘要: 1.使用iframe 加载 使用get方式 <iframe id="comdownshow" height="0" width="0" frameborder="0" scrolling="no"></iframe> 2.使用from表单组装 使用post方式 jQuery.download = f 阅读全文
posted @ 2017-08-23 15:22 sulin 阅读(1162) 评论(0) 推荐(0)
摘要: 1 {".3gp", "video/3gpp"}, 2 {".apk", "application/vnd.android.package-archive"}, 3 {".asf", "video/x-ms-asf"}, 4 {".avi", "video/x-msvideo"}, 5 {".bin", "application/octet-stream"}, 6 {".b... 阅读全文
posted @ 2017-06-16 09:34 sulin 阅读(589) 评论(0) 推荐(0)
摘要: 1.生成releases 版本 cordova build android --release 如果你在生成release版本出错,请修改build.gradle 2.生成签名文件 生成成功后会在G判断下面有个release-key.keystore 文件 3.复制第1步生成release 版本到G 阅读全文
posted @ 2017-05-19 16:54 sulin 阅读(1692) 评论(1) 推荐(0)
摘要: 1 .安装插件 直接安装: cordova plugin add cordova-plugin-network-information 下载到本地安装: https://github.com/apache/cordova-plugin-network-information 2.代码使用 3.其它 阅读全文
posted @ 2017-04-18 15:06 sulin 阅读(1254) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 20 下一页