private void createPolygons() { // create input polygon 1 PointCollection pointsPoly = new PointCollection(SpatialReferences.getWebMercator()); points... ...
分类:
其他好文 时间:
2017-10-10 16:44:34
阅读次数:
126
注意项: 1.appium需要全局安装,否则run test case 报错“appium not installed” 2.启动appium命令 node /Applications/Appium.app/Contents/Resources/node_modules/appium/build/l ...
分类:
移动开发 时间:
2017-10-08 17:22:10
阅读次数:
376
Android Studio 配置工程 最后更新时间: 2017年08月29日 来自:http://lbs.amap.com/api/android-sdk/guide/create-project/android-studio-create-project#creat-project 新建一个An ...
分类:
其他好文 时间:
2017-10-06 23:12:57
阅读次数:
344
//获得MP4时长 private int getTimeLong(String videoPath) { MediaMetadataRetriever retr = new MediaMetadataRetriever(); retr.setDataSource(videoPath); //Str... ...
分类:
其他好文 时间:
2017-10-06 12:30:41
阅读次数:
203
package com.example.yanlei.myapplication; import android.media.MediaMetadataRetriever; import android.media.MediaPlayer; import android.support.v7.app... ...
分类:
其他好文 时间:
2017-10-06 12:28:22
阅读次数:
222
protected void browse() { Intent it = new Intent(Intent.ACTION_GET_CONTENT); //创建动作为 "选取" 的 Intent it.setType("video/*"); //要选取所有视频类型 startActivityFor... ...
分类:
其他好文 时间:
2017-10-06 12:25:37
阅读次数:
138
activity_main.xml java ...
分类:
其他好文 时间:
2017-10-05 21:55:50
阅读次数:
107
4 Android代码只是为了实现功能,比较简单,就只是贴出来 源码 package com.myapps.mqtttest; import java.util.concurrent.Executors; import java.util.concurrent.ScheduledExecutorSe ...
分类:
移动开发 时间:
2017-10-04 14:15:02
阅读次数:
283
3 实现c#消息推送服务 c#实现消息推送必须引入M2Mqtt.dll,源码 a 连接apache apollo代理服务器的代码。需要引入using uPLibrary.Networking.M2Mqtt和 using uPLibrary.Networking.M2Mqtt.Messages,需要注 ...
分类:
移动开发 时间:
2017-10-03 18:59:17
阅读次数:
376
其他如果还有不明白的地方 可以加我微信 qiufeng2983 我们自己目前主要在开发小程序这块,以后技术上遇到问题,大家相互指教。 ...
分类:
其他好文 时间:
2017-10-01 00:31:14
阅读次数:
7135