上一页 1 ··· 91 92 93 94 95 96 97 98 99 ··· 150 下一页
摘要: What is a long line? //z 2012-4-26 16:42:21 PM IS2120@CSDN Well it depends. Notepad++ has two distinct, independent answers to this: When a line c... 阅读全文
posted @ 2012-04-26 16:39 BiG5 阅读(142) 评论(0) 推荐(0)
摘要: 1. IsEnglishLetter 4-26 16:07:29 PM IS2120@CSDN 1. 正则表达式,匹配(字母,数字,子母和数字) Only letters: Regex.IsMatch(input, @"^[a-zA-Z]+$"); Only letters and ... 阅读全文
posted @ 2012-04-26 16:05 BiG5 阅读(136) 评论(0) 推荐(0)
摘要: sql server float 使用相关问题 //z 2012-4-23 12:15:32 PM IS2120@CSDN 在 WHERE 子句搜索条件中(特别是 = 和 运算符),应避免使用 float 或 real 列。最好限制使用 float 和 real 列做 > 或 运算符),... 阅读全文
posted @ 2012-04-23 12:12 BiG5 阅读(644) 评论(0) 推荐(0)
上一页 1 ··· 91 92 93 94 95 96 97 98 99 ··· 150 下一页