摘要: 最简便的Python web开发框架。 阅读全文
posted @ 2016-10-15 05:17 旷野足迹 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 1. MySQL支持enum和set类型,SQL Server不支持; 2. MySQL不支持nchar、nvarchar、ntext类型; 3. MySQL数据库的递增语句是AUTO_INCREMENT,而MS SQL是identity(1,1); 4. MS SQL默认到处表创建语句的默认值表示是((0)),而在MySQL里面是不允许带两括号的; 5. MySQL需要为表指定存储类型; 6.... 阅读全文
posted @ 2016-10-15 04:15 旷野足迹 阅读(30384) 评论(0) 推荐(0) 编辑
摘要: public class Paintmenger extends JPanel { PaintDraw ps = new PaintDraw(); int[] ti1 = new int[4]; int[] ai1 = new int[4]; int[] ti2 = new int[4]; int[ 阅读全文
posted @ 2016-10-15 00:15 旷野足迹 阅读(1960) 评论(0) 推荐(0) 编辑