渝水峦山

更多的时候,只是喜欢一个人静静的写代码.不断尝试与学习.

导航

2013年1月11日 #

jQUERY延迟加载外部JS

摘要: var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");$.getScript(gaJsHost + "google-analytics.com/ga.js",functio... 阅读全文

posted @ 2013-01-11 16:58 waner 阅读(450) 评论(0) 推荐(0) 编辑

LiveWriter日志测试:任意字符串类型转换为DateTime

摘要: 项目中很多时候日期类型的字符串都需要转换 如: 2013-1-1 00:00:00 20130101 2013/01/01 但Convert.ToDateTime中的方法却不支持一些格式。 幸好现在有DateTime.ParseExact 代码如下: #region 字符串转换为 DateTime... 阅读全文

posted @ 2013-01-11 15:51 waner 阅读(259) 评论(0) 推荐(0) 编辑