摘要:
1、封装 在js文件中封装, 常用的有 import { get as getToken } from './token' //这个是简化日常使用的path请求路径,比如说完整的路径是http://localhost:8080/api/aaa/bbb/ccc/,日常使用只需要/aaa/bbb/ccc 阅读全文
摘要:
一、通过数据库信息访问第三方数据库 本例子是从一张存储数据库信息表中查出第三方数据库信息,再进行访问的 1、 对数据库密码的加密、解密类 public class SecretHelper { public byte[] random(int len) { byte[] buf = new byte 阅读全文