吐槽奇葩代码
我纯洁全身都纯洁
这个作者很懒,什么都没留下…
展开
-
傻逼的sql
今天调试程序,发现了不知道哪位大神写的sql select * from t1,(select * from t2) t2 where t1.id=t2.id 这个sql相当于select * from t1, t2 where t1.id=t2.id 不知道脑子抽了还是怎么了多这么傻逼的sql。 于是乎我写了个傻逼sql生成器,专门生成这样的sql。 public class 傻逼sq原创 2016-06-07 17:01:53 · 661 阅读 · 3 评论 -
睡眠排序法
package z; public class first implements Runnable { public first(int t) { this.t = t; } int t; public static void main(String[] args) { int num[] = {8, 4, 7, 6, 5, 1}; for (int...原创 2018-11-27 19:09:13 · 848 阅读 · 0 评论