弹来弹去跑马灯!

上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 38 下一页
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.N... 阅读全文
posted @ 2017-10-11 14:51 wgscd 阅读(131) 评论(0) 推荐(0)
摘要: UWP Read write File -StorageFile 阅读全文
posted @ 2017-09-22 17:30 wgscd 阅读(794) 评论(0) 推荐(0)
摘要: UWP WebView JS,新窗口打开 阅读全文
posted @ 2017-09-22 14:38 wgscd 阅读(464) 评论(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 阅读(440) 评论(0) 推荐(0)
摘要: VB6 无组件上传文件 阅读全文
posted @ 2017-09-01 15:54 wgscd 阅读(1533) 评论(0) 推荐(0)
摘要: VB6 USE Microsoft.XMLHTTP 阅读全文
posted @ 2017-08-31 16:41 wgscd 阅读(1891) 评论(0) 推荐(0)
摘要: 一个类来编码URL ,.net 自带的 HttpUtility.UrlEncode, Uri.EscapeUriString 都不能满足超长度的字符串编码,根据官方文档知道 stringToEscape 的长度超过 32766 个字符。https://msdn.microsoft.com/zh cn 阅读全文
posted @ 2017-08-14 14:05 wgscd 阅读(2562) 评论(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 阅读(266) 评论(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 阅读(2401) 评论(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 阅读(157) 评论(3) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 38 下一页