posts - 60, comments - 23, trackbacks - 0, articles - 0
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

2011年8月31日

摘要: · In PLSQL-Developer, Tools (menu)-Preferences (item)-User Interface(Section)-Editor(Item)-Syntax Highlighting (section) - Enable (chekced); Keywords (Bold - checked); Keyword Case (Uppercase - selected). Although it is not perfect, I have attached the Beautifier rules that I use to format the 阅读全文

posted @ 2011-08-31 14:58 Snapping 阅读(45) 评论(0) 编辑

2011年8月30日

摘要: XmlNodeList groupNameNodes = xmlDoc.SelectNodes("//Results//Group[not(@type='products') and not (@type='benchmarks') and not (@type='universeStatistics')]");阅读全文

posted @ 2011-08-30 13:41 Snapping 阅读(2) 评论(0) 编辑

2011年8月2日

摘要: delete the files under the two folders:C:\Documents and Settings\snapping-song\Application Data\Microsoft\VisualStudio\9.0\ReflectedSchemasC:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files阅读全文

posted @ 2011-08-02 09:35 Snapping 阅读(7) 评论(0) 编辑

2011年7月20日

摘要: 编辑器加载中.../// help set the text of the element, based on the browser.function setTextofElement(textControl, textValue) { // innerText only supported in IE if (document.body.innerText) { textControl.innerText = textValue; } else // other browsers use textContent { textControl.textContent = textValue; 阅读全文

posted @ 2011-07-20 16:08 Snapping 阅读(5) 评论(0) 编辑

2008年7月9日

posted @ 2008-07-09 09:28 Snapping 阅读(40) 评论(1) 编辑

2008年7月8日

posted @ 2008-07-08 18:15 Snapping 阅读(36) 评论(0) 编辑

2008年7月4日

posted @ 2008-07-04 14:06 Snapping 阅读(254) 评论(0) 编辑

2008年5月13日

posted @ 2008-05-13 11:28 Snapping 阅读(5881) 评论(0) 编辑

2008年4月11日

posted @ 2008-04-11 17:20 Snapping 阅读(185) 评论(0) 编辑

posted @ 2008-04-11 10:04 Snapping 阅读(161) 评论(0) 编辑