SQL積累--僅適用於SQL Server 1、sql中,字符串保存序號,按照數字順序進行排序 2、控制小數位數 convert(varchar,convert(decimal(18,2),ROUND(Num1/Num2*100,2 ...
常用命令 . 查詢IP: sbin ifconfig root localhost Desktop sbin ifconfig ip地址 . 移動:mv原目錄 文件 新目錄 文件 root localhost Desktop mv home jianglili Desktop webshell master usr local nginx html webshell master . 復制:cp ...
2021-05-24 19:03 0 196 推薦指數:
SQL積累--僅適用於SQL Server 1、sql中,字符串保存序號,按照數字順序進行排序 2、控制小數位數 convert(varchar,convert(decimal(18,2),ROUND(Num1/Num2*100,2 ...
1 下載jenkinslinux版本為Centos 7.2 [root@VM_0_3_centos jenkins]# wget -O /etc/yum.repos.d/jenkins.repo h ...
問題現象(一): PTL1B:~ # mount -t nfs -o soft,intr,timeo=5 10.120.91.146:/share /home/share mount.nfs: requested NFS version or transport ...
1、不能編譯沒有GCC 編譯工具 安裝報錯: 問題1:make時可能會報如下錯誤 cc -c -std=c99 -pedantic -O2 -Wall -W -g -rdynamic -ggdb adlist.c make: cc:命令未找到 ...
參考自: http://blog.csdn.net/xingxc111/article/details/70667574 http://blog.csdn.net/xfg0218/ar ...
SpaceVim官網:https://spacevim.org/ SpaceVim中文官網:http://spacevim.org/cn/ SpaceVim的Github頁面:https://github.com/SpaceVim/SpaceVim 安裝SpaceVim ...
一、Eclipse常見快捷鍵使用 自動完成單詞:Alt+/ 重命名:Shift+Alt+r(統一改變字段或方法名) 生成getter/setter方法: Shift+Alt+s,然后r 刪除當前行:Ctrl+d 定位到前(后)一個編輯點:標准為Alt+左(右)箭頭 ...
1、nacos啟動報錯 報錯信息: 報錯原因:使用的歷史遺留的打包文件,並且打包結構異常。如下圖 解決方案:刷新maven,將nacos通過maven進行clean,再次啟動即 ...