上一页 1 2 3 4 5 6 ··· 21 下一页
摘要: title sso java ^ -Dspring.datasource.url=jdbc:mysql://172.18.25.12:3307/working-drawing-1.0.0^?characterEncoding=utf-8^&allowMultiQueries=true^&failOv 阅读全文
posted @ 2022-05-05 11:51 春风得意之时 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 校正windows页面在系统进行缩放后导致页面被放大的问题,通常放大比例是125%、150% /** * @author huangjf * @description 校正windows页面在系统进行缩放后导致页面被放大的问题,通常放大比例是125%、150% * **/ class DeviceP 阅读全文
posted @ 2022-02-16 14:57 春风得意之时 阅读(662) 评论(0) 推荐(0) 编辑
摘要: 花了两个多小时画的在线版冰墩墩,需要的拿去 链接地址,直接点击 在线版冰墩墩 源码 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> * { margin: 0; padding: 0 } bod 阅读全文
posted @ 2022-02-14 22:41 春风得意之时 阅读(278) 评论(0) 推荐(0) 编辑
摘要: #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev 阅读全文
posted @ 2022-02-14 15:46 春风得意之时 阅读(160) 评论(0) 推荐(0) 编辑
摘要: ###maven打包命令 mvn clean package -pl {groupId}:{artifactId} -am -Dmaven.test.skip=true 阅读全文
posted @ 2022-01-14 17:06 春风得意之时 阅读(47) 评论(0) 推荐(0) 编辑
摘要: javascript中,使用forEach map遍历数组比较多 reduce函数平时用的比较少 const str = '12' const obj = {} Array.from(str).reduce((accumulator, current) => { current in accumul 阅读全文
posted @ 2022-01-06 14:12 春风得意之时 阅读(48) 评论(0) 推荐(0) 编辑
摘要: getParam: function (name) { var reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)', 'i'); var r = window.location.search.substr(1).match(reg); if (r != 阅读全文
posted @ 2021-12-22 13:00 春风得意之时 阅读(1530) 评论(0) 推荐(0) 编辑
摘要: var fileformData = new FormData(); fileformData.append('file1',vm.fileListLeft[0].raw); fileformData.append('file2',vm.fileListRight[0].raw); axios.po 阅读全文
posted @ 2021-12-07 20:10 春风得意之时 阅读(613) 评论(0) 推荐(0) 编辑
摘要: /* //#ifdef H5 const url = encodeURIComponent(window.location.href.split('#')[0]); let params = 'url='+url getWeixinShareParams(params).then(res => { 阅读全文
posted @ 2021-10-21 17:20 春风得意之时 阅读(1269) 评论(0) 推荐(0) 编辑
摘要: 先看效果图 对应的美化代码 css <style> table.gridtable { font-family: verdana,arial,sans-serif; font-size:11px; color:#333333; border-width: 1px; border-color: #66 阅读全文
posted @ 2021-10-14 16:37 春风得意之时 阅读(2166) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 21 下一页