摘要:
一、取某月的最后一天法一、使用算出该月多少天,年+月+加上多少天即得,举例取今天这个月的最后一天private void GetLastDateForMonth(DateTime DtStart,out DateTime DtEnd){int Dtyear,DtMonth;DtStart = DateTime.Now;Dtyear = DtStart.Year;DtMonth = DtStart.Month;int MonthCount = DateTime.DaysInMonth(Dtyear,DtMonth);DtEnd = Convert.ToDateTime(Dtyear.ToStri 阅读全文
摘要:
http://www.cnblogs.com/cloudgamer/ 阅读全文
摘要:
关键字过滤 技巧:使用User Control做HTML生成 仿163网盘无刷新文件上传系统 跨服务器文件上传解决方案 Disable anchor tag的javascript代码(兼容IE和Firefox) 一个利用扩展方法的实例:AttachDataExtensions WebBrowser加载完毕后再往下执行 YetAnotherForum.Net+ScrewTurn Wiki中文完美汉化增强版(07-16更新:升级到v1.2.3 新增显示论坛版主信息,修复Wiki中文搜索)(GPL协议源码发布) 提取 SWF 中的音频!! IIS日志分析方法及工具 Web.config详解 + as 阅读全文