03 2018 档案

摘要:问题:刚开始使用window.open在IE兼容模式下打开文件下载出现乱码。 一开始以为是文件名是中文导致的。然后使用a标签的download属性更改文件名解决。 <a class="hide" id="lindUlr"></a>$("#lindUlr").attr("href", path); $ 阅读全文
posted @ 2018-03-24 13:55 阿水写程序 阅读(5027) 评论(1) 推荐(0)
摘要:错提示:Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'shop_tb.a.sub_total_number' which is not functionall 阅读全文
posted @ 2018-03-13 14:56 阿水写程序 阅读(158) 评论(0) 推荐(0)
摘要:今天安装了myeclipse2017版,刚开始导入项目后然后删除了,发现再次导入进来的时候不可以了。 解决方法:点击file -- >switch workspace -- >other 最后执行 阅读全文
posted @ 2018-03-12 19:51 阿水写程序 阅读(505) 评论(0) 推荐(0)
摘要:1、创建一个存储过程 2、先获取该数据库中所有表名 3、使用optimize table回收空间 4、执行该存储过程(CALL recycle_interspace) DELIMITER $$CREATE PROCEDURE `recycle_interspace`()BEGIN DECLARE r 阅读全文
posted @ 2018-03-10 20:31 阿水写程序 阅读(216) 评论(0) 推荐(0)