弹来弹去跑马灯!

上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 39 下一页
摘要: <%@ 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 阅读(466) 评论(0) 推荐(0)
摘要: VB6 无组件上传文件 阅读全文
posted @ 2017-09-01 15:54 wgscd 阅读(1579) 评论(0) 推荐(0)
摘要: VB6 USE Microsoft.XMLHTTP 阅读全文
posted @ 2017-08-31 16:41 wgscd 阅读(1917) 评论(0) 推荐(0)
摘要: 一个类来编码URL ,.net 自带的 HttpUtility.UrlEncode, Uri.EscapeUriString 都不能满足超长度的字符串编码,根据官方文档知道 stringToEscape 的长度超过 32766 个字符。https://msdn.microsoft.com/zh cn 阅读全文
posted @ 2017-08-14 14:05 wgscd 阅读(2580) 评论(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 阅读(276) 评论(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 阅读(2423) 评论(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 阅读(167) 评论(3) 推荐(0)
摘要: 做Android开发近半年了,东西越学越多,硬盘容量越来越小。很多东西找起来也不方便,为此,我打算从今天起把工作中学到的东西整理起来,写成日记。也希望与广大网友分享我的经验。一同进步。今天主要介绍文件读取。下面讲讲原理。如果大家不感兴趣,可以直接跳过。 assets文件夹资源的访问 assets文件 阅读全文
posted @ 2017-04-20 15:04 wgscd 阅读(20691) 评论(0) 推荐(0)
摘要: WebView web; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main) 阅读全文
posted @ 2017-03-28 17:07 wgscd 阅读(395) 评论(0) 推荐(0)
摘要: 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 阅读(1153) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 39 下一页