04 2012 档案

摘要:下午没事事情做,整理了下自己的验证码处理程序,代码usingSystem;usingSystem.Web;usingSystem.Drawing;namespaceBusLover.Ajax{///<summary>///AuthCode验证码类;///作者:冯际成;///QQ:604756218///e-mail:caoxiancc@live.cn///</summary>publicclassAuthCode:IHttpHandler{publicvoidProcessRequest(HttpContextcontext){context.Response.Cont 阅读全文
posted @ 2012-04-11 21:06 冯际成 阅读(354) 评论(0) 推荐(0)
摘要:昨天晚上在csdn看博客,看到一个日历插件推荐的博文,发现其中一个插件非常适合本人的审美眼光,花了一早上时间把他汉化了一下。最终界面如下。此插件使用很简单,在需要的地方设置css样式即可<input type="text" class="format-y-m-d divider-dash highlight-days-12 split-date" />如果使用时如果出现乱码可以在引入js时添加charset属性<script language="JavaScript" src="javascript/dat 阅读全文
posted @ 2012-04-08 15:19 冯际成 阅读(349) 评论(0) 推荐(0)

返回顶部