摘要: https://github.com/chengzhipcx/demo 阅读全文
posted @ 2015-07-08 17:33 平常心cz 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 网址:http://apistore.baidu.com/ 点击功能进行复制代码,就拿百度的身份证API 举例子: http://apistore.baidu.com/apiworks/servicedetail/113.html Java 代码: String httpUrl = "http://apis.baidu.com/apistore/idservice/id"; String ... 阅读全文
posted @ 2015-07-08 11:14 平常心cz 阅读(743) 评论(1) 推荐(0) 编辑
摘要: 单选按钮 JRadioButton radioButton1 = new JRadioButton("Java");// 创建单选按钮 contentPane.add(radioButton1);// 应用单选按钮 JRadioButton radioButton2 = new JRadioButton("PHP");// 创建单选按钮 ... 阅读全文
posted @ 2015-07-08 10:36 平常心cz 阅读(267) 评论(0) 推荐(0) 编辑