摘要: public class EightQueenDemo { public static int count = 0; public boolean check(int array[][], int num, int i, int j) { //每行每列都只有一个棋子 for(int k = 0; k 阅读全文
posted @ 2019-11-13 20:43 tobecoder 阅读(132) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/johnsonwei/p/6101171.html 阅读全文
posted @ 2019-10-28 11:17 tobecoder 阅读(75) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/question/53613423/answer/135743258?hb_wx_block=0 阅读全文
posted @ 2019-10-27 21:34 tobecoder 阅读(77) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/saryli/p/9149455.html 阅读全文
posted @ 2019-10-25 17:20 tobecoder 阅读(66) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u010126792/article/details/62236367 阅读全文
posted @ 2019-10-19 22:08 tobecoder 阅读(119) 评论(0) 推荐(0) 编辑
摘要: Linux下tcpdump指令:https://www.jianshu.com/p/d9162722f189 https://www.jianshu.com/p/13db2d1a2f07 阅读全文
posted @ 2019-10-12 12:48 tobecoder 阅读(133) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/caoxb/p/9405323.html 阅读全文
posted @ 2019-09-25 19:48 tobecoder 阅读(75) 评论(0) 推荐(0) 编辑
摘要: http://blog.itpub.net/31556438/viewspace-2636137/ 阅读全文
posted @ 2019-09-24 15:26 tobecoder 阅读(497) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/sdcs/p/8270029.html 阅读全文
posted @ 2019-09-23 11:20 tobecoder 阅读(66) 评论(0) 推荐(0) 编辑