2007年4月10日

TNS-12541 TNS:no listener error

摘要: I use the oracle 9.0. The DataBase in the Domain1, the client in the Domain2. For the reason of Domain controll problem, will occure the TNS-12541 TNS... 阅读全文

posted @ 2007-04-10 11:24 广思 阅读(1934) 评论(2) 推荐(0) 编辑

2007年4月6日

Some Useful Regex expressions

摘要: Match the Chinese chars: [\u4e00-\u9fa5] Match the double bytes chars include the Chinese chars: [^\x00-\xff] Any character except signle byte 阅读全文

posted @ 2007-04-06 13:09 广思 阅读(219) 评论(0) 推荐(0) 编辑

2007年4月4日

The Error ORA-01830: date format picture ends before converting entire input string

摘要: Today, I find a error in my project, that display "ORA-01830: date format picture ends before converting entire input string "Reason: My operation is ... 阅读全文

posted @ 2007-04-04 10:10 广思 阅读(8307) 评论(6) 推荐(0) 编辑

2007年3月30日

To set the div position(used for DataGrid Imeplate Column with DropDownList item)

摘要: 1 var TextTemp; 2 var ValueTemp; 3 var ddlTemp; 4 function ShowDropDownList(FillText,FillValue,ddl,ddldiv,parentdiv) 5 {67varctlFillText=docume... 阅读全文

posted @ 2007-03-30 16:17 广思 阅读(730) 评论(0) 推荐(0) 编辑

2007年3月10日

The "Insert Into" error about Access

摘要: When I use the follow codeto update Access DataBase, have a error said : "Insert Into error" 1 OleDbConnectionconn = new OleDbConnection(ConnectStr... 阅读全文

posted @ 2007-03-10 15:54 广思 阅读(277) 评论(0) 推荐(0) 编辑

2007年2月8日

pass value betweem pages

摘要: http://steveorr.net/faq/PassValues.aspxhttp://blog.bcchinese.net/honeynet/archive/2005/02/20/10908.aspxhttp://msdn2.microsoft.com/en-us/library/6c3yck... 阅读全文

posted @ 2007-02-08 15:35 广思 阅读(215) 评论(0) 推荐(0) 编辑

2007年2月1日

Get the parameter from the URL

摘要: 1 2 sUrl = location.search; 3 sIndex = sUrl.indexOf( " ?url= " ); 4 if (sIndex != - 1 ) 5 {6sUrl=sUrl.substring(sIndex+5,sUrl.length);7} 8 ... 阅读全文

posted @ 2007-02-01 16:12 广思 阅读(334) 评论(0) 推荐(0) 编辑

2007年1月12日

Set the value for lable use javascript

摘要: Set the value for lable use javascript After compiled, the server control "lable" will compile to the HTML control "span", in javascript, to set it's ... 阅读全文

posted @ 2007-01-12 23:58 广思 阅读(496) 评论(2) 推荐(0) 编辑

set the control hidden use javascript

摘要: set the control hidden use javascriptmethod 1: 1 document.all[ " PanelSMS " ].style.visibility = " hidden " 2 document.all[ " PanelSMS " ].style.vi... 阅读全文

posted @ 2007-01-12 23:57 广思 阅读(404) 评论(2) 推荐(0) 编辑

2007年1月5日

A soulation for loss the PageSetUp porperty after InsertFile or merge two files in Interp.Word

摘要: After so many times testing and coding, I find the soulation finally. Thanks God!First, the reason of problem occur:Reference : http://word.mvps.org/F... 阅读全文

posted @ 2007-01-05 01:18 广思 阅读(829) 评论(0) 推荐(0) 编辑

导航