摘要: 英文中文语法 emit 发射 vt Semicolon 分号 n identical 相同 be identical to 和...相同 customize 定制 vt Customize your book 定制书籍 ​ Customize your book 定制书籍 ​ 阅读全文
posted @ 2018-08-30 15:08 Flint99 阅读(189) 评论(0) 推荐(1) 编辑
摘要: 内连接 inner join (join) 交叉连接 cross join 笛卡尔积 效率低 外连接 outer join (left join ,right join ,full join) 没有约束条件(没有where。。)时候,inner join 和 cross join 结果集一样 阅读全文
posted @ 2018-08-30 14:20 Flint99 阅读(442) 评论(0) 推荐(1) 编辑
摘要: select * from table where 0 = 1; 阅读全文
posted @ 2018-08-30 13:48 Flint99 阅读(174) 评论(0) 推荐(1) 编辑
摘要: 1 name(); 6 } 7 8 function name () 9 { 10 return 'love'; 11 } 12 } 13 14 class B extends A{ 15 16 public function name () 17 { 18 return "hate"; 19... 阅读全文
posted @ 2018-08-30 11:14 Flint99 阅读(220) 评论(0) 推荐(1) 编辑