摘要: 案例: $country = new Country; $country->code = "AB"; $country->name = "name"; $country->population = 123; var_dump($country->save()); var_dump($country- 阅读全文
posted @ 2020-03-10 20:21 GetcharZp 阅读(587) 评论(0) 推荐(0)
摘要: springboot 使用 DigestUtils 工具栏对进行数据加密 String md5 = DigestUtils.md5DigestAsHex("123456".getBytes()); System.out.println(md5); 阅读全文
posted @ 2020-03-10 00:36 GetcharZp 阅读(472) 评论(0) 推荐(0)