上一页 1 ··· 764 765 766 767 768 769 770 771 772 ··· 784 下一页
摘要: jsp中: 报错:The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar 解决办法: 增加包jstl.jar和standard.jar即可 其它:http://blog.csdn.net/lzz313/article/deta... 阅读全文
posted @ 2013-11-22 15:22 沧海一滴 阅读(227) 评论(0) 推荐(0) 编辑
摘要: Spring启动时的日志: 2013-11-22 14:55:59:319[INFO]: FrameworkServlet 'spring3': initialization completed in 443 ms 日志中spring3的来源: web.xml: spring3 org.springframework.web.serv... 阅读全文
posted @ 2013-11-22 15:02 沧海一滴 阅读(509) 评论(0) 推荐(0) 编辑
摘要: Code: public List getMissDateData() { DateTime[] keys = { DateTime.Now.AddDays(-5), DateTime.Now.AddDays(-3), DateTime.Now.AddDays(-1), }; List missingDate = new ... 阅读全文
posted @ 2013-11-15 16:14 沧海一滴 阅读(468) 评论(0) 推荐(0) 编辑
摘要: Sample Code: try { string re = "1.1".Substring(1,4); } catch (Exception ex) { logger.ErrorFormat("Exception:\n{0}... 阅读全文
posted @ 2013-11-13 18:08 沧海一滴 阅读(4515) 评论(0) 推荐(0) 编辑
摘要: Application.Exit:通知winform消息循环退出。程序会等待所有的前台线程终止后才能真正退出。是一种强行退出方式,就像 Win32 的 PostQuitMessage()。它意味着放弃所有消息泵,展开调用堆栈,并将执行返回给系统 方法停止在所有线程上运行的所有消息循环,并关闭应用程序的所有窗口 解决方法:1. 背景线程为避免因为线程造成程序无法退出,可以将线程设置为后台线程(IsB... 阅读全文
posted @ 2013-11-13 17:21 沧海一滴 阅读(3679) 评论(1) 推荐(0) 编辑
上一页 1 ··· 764 765 766 767 768 769 770 771 772 ··· 784 下一页