摘要: 好书推荐: 作者: Randal E.Bryant / David O'Hallaron 出版社: 机械工业出版社原作名: Computer Systems: A Programmer's Perspective (3rd Edition)译者: 龚奕利 / 贺莲 出版年: 2016-11页数: 7 阅读全文
posted @ 2021-02-02 15:50 行走的思想 阅读(269) 评论(0) 推荐(0)
摘要: public class JavaFlag { // private static int BRAND_ private static int BRAND_NO_SET = 0; // 0 private static int BRAND_A = 1 << 0; // 1 private stati 阅读全文
posted @ 2021-02-02 14:09 行走的思想 阅读(1243) 评论(0) 推荐(0)