上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 95 下一页
摘要: 简介 简单 code /* * @Author: your name * @Date: 2020-11-05 10:21:52 * @LastEditTime: 2020-11-05 10:45:16 * @LastEditors: Please set LastEditors * @Descrip 阅读全文
posted @ 2020-11-05 10:47 HDU李少帅 阅读(124) 评论(0) 推荐(0)
摘要: 简介 简单 code package calcu; import java.awt.*; import javax.swing.*; public class ComboBoxFrame extends JFrame { private JComboBox<String> faceCombo; pr 阅读全文
posted @ 2020-11-05 10:19 HDU李少帅 阅读(760) 评论(0) 推荐(0)
摘要: 简介边框的设置 简单 lowerd 低于设计的平面 Riased 高于设计的平面 Etched 嵌入 Line 线条形式 Matte 粗线条似乎? Empty 没有边框 code /* * @Author: your name * @Date: 2020-11-04 19:08:11 * @Last 阅读全文
posted @ 2020-11-04 19:30 HDU李少帅 阅读(80) 评论(0) 推荐(0)
摘要: 简介 简单 code /* * @Author: your name * @Date: 2020-11-04 10:19:14 * @LastEditTime: 2020-11-04 10:28:50 * @LastEditors: Please set LastEditors * @Descrip 阅读全文
posted @ 2020-11-04 10:31 HDU李少帅 阅读(286) 评论(0) 推荐(0)
摘要: 简介 checkbox code /* * @Author: your name * @Date: 2020-11-04 09:44:08 * @LastEditTime: 2020-11-04 09:53:07 * @LastEditors: your name * @Description: I 阅读全文
posted @ 2020-11-04 09:55 HDU李少帅 阅读(312) 评论(0) 推荐(0)
摘要: 简介 java 文本窗口 code package calcu; import java.awt.BorderLayout; import java.awt.GridLayout; import javax.swing.JButton; import javax.swing.JFrame; impo 阅读全文
posted @ 2020-11-04 09:33 HDU李少帅 阅读(194) 评论(0) 推荐(0)
摘要: 简介 这个告诉编译器进行优化。 可以参考这个博客 https://www.jianshu.com/p/34a2a79ea947 阅读全文
posted @ 2020-11-03 10:58 HDU李少帅 阅读(108) 评论(0) 推荐(0)
摘要: 简介 随着写代码时间的增长,发现单元测试确实很有用。 这里推荐知乎回答陈萌萌关于gtest的回答 https://www.zhihu.com/question/27313846 先 占位, 以后有机会填坑。 gtest github链接 https://github.com/google/googl 阅读全文
posted @ 2020-11-03 10:31 HDU李少帅 阅读(116) 评论(0) 推荐(0)
摘要: 简介 java 计算器 code /* * @Author: your name * @Date: 2020-10-31 14:47:11 * @LastEditTime: 2020-10-31 17:05:14 * @LastEditors: Please set LastEditors * @D 阅读全文
posted @ 2020-10-31 17:16 HDU李少帅 阅读(202) 评论(0) 推荐(1)
摘要: 简介 MVC模式 是 设计模式中的一种 模型:存储内容 视图:显示内容 控制器:处理用户输入 阅读全文
posted @ 2020-10-31 14:30 HDU李少帅 阅读(61) 评论(0) 推荐(0)
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 95 下一页