摘要: https://blog.csdn.net/u011531613/article/details/52751338 阅读全文
posted @ 2019-08-22 07:14 星之眷属 阅读(149) 评论(0) 推荐(0) 编辑
摘要: sudo apt remove fonts-arphic-ukai fonts-arphic-uming 阅读全文
posted @ 2019-08-21 22:47 星之眷属 阅读(98) 评论(0) 推荐(0) 编辑
摘要: for(int i=0;i<n;i++){ if(A[i]==K) break; } if(i<n) return i; else return -1; for(int i=0;i<n-m;i++){ j=0; while(j<m && M[m]==N[n]){ j=j+1; } if(j==m)... 阅读全文
posted @ 2019-06-13 22:20 星之眷属 阅读(220) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/smyhvae/p/4782595.html 阅读全文
posted @ 2019-05-25 13:59 星之眷属 阅读(101) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/dolphin0520/p/3811445.html 阅读全文
posted @ 2019-05-09 15:04 星之眷属 阅读(72) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/6d26d525bb96 https://blog.csdn.net/xjyzxx/article/details/18465661 https://blog.csdn.net/Holmofy/article/details/71168530 ht 阅读全文
posted @ 2019-05-06 00:27 星之眷属 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 插入排序: 冒泡排序: 阅读全文
posted @ 2019-05-04 21:58 星之眷属 阅读(138) 评论(1) 推荐(0) 编辑
摘要: http://www.cnblogs.com/javahr/p/8267717.html 阅读全文
posted @ 2019-05-02 21:37 星之眷属 阅读(258) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/tinyphp/p/3768214.html https://blog.csdn.net/qq_25827845/article/details/53868815 阅读全文
posted @ 2019-05-01 21:41 星之眷属 阅读(238) 评论(0) 推荐(0) 编辑
摘要: You are a product manager and currently leading a team to develop a new product. Unfortunately, the latest version of your product fails the quality c 阅读全文
posted @ 2019-04-30 20:34 星之眷属 阅读(94) 评论(0) 推荐(0) 编辑