人人人人人人人人人人人人

上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 35 下一页
摘要: way1: Intent intent = new Intent(Intent.ACTION_SEND); intent.setType("text/plain");// setType("audio/ "); intent.putExtra(Intent.EXTRA_SUBJECT, "share 阅读全文
posted @ 2017-03-24 17:13 wgscd 阅读(1118) 评论(0) 推荐(0) 编辑
摘要: 在做数据采集时,有些网站需要输入验证码,但各网站验证码都不同,不可能有完美的识别验证码的代码,所以我也没去研究,我所采取的方案是:在winform里通过WebBrowser调用网页先手动登录系统,然后再通过webBrowser1.Document.Cookie获取其Cookie,再将其用到HttpW 阅读全文
posted @ 2017-03-22 17:30 wgscd 阅读(1681) 评论(1) 推荐(0) 编辑
摘要: 不需要任何权限获得Android设备的唯一ID,权限android设备id 这个问题来自于Is there a unique Android device ID? 我对这个问题的答案做了整理,包括将另一篇文章加入进来作为补充,可以完美解决此问题。 作者提出的问题: Android设备有没有唯一的id 阅读全文
posted @ 2017-03-21 17:33 wgscd 阅读(5061) 评论(1) 推荐(0) 编辑
摘要: Android ListView demo 阅读全文
posted @ 2017-02-22 17:27 wgscd 阅读(849) 评论(0) 推荐(0) 编辑
摘要: .test 阅读全文
posted @ 2017-01-25 14:15 wgscd 阅读(2310) 评论(1) 推荐(0) 编辑
摘要: AsyncTask 异步处理: mainfest: 注意添加的: 代码 :MainActivity.java package com.example.wgscd.myapplication; import android.graphics.BitmapFactory; import android. 阅读全文
posted @ 2017-01-01 12:37 wgscd 阅读(598) 评论(0) 推荐(0) 编辑
摘要: C# 读写内存--改写扫雷计时器 ---by wgscd 阅读全文
posted @ 2016-12-05 15:07 wgscd 阅读(1051) 评论(0) 推荐(0) 编辑
摘要: c# 全局 hotkey 阅读全文
posted @ 2016-11-23 13:42 wgscd 阅读(2095) 评论(0) 推荐(0) 编辑
摘要: https://www.example code.com/vb6/sftp_uploadBandwidthThrottle.asp Private Sub Command1_Click() ' Important: It is helpful to send the contents of the 阅读全文
posted @ 2016-09-22 11:17 wgscd 阅读(510) 评论(0) 推荐(0) 编辑
摘要: Wild Dog test sync data 阅读全文
posted @ 2016-09-02 17:12 wgscd 阅读(233) 评论(1) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 35 下一页