上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 34 下一页
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 阅读全文
posted @ 2008-08-15 08:22 sekihin 阅读(890) 评论(0) 推荐(0) 编辑
摘要: 【概要】 PHPには正規表現関数群が3種類ある。 標準正規表現関数(POSIX Regex):ereg()系。マルチバイト不可。 PCRE正規表現関数(Perl互換):preg_match()系。マルチバイトはUTF-8のみ対応。 マルチバイト文字対応正規表現関数:mb_ereg()系。Rubyの正規表現を使用。PHP5.0で「鬼車」組み込み。 主な特徴? ... 阅读全文
posted @ 2008-08-05 11:23 sekihin 阅读(2383) 评论(0) 推荐(0) 编辑
摘要: IIS 5.0 http://www.chinacode.com/files/ChinaCodeFile580.shtml 1.“开始”→“运行” → C:"Windows"inf"sysoc.inf 2. “sysoc.inf” → “[Components]” 3. “iis=iis.dll,OcEntry,iis.inf,hide,7” => “iis=iis2.dll,OcEntry,... 阅读全文
posted @ 2008-08-01 14:41 sekihin 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 变弱类型为强类型 Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> Public Function IIf(Of T)(ByVal expression As Boolean, _ ByVal ... 阅读全文
posted @ 2008-08-01 10:10 sekihin 阅读(565) 评论(0) 推荐(0) 编辑
摘要: "aSql = aSql & """ & Excel & " = '"" & Replace(txt" & Excel & ".Text,""'"",""''"") & ""',""" 阅读全文
posted @ 2008-07-31 17:58 sekihin 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 全角转半角 Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->/** * 全角を半角にする * @param string $instr 変換前文字列 * @return string 変換後文字列 */ funct... 阅读全文
posted @ 2008-07-30 15:17 sekihin 阅读(1853) 评论(0) 推荐(0) 编辑
摘要: 1权限的话给EXE文件加上aspnet账号就没问题了。->失败 2网页测试Console是否通过 ->失败 3 ->失败 4.异步调用 异步WebService调用 http://www.cnblogs.com/jigee/archive/2007/01/11/617375.html C# 中启动进程的三种方法 http://www.cnblogs.com/xiongeee/archive/20... 阅读全文
posted @ 2008-07-29 16:04 sekihin 阅读(3564) 评论(0) 推荐(0) 编辑
摘要: Webform调用Winform,通过QueryString给Winform传值 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->Dim args As String() = WebCommandLineHelper.GetCommandLi... 阅读全文
posted @ 2008-07-12 17:01 sekihin 阅读(577) 评论(0) 推荐(0) 编辑
摘要: 一开始用GeneralCellType能实现隐藏货币符($),同时格式化数字(###,###,##0),但是却失去了ErrorMessage的功能,不能判断可输入最大值最小值。 Dim dCell As New FarPoint.Web.Spread.GeneralCellType Dim numFormat As New Syste... 阅读全文
posted @ 2008-07-11 11:29 sekihin 阅读(579) 评论(0) 推荐(0) 编辑
摘要: 为了便于记录程序执行时间,做了一个小程序 http://www.cnblogs.com/Files/sekihin/TestDriven.rar 阅读全文
posted @ 2008-07-07 16:49 sekihin 阅读(1014) 评论(1) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 34 下一页