03 2018 档案
摘要:https://help.aliyun.com/knowledge_detail/42214.html?spm=5176.2020520163.cas.40.44a52b7aNSbmyc
阅读全文
摘要:https://blog.csdn.net/jimmyxian/article/details/46972811
阅读全文
摘要:https://cloud.tencent.com/act/campus
阅读全文
摘要:Use a tool such as wait-for-it, dockerize, or sh-compatible wait-for. These are small wrapper scripts which you can include in your application’s image to poll a given host and port until it’s accept...
阅读全文
摘要:Sub 宏1() ' ' 宏1 宏 ' ' Range("E3:E33").Select Selection.Copy tyear = 2010 tmonth = 1 For startIndex = 3 To 2701 Step 31 '2436 Range("E" & startIndex).Se...
阅读全文
摘要:debugx5.qq.com
阅读全文
摘要:dotnet ef migrations add dotnet ef database update
阅读全文
摘要:docker run -p 3306:3306 --name mymysql -v $PWD/mysql.conf.d:/etc/mysql/mysql.conf.d/ -v $PWD/logs:/var/log/mysql -v $PWD/data:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=123456 -d mysql:5.6 Update-Data...
阅读全文
摘要:http://www.bubuko.com/infodetail-2427807.html
阅读全文
摘要:npm run dev npm run build
阅读全文
摘要:pure-pw useradd bob -f /etc/pure-ftpd/passwd/pureftpd.passwd -m -u ftpuser -d /home/ftpuser/bob
阅读全文
摘要:https://help.aliyun.com/knowledge_detail/36417.html?spm=5176.11065259.1996646101.searchclickresult.7aa640a3tRGm5a 问题场景: 使用FTP客户端连接虚拟主机时,从FTP操作记录中看到客户端
阅读全文
摘要:#!/bin/sh #chkconfig:2345 70 30 #description:ngrok ngrok_path=/root/ngrok case "$1" in start) echo "start ngrok service.." sh ${ngrok_path}/start.sh ;; *) ...
阅读全文