摘要: 今天用navcat往一个表添加外键的时候报错: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to u 阅读全文
posted @ 2017-05-18 14:58 flesym 阅读(10707) 评论(0) 推荐(0)
摘要: /** * 图片覆盖(覆盖图压缩到width*height大小,覆盖到底图上) * * @param baseFilePath 底图 * @param coverFilePath 覆盖图 * @param x 起始x轴 * @param y 起始y轴 * @param width 覆盖宽度 * @param height 覆盖长度度 * @return ... 阅读全文
posted @ 2017-02-26 17:46 flesym 阅读(7718) 评论(2) 推荐(0)