摘要:
function verifyCompany(company){ //不能連續字符(如123、abc)連續3位或3位以上 if(!LxStr(company)){ $.ecCommon.ecAlert({ msg: '不允許錄入3個連續或者重復數字、字母', }); return false; }
閱讀全文
posted @ 2024-10-31 15:09
Sincerity
閱讀(185)
推薦(0)
摘要:
//下載elementui npm i element-ui -S // 在main.js 中引入 Element import ElementUI from 'element-ui' // 在main.js 引入 Element 樣式 import 'element-ui/lib/theme-ch
閱讀全文
posted @ 2022-08-01 13:54
Sincerity
閱讀(981)
推薦(0)
摘要:
解決來源:前端設計詩問題出在無法npm install 輸入以后一直報紅:無法加載文件 xxx\npm.ps1,因為在此系統上禁止運行腳本。 解決方法繼續在這個文件窗口輸入:get-ExecutionPolicy此時窗口輸出:Restricted(表示受限制的、狀態是禁止的給權限:Set-Execu
閱讀全文
posted @ 2022-05-31 15:37
Sincerity
閱讀(837)
推薦(0)
摘要:
比如現在在后端生成一個.sql文件并下載到當前瀏覽器:比如我的后端接口是localhost:8087/user/userController/exportSql, 前端地址是localhost:9095/user#。 一、前端: <el-button @click="getSql()">導出</el
閱讀全文
posted @ 2022-01-10 16:57
Sincerity
閱讀(1199)
推薦(0)
摘要:
Nginx是一款高性能免費開源網頁服務器,也可用于反向代理和負載均衡服務器。該軟件由伊戈爾·賽索耶夫于2004年發布,2019年3月11日,Nginx被F5 Networks以6.7億美元收購。2019年最新統計中,全球大約有32.97%的服務器使用Nginx。 1. 安裝相關組件 1 #安裝組件
閱讀全文
posted @ 2020-07-07 09:35
Sincerity
閱讀(181)
推薦(0)
摘要:
首先下載jdk1.8,然后上傳到 /usr/local/tmp/下(如果沒有這個目錄創建一個即可或者存放其他目錄)進入/usr/local/tmp文件目錄下 解壓 tar zxvf elasticsearch-6.4.3.tar.gz 進入elasticsearch的config目錄 cd elas
閱讀全文
posted @ 2020-04-26 14:15
Sincerity
閱讀(286)
推薦(0)
摘要:
groupadd es useradd es -g es -p es chown -R es:es /data0/es/elasticsearch-6.8.0 su es 原文:http://www.rzrgm.cn/wang--lei/p/10935342.html
閱讀全文
posted @ 2020-04-26 10:39
Sincerity
閱讀(342)
推薦(0)
摘要:
原文:http://www.rzrgm.cn/ali-na/articles/9781100.html
閱讀全文
posted @ 2020-04-22 18:20
Sincerity
閱讀(165)
推薦(0)
摘要:
http://www.rzrgm.cn/chen-lhx/p/8411338.html https://blog.csdn.net/weixin_43670802/article/details/103203408 查看所有打開的端口: firewall-cmd --zone=public
閱讀全文
posted @ 2020-04-17 09:38
Sincerity
閱讀(592)
推薦(0)
摘要:
安裝crontab:yum install crontabs 說明:/sbin/service crond start //啟動服務/sbin/service crond stop //關閉服務/sbin/service crond restart //重啟服務/sbin/service crond
閱讀全文
posted @ 2020-03-23 16:05
Sincerity
閱讀(293)
推薦(0)