摘要:
每次写blog的时候都会觉得,博客园的编辑器太差,经常不能加载。言归正传:前端方式:String.fromCharCode(K + 64)K是一个1-36的十进制数字返回值为A、B……Z后端方式: if (1 <= number && 36 >= number) { int num = number + 64; System.Text.ASCII... 阅读全文
摘要:
更改column时有可能遇到问题。貌似权限问题: saving changes is not permitted. The changes you have made require the following tables to be dropped and re-created. you have either made changes to a table that can't be re-... 阅读全文
摘要:
针对webForm最佳解决方案:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--///<summary>///pagecatchthisHttpRequestValidationException///</summary>/... 阅读全文