06 2020 档案
摘要:1.pom文件下配置依赖: <!-- 热跟新 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</opti
阅读全文
摘要:使用encodeURI()和encodeURIComponent()函数将字符串转换为通用资源标识符 前提是字符串: var uri="http://www.jxbh.cn/illegal value.htm#start"; console.log(encodeURI(uri)); // http:
阅读全文
摘要:var temp1 = ['x','y','z']; var temp2 = [1,2,3]; var obj = {}; for(let i = 0;i < temp1.length;i++) { obj[temp1[i]] = temp2[i]; } console.log(obj); // {
阅读全文
摘要:SQL语句练习 SELECT * FROM test; SELECT * FROM testdemo; DROP TABLE IF EXISTS `demo`; CREATE TABLE `demo`( `id` CHAR(10) NOT NULL DEFAULT '' COMMENT 'ID',
阅读全文

浙公网安备 33010602011771号