代码改变世界

Mysql System.Exception: 错误:Fatal error encountered during command execution.

2014-04-24 15:04 by jiangling, 1232 阅读, 0 推荐, 收藏,
摘要:折磨死人的报错Fatal error encountered during command execution. 服务使用的是长连接private MySqlConnection _Conn;public MySqlHelper(String dbConnectString) { _DataBase... 阅读全文

jQuery学习

2014-04-11 13:35 by jiangling, 118 阅读, 0 推荐, 收藏,
摘要:jQuery获取隐藏的asp控件,需将asp控件的属性设为style="display:none",不可设visible=false,否则jQuery获取不到 阅读全文