码迷,mamicode.com
首页 >  
搜索关键字:andriod 文件下载含服务器端    ( 725个结果
net mvc webapi 实用
asp.net mvc webapi 实用的接口加密方法 在很多项目中,因为webapi是对外开放的,这个时候,我们就要得考虑接口交换数据的安全性。 安全机制也比较多,如andriod与webapi 交换数据的时候,可以走双向证书方法,但是开发成本比较大, 今天我们不打算介绍这方面的知识,我们说说一 ...
分类:Windows程序   时间:2017-10-18 19:45:12    阅读次数:244
安卓开发 1配置JDK+Andriod stiuio
1 JAVA_SDK 1.1 下载 http://www.oracle.com/technetwork/java/javase/downloads/index.html 2 安装 设置安装路径 一直下一步 出现安装JRE路径重新设置 3 配置环境 安装完成后配置环境变了,右键偶的电脑——属性——高级 ...
分类:移动开发   时间:2017-10-17 09:52:04    阅读次数:191
arcgis andriod GeometryEngine使用
intersectionMenuItem.setChecked(true); showGeometry(GeometryEngine.intersection(inputPolygon1, inputPolygon2)); return true; } else if (itemId == R.id... ...
分类:其他好文   时间:2017-10-10 16:47:04    阅读次数:160
andriod arcgis createPolygons创建带空的面
private void createPolygons() { // create input polygon 1 PointCollection pointsPoly = new PointCollection(SpatialReferences.getWebMercator()); points... ...
分类:其他好文   时间:2017-10-10 16:44:34    阅读次数:126
appium-andriod自动化实现注意项
注意项: 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
andriod 调用高德地图
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
andriod 获得MP4时长
//获得MP4时长 private int getTimeLong(String videoPath) { MediaMetadataRetriever retr = new MediaMetadataRetriever(); retr.setDataSource(videoPath); //Str... ...
分类:其他好文   时间:2017-10-06 12:30:41    阅读次数:203
andriod 错误:Only the original thread that created a view hierarchy can touch its views——Handler的使用
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
andriod 浏览文件
protected void browse() { Intent it = new Intent(Intent.ACTION_GET_CONTENT); //创建动作为 "选取" 的 Intent it.setType("video/*"); //要选取所有视频类型 startActivityFor... ...
分类:其他好文   时间:2017-10-06 12:25:37    阅读次数:138
andriod 播放mp4
activity_main.xml java ...
分类:其他好文   时间:2017-10-05 21:55:50    阅读次数:107
725条   上一页 1 ... 9 10 11 12 13 ... 73 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!