上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 37 下一页
摘要: 1、Google CodeSearch [ http://www.google.com/codesearch ] 来自Google的代码引擎,就不用多说了,强大的搜索功能,我相信Google。 2、Krugle [ http://www.krugle.org/ ] 支持语言比较全面,包括ActionScript、Flex、SQL、XML,可以在线保存你自己的源代码并与其它人分享你的程... 阅读全文
posted @ 2008-04-07 14:28 sekihin 阅读(524) 评论(1) 推荐(0)
摘要: 启动EXE Dim info As System.Diagnostics.ProcessStartInfo info = New System.Diagnostics.ProcessStartInfo() info.FileName = EXE_NAME info.Arguments = arg1 &... 阅读全文
posted @ 2008-04-01 09:33 sekihin 阅读(796) 评论(0) 推荐(0)
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> Dim dt As DateTime = DateTime.Now '当前时间 Dim startWeek As DateTime = dt.AddDays(1 - Convert.To... 阅读全文
posted @ 2008-03-27 08:07 sekihin 阅读(1332) 评论(5) 推荐(0)
摘要: For i = LBound(carry, 1) To UBound(carry, 1) For j = LBound(carry, 2) To UBound(carry, 2) carry(i,j) = ?? Next j ... 阅读全文
posted @ 2008-03-20 18:13 sekihin 阅读(3171) 评论(0) 推荐(0)
摘要: 打开记事本(或者其他文本编辑器),将 小狼诺夫写的内容粘贴进去,并保存为proxy.pac文件。 function FindProxyForURL(url, host) { if ( dnsDomainIs(host, ".blogspot.com")) return "PROXY 72.14.219.190:80"; else return DIRECT; } 打开IE-->工具-->inte... 阅读全文
posted @ 2008-03-17 10:17 sekihin 阅读(624) 评论(0) 推荐(0)
摘要: 这个数据表提供了一个全面的Visual Studio 2008 IDE产品比较。 Visual Studio 2008 IDE产品包括以下11个版本 Visual Web Developer 2008 Express Edition Visual Basic 2008 Express Edition Visual C# 2008 Express Edition Visual C++ 2008 ... 阅读全文
posted @ 2008-03-17 08:48 sekihin 阅读(675) 评论(0) 推荐(0)
摘要: 表单样式 阅读全文
posted @ 2008-03-14 11:29 sekihin 阅读(220) 评论(0) 推荐(0)
摘要: 有序列表样式 阅读全文
posted @ 2008-03-14 09:41 sekihin 阅读(175) 评论(0) 推荐(0)
摘要: 更多请参考: http://www.bristle.com/Tips/SQL.htm#Oracle%20Tips 黄色背景为经常用并且容易用错的条目 语法结构 Description Oracle MS SQL Server Left Outer Join ... 阅读全文
posted @ 2008-02-21 17:02 sekihin 阅读(2754) 评论(0) 推荐(0)
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->[SHORTCUTS] ShortcutTabIndexAssistant= ShortcutCopyControlWithCode= ShortcutPasteControlWithCode=... 阅读全文
posted @ 2008-02-13 11:25 sekihin 阅读(974) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 37 下一页