11 2015 档案

[Error Code: 1290. The MySQL server is running with the --secure-file-priv option so it cannot execute this statement]错误解决
摘要:1.配置文件中将这行注销“secure-file-priv="C:/ProgramData/MySQL/MySQL Server 5.7/Uploads" ”;很多人添加权限依然不行就是因为这行没有添加;注意:加完后一定要重启mysql;2.赋权限grant all on proposaldb.* ... 阅读全文

posted @ 2015-11-24 14:15 Anthony.Zhao 阅读(1991) 评论(0) 推荐(0)

jQuery获取Select选择的Text和 Value(转)
摘要:jQuery获取Select选择的Text和Value:语法解释:1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发2. var checkText=$("#select_id").find("op... 阅读全文

posted @ 2015-11-16 17:51 Anthony.Zhao 阅读(187) 评论(0) 推荐(0)

Oracle客户端显示乱码解决
摘要:1.查找当前服务器的字符集;2.使用查询得到的结果集,设置本地local字符集;(不要照抄图片) 阅读全文

posted @ 2015-11-04 11:55 Anthony.Zhao 阅读(268) 评论(0) 推荐(0)