2010年4月25日
摘要: 在配置 oracle advance replication时遇到了一些错误,记录下来,以便日后警示。平台 XP+ window2003 oracle 9.0.21在XP下要先把防火墙给关了。2 首先把global_name 设置为true命令如下:alter sysdate set global_name=true;3 在oracle 9.0.2下要执行 rdbms/admin/catrpc.s... 阅读全文
posted @ 2010-04-25 16:37 mzwang123 阅读(303) 评论(0) 推荐(0)
  2010年4月19日
摘要: I find many times people use temporary tables because they learned in other databases that joining too many tables in a single query is a ʹbad thingʹ. This is a practice that must be unlearned for Ora... 阅读全文
posted @ 2010-04-19 21:28 mzwang123 阅读(119) 评论(0) 推荐(0)
  2010年4月10日
摘要: Category: ASP.Net 2.0 在asp.net 3.5下需要做一些小的修改When I have helped people with extending the GridView control shipped with ASP.Net 2.0. I got the idea to write this post.Some questions that I have seen are about how to extend the GridView control, such as setting the background color of the row when the 阅读全文
posted @ 2010-04-10 21:13 mzwang123 阅读(281) 评论(0) 推荐(0)
摘要: IntroductionIn this article, we will take a closer look at how ASP.NET pages post back to themselves, and how to customize this feature in our web applications.function __doPostBack(eventTarget, event... 阅读全文
posted @ 2010-04-10 19:56 mzwang123 阅读(707) 评论(2) 推荐(0)
  2010年4月6日
摘要: javascript 常用的编码格式:escape(), encodeURL(), encodeURIComponent() escape() 方法: 采用ISO Latin字符集对指定的字符串进行编码。所有的空格符、标点符号、特殊字符以及其他非ASCII字符都将被转化成%xx格式的字符编码(xx等于该字符在字符集表里面的编码的16进制数字)。比如,空格符对应的编码是%20。不会被此方法编码的字符... 阅读全文
posted @ 2010-04-06 09:49 mzwang123 阅读(2159) 评论(1) 推荐(0)
  2010年3月10日
摘要: 记录我生活中的一闪即过的认识。以后直接在这里更新。 阅读全文
posted @ 2010-03-10 11:01 mzwang123 阅读(125) 评论(0) 推荐(0)