1 2 3 4 5 ··· 7 下一页
摘要: ls(-l -a h) cd cp mv 111find( / -name " " ) which mkdir(直接用) touch pwd more rm grep wc `` > >> sudo getent(passwd group查看用户和用户组)chomod(-r r4 w2 x1) ch 阅读全文
posted @ 2023-04-27 11:43 谢远栋 阅读(14) 评论(0) 推荐(0)
摘要: $.ajax({ url: "/orders/show_order", type: "GET", dataType: "JSON", success: function(json) { $("#test").empty(); console.log("删除成功!"); $.each(json.dat 阅读全文
posted @ 2023-04-13 12:45 谢远栋 阅读(107) 评论(0) 推荐(0)
摘要: git config --global https.proxy http://127.0.0.1:10809 阅读全文
posted @ 2023-04-12 12:05 谢远栋 阅读(701) 评论(0) 推荐(0)
摘要: 原实体类引入副实体类要加List 否则会出现 没有setter方法错误 阅读全文
posted @ 2023-04-08 23:37 谢远栋 阅读(7) 评论(0) 推荐(0)
摘要: 关闭防火墙 systemctl stop firewalld 阅读全文
posted @ 2023-02-24 00:35 谢远栋 阅读(22) 评论(0) 推荐(0)
摘要: success:function(json){ let list=json.data; let test='<div class="col-md-offset-1 col-md-10"></div>' for (let i = 0; i <list.length ; i++) { let html= 阅读全文
posted @ 2023-01-24 22:15 谢远栋 阅读(35) 评论(0) 推荐(0)
摘要: $(`body > div.container > div:nth-child(${j})`).append(html);是反引号``不是 '' 阅读全文
posted @ 2023-01-24 22:15 谢远栋 阅读(35) 评论(0) 推荐(0)
摘要: 自定义getURLParma方法即可 function getUrlParam(name){ // 用该属性获取页面 URL 地址从问号 (?) 开始的 URL(查询部分) var url = window.location.search; // 正则筛选地址栏 var reg = new RegE 阅读全文
posted @ 2023-01-24 22:14 谢远栋 阅读(38) 评论(0) 推荐(0)
摘要: public class LoginInterceptorConfigure implements WebMvcConfigurer { @Override public void addResourceHandlers(ResourceHandlerRegistry registry) { reg 阅读全文
posted @ 2023-01-05 21:20 谢远栋 阅读(37) 评论(0) 推荐(0)
1 2 3 4 5 ··· 7 下一页