摘要:
最简便的Python web开发框架。 阅读全文
摘要:
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.... 阅读全文
摘要:
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[ 阅读全文