2011年6月17日

字符编码

摘要: 字符编码有两个概念,一个是字符集,一个是编码字符集,即在特定的字符集名称下收录的所有字符的集合,如gb2312,gbk,unicode,asciigb2312码表code +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B +C +D +E +FB0A0 啊 阿 埃 挨 哎 唉 哀 皑 癌 蔼 矮 艾 碍 爱 隘B0B0 鞍 氨 安 俺 按 暗 岸 胺 案 肮 昂 盎 凹 敖 熬 翱B0C0 袄 傲 奥 懊 澳 芭 捌 扒 叭 吧 笆 八 疤 巴 拔 跋B0D0 靶 把 耙 坝 霸 罢 爸 白 柏 百 摆 佰 败 拜 稗 斑B0E0 班 搬 扳 般 颁 板 版 扮 拌 伴 阅读全文

posted @ 2011-06-17 19:56 lucaszong 阅读(290) 评论(0) 推荐(0) 编辑

兼容ie,firefox 快捷键

摘要: //快捷键 keycode列表 public class ShortKeyConst { public const string F2 = "113"; public const string F3 = "114"; public const string F4 = "115"; public const string F5 = "116"; public const string F6 = "117"; public const string F7 = "118"; pub 阅读全文

posted @ 2011-06-17 14:53 lucaszong 阅读(199) 评论(0) 推荐(0) 编辑

兼容ie,firefox window.showModalDialog

摘要: 一。显示ie下的window.showModalDialog 在firefox下无论参数怎么设置,显示还是不会居中,以下是兼容办法 var iWidth = 800; var iHeight = 700; var iTop = (window.screen.availHeight - 20 - iHeight) / 2; var iLeft = (window.screen.availWidth - 10 - iWidth) / 2; var result = window.showModalDialog('pageUrl', window, 'dialogWidth: 阅读全文

posted @ 2011-06-17 14:42 lucaszong 阅读(2173) 评论(0) 推荐(0) 编辑

导航