08 2017 档案

摘要:IIS 7或更高版本,可以使用自定义处理程序。 只需要将扩展​​名重命名为.markdown,扩展将处理其余部分。 "Up with Markdown as an Authoring format (or sample code for an IIS7 Markdown Handler)" 阅读全文
posted @ 2017-08-30 17:05 guqiangjs 阅读(909) 评论(0) 推荐(0)
摘要:```cs //----------------------------------------------------------------------------- //translate strToTranslate from fromLanguage to toLanguage //return the translated string //return emp... 阅读全文
posted @ 2017-08-19 15:39 guqiangjs 阅读(383) 评论(0) 推荐(0)
摘要:性能较优的 在大字符数组中找到小字符数组 C cs public static bool ContainsChars(this char[] source, char[] target,out int index) { int targetLength = target.Length 1; int 阅读全文
posted @ 2017-08-04 09:51 guqiangjs 阅读(196) 评论(0) 推荐(0)