摘要: 在UltraEdit使用正则表达式实现替换实现需求的提出: 接到一个由工具导出的数据库脚本,要求对存在性做判断, 并且写一些日志。分析: 手工工作量太大(几万行的脚本),编写程序过于复杂,决定采用模版加替换的方式。工具的认识: UltraEdit有宏的概念, 并且能够根据进行的操作直接录制宏,这样便于跟踪和再测试,简化操作过程。UltraEidt支持正则表达式的替换。但UltraEidt的正则表达... 阅读全文
posted @ 2007-01-10 15:06 袁礼定 阅读(187) 评论(0) 推荐(0) 编辑
摘要: The following chock of C# code will throw an error, if the column name does not exist in the DataTable.//Error Code:string strFieldName = "****";if (ds != null && ds.Tables[0] != null && ds.Tables[0]... 阅读全文
posted @ 2006-12-14 14:05 袁礼定 阅读(316) 评论(0) 推荐(0) 编辑
摘要: http://class.ytu.edu.cn/walker/blog//index.php?job=art&articleid=a_20060919_195424 vs2003,安装程序检测到另一个程序要求计算机重新启动 2006年9月19日19:54星期二 [学习] 首先要安装第1步visual studio.... 阅读全文
posted @ 2006-09-27 11:06 袁礼定 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 今天看代码, 很是恼火, 代码严重违背单一性原则, 改动一点就引起其它地方的问题(: 一个变量代表一个含义,一个方法执行一件事 阅读全文
posted @ 2006-06-01 13:30 袁礼定 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 可重用软件技术理论(这里还提供一些商业组件的连接)http://www.evget.com/view/listArticle.asp?articleType=13 阅读全文
posted @ 2006-04-17 09:12 袁礼定 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2006-04-04 12:08 袁礼定 阅读(190) 评论(0) 推荐(0) 编辑
摘要: Q: 卸载了ReSharper,怎么vs的智能提示也没有了?配置哪个地方? A: Tools | Options | Text Editor | C# | General | Statement completion 打上钩就行了。 阅读全文
posted @ 2005-11-02 11:34 袁礼定 阅读(829) 评论(1) 推荐(0) 编辑
摘要: http://blog.joycode.com/mvm/articles/63479.aspx 的答案, 费了我2小时左右没解决出来,汗(: 问同事10分钟解决了。咳,差距!由于这是一道考题,我刚把他先删除放到本地,以后在贴出来:) 阅读全文
posted @ 2005-09-21 21:54 袁礼定 阅读(674) 评论(0) 推荐(0) 编辑
摘要: 一。心雨楼 http://blog.csdn.net/xinyulou (*****) 1. 动态加载用户控件的组件! 2. 动态改变自定义组件! 3. 动态加载用户控件的组件!(二) 4. 动态加载用户控件的组件!(三) 5. 动态加载用户控件的组件!(四) 6. 动态加载用户控件的组件!(终结MasterPages技术) 二。笨蜗牛之爬行 (... 阅读全文
posted @ 2005-08-18 11:42 袁礼定 阅读(483) 评论(0) 推荐(0) 编辑
摘要: 摘自: http://blueidea.blogchina.com/blog/1587436.htmlhttp://www.blogchina.com/ 博客中国,自己的孩子http://www.alwayson-network.com/index.php 风险投资和新技术方面最好的博客http://www.corante.com/ 优秀的IT信息过滤博客群组http://weblog.sili... 阅读全文
posted @ 2005-08-05 10:49 袁礼定 阅读(359) 评论(0) 推荐(0) 编辑