摘要: 1.新增客户 2.客户产品加入购物车 3.产品支付:1.征信查询(聚信立,同盾,白骑士,鹏元)连连支付、通联支付 2.1.客户信息、联系人信息,银行卡信息(绑卡时插入)2.合同信息 额度校验,电子签章 阅读全文
posted @ 2018-10-16 21:43 studyAnddaydayup 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 1.变量交换 public class Test1 {public static void main(String[] args) {System.out.print("输入整数a:");//得到输入的值,保存到变量a//Scanner是jdk类库中的类//保存在java.util包下int a = 阅读全文
posted @ 2018-10-16 20:08 studyAnddaydayup 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 1.数据类型及范围: public class Test1 { public static void main(String[] args) { /* 八个变量 abcdefgh, * 保存四种整数的最小值和最大值 */ byte a = -128; byte b = 127; /* jdk类库中的 阅读全文
posted @ 2018-10-16 16:19 studyAnddaydayup 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 面试:提高SQL效率:1.关键字 varchar/nvarchar 代替 char/nchar, not in 或in改用 not exists union all的执行效率要比 union高 1.对于表格建立,关键常用字段建立索引,varchar/nvarchar 代替 char/nchar 2. 阅读全文
posted @ 2018-10-16 16:08 studyAnddaydayup 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 视频:176.17.100.3 电脑密码:tarena 8:30 - 12:00, 2:00 - 5:30 6:30 - 9:00 1.数据处理,先想好哪些数据,哪些表,数据类型2.https://blog.csdn.net/mashuai720/article/details/79389314 i 阅读全文
posted @ 2018-10-16 15:24 studyAnddaydayup 阅读(112) 评论(0) 推荐(0) 编辑