摘要:
public static int Asc(string character) { if (character.Length == 1) { System.Text.ASCIIEncoding asciiEncoding = new System.Text.ASCIIEncoding(); int intAsciiCode = (int)asciiEncoding... 阅读全文
posted @ 2008-10-04 01:35
scgw
阅读(2283)
评论(0)
推荐(0)
摘要:
ASCII码 键盘 ASCII 码 键盘 ASCII 码 键盘 ASCII 码 键盘 27 ESC ... 阅读全文
posted @ 2008-10-04 01:34
scgw
阅读(436)
评论(0)
推荐(0)
摘要:
select * from yx_article where id=(select min(id) from dbo.yx_article where id>4) select * from yx_article where id=(select max(id) from dbo.yx_article where id<4) 阅读全文
posted @ 2008-10-04 01:33
scgw
阅读(258)
评论(0)
推荐(0)
浙公网安备 33010602011771号