欢迎访问我的博客 https://javascript.shop
摘要: 原文发布时间为:2008-10-11 —— 来源于本人的百度文章 [由搬家工具导入] <html> <head> <title>显示时间</title> <script language="JavaScript"> t = -1; // 计数器 setInterval("testTime()",10 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(129) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-11-02 —— 来源于本人的百度文章 [由搬家工具导入] http://www.cnblogs.com/Terrylee/archive/2006/07/17/334911.html 最初写探索设计模式系列的时候,我只是想把它作为自己学习设计模式的读书笔记来写,可是写到今 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(88) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-11-16 —— 来源于本人的百度文章 [由搬家工具导入] 网址:http://sourceforge.net/projects/sharpwebmail/ 点击后:点击download图标 Package Release Date Notes / Monitor Down 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(211) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-09-22 —— 来源于本人的百度文章 [由搬家工具导入] 参考资料:http://www.cnblogs.com/gwazy/articles/139510.html 三个窗体: default1: 属性值: 源码: <%@ Page Language="C#" Auto 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(262) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-08-05 —— 来源于本人的百度文章 [由搬家工具导入] 【用了datalist控件,datalist控件自己学会,主要知道其他按钮COMMANDNAME属性应该改为edit,update,delete】 using System;using System.Data;us 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(147) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-10-09 —— 来源于本人的百度文章 [由搬家工具导入] 不用注册,就能免费下载系统源码不错哦 http://down.chinaz.com/class/4_1.htm 阅读全文
posted @ 2017-07-09 15:04 孑孓子 阅读(104) 评论(0) 推荐(0)
摘要: AngularJS is a huge framework with that already has many performance enhancements built in, but they can’t solve all our problems. No matter how fast ... 阅读全文
posted @ 2016-01-07 16:23 孑孓子 阅读(276) 评论(0) 推荐(0)
摘要: 我想要使序列化出来的JSON都是小写,可以通过建立LowercaseContractResolver:DefaultContractResolver来实现, 创建CustomContractResolver可以对很多东西进行更改,可以自定义规则。。。 如果你只要针对某个的话,可以用 JsonProp... 阅读全文
posted @ 2014-09-10 20:41 孑孓子 阅读(952) 评论(0) 推荐(0)
摘要: 今天做模拟登陆的时候,发现HttpWebResponse的Cookie都为空,但是Fiddler看是有的。。。后来看见是302状态,才知道请求这个的时候,Response回来已经是跳转了。。。这样Cookie就会消失。解决方法:1.var request = (HttpWebRequest)WebR... 阅读全文
posted @ 2014-09-01 17:14 孑孓子 阅读(2382) 评论(1) 推荐(1)
摘要: How to set CurrentCulture for all threads in a domain in .NET 4.5Before .NET 4.5 if we wanted to set CurrentCulture for the current thread, we would n... 阅读全文
posted @ 2014-04-17 11:42 孑孓子 阅读(1756) 评论(0) 推荐(0)
欢迎访问我的博客 https://javascript.shop