弹来弹去跑马灯!

上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 38 下一页
摘要: UWP Read write File -StorageFile 阅读全文
posted @ 2017-09-22 17:30 wgscd 阅读(789) 评论(0) 推荐(0)
摘要: UWP WebView JS,新窗口打开 阅读全文
posted @ 2017-09-22 14:38 wgscd 阅读(459) 评论(0) 推荐(0)
摘要: <%@ 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)
摘要: VB6 无组件上传文件 阅读全文
posted @ 2017-09-01 15:54 wgscd 阅读(1514) 评论(0) 推荐(0)
摘要: VB6 USE Microsoft.XMLHTTP 阅读全文
posted @ 2017-08-31 16:41 wgscd 阅读(1875) 评论(0) 推荐(0)
摘要: 一个类来编码URL ,.net 自带的 HttpUtility.UrlEncode, Uri.EscapeUriString 都不能满足超长度的字符串编码,根据官方文档知道 stringToEscape 的长度超过 32766 个字符。https://msdn.microsoft.com/zh cn 阅读全文
posted @ 2017-08-14 14:05 wgscd 阅读(2558) 评论(0) 推荐(0)
摘要: 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)
摘要: 根据纪元时间(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)
摘要: 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文件夹资源的访问 assets文件 阅读全文
posted @ 2017-04-20 15:04 wgscd 阅读(20602) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 38 下一页