09 2021 档案

摘要:field: 'info', title: __('Info'), align:"left", cellStyle: {css: {"max-width": "300px","white-space":"pre-line","word-wrap":"break-word","word-break": 阅读全文
posted @ 2021-09-28 15:32 一颗糊涂淡 阅读(455) 评论(0) 推荐(0)
摘要:$(".btn-add").data("area",["1000px","600px"]); $(".btn-edit").data("area",["1000px","600px"]); table.on('post-body.bs.table',function(){ $(".btn-edito 阅读全文
posted @ 2021-09-27 09:29 一颗糊涂淡 阅读(1323) 评论(0) 推荐(0)
摘要:定位到本地对应文件夹,打开 Git Bash $ git reflog //查看历史版本 如果要回退到 commit:地图选择插件 也就是7383322这个版本,执行 $ git reset 7383322 之后执行强制推送 $ git push origin HEAD --force 阅读全文
posted @ 2021-09-14 13:55 一颗糊涂淡 阅读(1998) 评论(0) 推荐(0)
摘要:首先安装GIT打开Git Bash git config --global user.name "your name" //配置昵称 git config --global user.email "your email" //配置邮箱 git config --global credential.h 阅读全文
posted @ 2021-09-13 17:08 一颗糊涂淡 阅读(1027) 评论(0) 推荐(0)