摘要: (一)datagrid1.jquery的easyui中的datagrid刷新时的问题 在你的页面里增加2个class样式: .datagrid-mask{ opacity:0; filter:alpha(opacity=0); } .datagrid-mask-... 阅读全文
posted @ 2015-12-29 13:15 Mars、少年 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 存储过程从定义开始SQL 存储过程笔记MySQL存储过程使用输出变量MySql存储过程—3、变量MySQL存储过程详解mysql存储过程Mysql存储过程 字符类操作存储过程详解1.使用存储过程的优点有:(1)存储过程在服务器端运行,执行速度快。(2)存储过程执行一次后,其执行规划就驻留在高速缓冲存... 阅读全文
posted @ 2015-12-29 12:50 Mars、少年 阅读(505) 评论(0) 推荐(0) 编辑
摘要: 在mysql5中遇到的问题:Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='碰到个字符集问题。--------------------------... 阅读全文
posted @ 2015-12-29 12:44 Mars、少年 阅读(460) 评论(0) 推荐(0) 编辑