2014年12月13日

android 压缩与解压方法

摘要: /** * 解压缩功能 * * @throws Exception */ public int upZipFile(File zipFile, String folderPath)throws ZipException,IOException { /... 阅读全文

posted @ 2014-12-13 14:45 fangchensheng 阅读(228) 评论(0) 推荐(0) 编辑

2014年12月12日

android通过apk包得到apk包信息

摘要: //安装包路径 String weicharFilePath="sdcard/weichar.apk"; PackageManager pm = getPackageManager(); PackageInfo info = pm.get... 阅读全文

posted @ 2014-12-12 12:01 fangchensheng 阅读(373) 评论(0) 推荐(0) 编辑

C#提高webService接口调用的性能

摘要: public class WebServiceClient { private object agent; private Type agentType; private const string CODE_NAMESPACE = "... 阅读全文

posted @ 2014-12-12 11:48 fangchensheng 阅读(390) 评论(0) 推荐(0) 编辑

C# Gmap.net控件的使用

摘要: 1,首先要先添加引用Gmap.net的动态链接库.dll文件2,初始化地图信息 public void MapShow() { try { System.Net.IPHostEntry ela = Sys... 阅读全文

posted @ 2014-12-12 11:47 fangchensheng 阅读(2324) 评论(0) 推荐(0) 编辑

微信公众平台自定义脚本

摘要: public function responseMsg() { //get post data, May be due to the different environments $postStr = $GLOBALS["HTTP_RAW_POST_DATA"]; //... 阅读全文

posted @ 2014-12-12 11:40 fangchensheng 阅读(243) 评论(0) 推荐(0) 编辑

导航