会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
弹来弹去跑马灯!
wgscd
test red font.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
28
29
30
31
32
33
34
35
36
···
38
下一页
2017年3月28日
Android JS interaction
摘要: WebView web; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main)
阅读全文
posted @ 2017-03-28 17:07 wgscd
阅读(383)
评论(0)
推荐(0)
2017年3月24日
Android 使用系统自带分享功能
摘要: 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
阅读(1129)
评论(0)
推荐(0)
2017年3月22日
webBrowser.Document.Cookie取不到HttpOnly的Cookie,取Cookie不完整
摘要: 在做数据采集时,有些网站需要输入验证码,但各网站验证码都不同,不可能有完美的识别验证码的代码,所以我也没去研究,我所采取的方案是:在winform里通过WebBrowser调用网页先手动登录系统,然后再通过webBrowser1.Document.Cookie获取其Cookie,再将其用到HttpW
阅读全文
posted @ 2017-03-22 17:30 wgscd
阅读(1732)
评论(1)
推荐(0)
2017年3月21日
【转】 不需要任何权限获得Android设备的唯一ID
摘要: 不需要任何权限获得Android设备的唯一ID,权限android设备id 这个问题来自于Is there a unique Android device ID? 我对这个问题的答案做了整理,包括将另一篇文章加入进来作为补充,可以完美解决此问题。 作者提出的问题: Android设备有没有唯一的id
阅读全文
posted @ 2017-03-21 17:33 wgscd
阅读(5142)
评论(1)
推荐(0)
2017年2月22日
Android ListView demo
摘要: Android ListView demo
阅读全文
posted @ 2017-02-22 17:27 wgscd
阅读(868)
评论(0)
推荐(0)
2017年1月25日
test
摘要: .test
阅读全文
posted @ 2017-01-25 14:15 wgscd
阅读(2318)
评论(1)
推荐(0)
2017年1月1日
Android初学-AsyncTask下载网络图片
摘要: AsyncTask 异步处理: mainfest: 注意添加的: 代码 :MainActivity.java package com.example.wgscd.myapplication; import android.graphics.BitmapFactory; import android.
阅读全文
posted @ 2017-01-01 12:37 wgscd
阅读(603)
评论(0)
推荐(0)
2016年12月5日
C# 读写内存---by wgscd
摘要: C# 读写内存--改写扫雷计时器 ---by wgscd
阅读全文
posted @ 2016-12-05 15:07 wgscd
阅读(1111)
评论(0)
推荐(0)
2016年11月23日
C# 为程序设置全局热键/Hotkey
摘要: c# 全局 hotkey
阅读全文
posted @ 2016-11-23 13:42 wgscd
阅读(2182)
评论(0)
推荐(0)
2016年9月22日
SFTP Using Chilkat Active component
摘要: 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
阅读(527)
评论(0)
推荐(0)
上一页
1
···
28
29
30
31
32
33
34
35
36
···
38
下一页
公告