会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
弹来弹去跑马灯!
wgscd
test red font.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
27
28
29
30
31
32
33
34
35
···
38
下一页
2017年9月22日
UWP Read write File -StorageFile
摘要: UWP Read write File -StorageFile
阅读全文
posted @ 2017-09-22 17:30 wgscd
阅读(789)
评论(0)
推荐(0)
UWP Test Webview JS interact, new window open (新窗口打开)
摘要: UWP WebView JS,新窗口打开
阅读全文
posted @ 2017-09-22 14:38 wgscd
阅读(459)
评论(0)
推荐(0)
2017年9月12日
ASP SqlServer 参数,防注入攻击
摘要: <%@ LANGUAGE="VBscript" % <%Response.Buffer = True On Error Resume Next % <% 'ole db连接 set cnn1 = Server.CreateObject("ADODB.Connection") '连接串需要注意sqls
阅读全文
posted @ 2017-09-12 14:26 wgscd
阅读(432)
评论(0)
推荐(0)
2017年9月1日
VB6 upload file 上传文件
摘要: VB6 无组件上传文件
阅读全文
posted @ 2017-09-01 15:54 wgscd
阅读(1514)
评论(0)
推荐(0)
2017年8月31日
vb6 http post
摘要: VB6 USE Microsoft.XMLHTTP
阅读全文
posted @ 2017-08-31 16:41 wgscd
阅读(1875)
评论(0)
推荐(0)
2017年8月14日
C# UrlEncoding
摘要: 一个类来编码URL ,.net 自带的 HttpUtility.UrlEncode, Uri.EscapeUriString 都不能满足超长度的字符串编码,根据官方文档知道 stringToEscape 的长度超过 32766 个字符。https://msdn.microsoft.com/zh cn
阅读全文
posted @ 2017-08-14 14:05 wgscd
阅读(2558)
评论(0)
推荐(0)
2017年6月22日
Js 判断网页窗口是否滚动到底部
摘要: var scrollToBottom = { getScrollTop:function(){ var scrollTop = 0, bodyScrollTop = 0, documentScrollTop = 0; if(document.body){ bodyScrollTop = docume
阅读全文
posted @ 2017-06-22 17:32 wgscd
阅读(262)
评论(0)
推荐(0)
2017年5月3日
C# 获取北京时间 (根据纪元时间(1970/1/1)转换为DateTime)
摘要: 根据纪元时间(1970/1/1)转换为DateTime WebClient wc = new WebClient(); s= wc.DownloadString("http://api.time.3023.com/time"); long t= Newtonsoft.Json.JsonConvert
阅读全文
posted @ 2017-05-03 22:52 wgscd
阅读(2395)
评论(0)
推荐(0)
2017年4月20日
temp-2017-4-20
摘要: p{font size:20px;color:red;} uuuuuuuuuuu function add(s){ alert(s); var para=document.createElement("p"); para.innerHTML=s; var element=document.getEl
阅读全文
posted @ 2017-04-20 16:36 wgscd
阅读(155)
评论(3)
推荐(0)
Android 读取Assets下的资源文件
摘要: 做Android开发近半年了,东西越学越多,硬盘容量越来越小。很多东西找起来也不方便,为此,我打算从今天起把工作中学到的东西整理起来,写成日记。也希望与广大网友分享我的经验。一同进步。今天主要介绍文件读取。下面讲讲原理。如果大家不感兴趣,可以直接跳过。 assets文件夹资源的访问 assets文件
阅读全文
posted @ 2017-04-20 15:04 wgscd
阅读(20602)
评论(0)
推荐(0)
上一页
1
···
27
28
29
30
31
32
33
34
35
···
38
下一页
公告