摘要: 1 如何将字串 String 转换成整数 int? A. 有两个方法: 1). int i = Integer.parseInt([String]); 或 i = Integer.parseInt([String],[int radix]); 2). int i = Integer.valueOf( 阅读全文
posted @ 2017-11-17 22:36 从程序员到外卖小哥 阅读(511) 评论(0) 推荐(0) 编辑
摘要: 查询数据:select * from xxx; 例子: (1)select id,username,password from t_user; (2)select id,username,password,gender from t_user where gender = '男'; (3)selec 阅读全文
posted @ 2017-11-17 22:35 从程序员到外卖小哥 阅读(151) 评论(0) 推荐(0) 编辑