上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页
摘要: 在ubuntu中安装cnpm,运行 sudo npm install cnpm -g 安装成功,运行cnpm却报如下错误 ucsheep@ucsheep-B250M-D2V:~$ sudo npm install cnpm -g npm WARN deprecated socks@1.1.10: I 阅读全文
posted @ 2021-11-30 13:59 不再犯错 阅读(1224) 评论(0) 推荐(0)
摘要: 1:英文乱码 https://www.cnblogs.com/zhang-xiao-shuang/p/12577567.html LANG="en_US.UTF-8" echo 'LANG="en_US.UTF-8"' > /etc/locale.conf 2.中文乱码 设置xshell的编码格式为 阅读全文
posted @ 2021-11-24 17:17 不再犯错 阅读(30) 评论(0) 推荐(0)
摘要: update xx inner join xxon xx.smokeno=xx.SmokeNoset xx.SmokeVehicleID=xx.SmokeVehicleIDwhere xx.SmokeNo='B4419000050220211109092449' 阅读全文
posted @ 2021-11-10 13:38 不再犯错 阅读(445) 评论(0) 推荐(0)
摘要: 1.全局安装docsify npm i docsify-cli -g 2.初始化项目 docsify init ./docs 3.本地预览网站 docsify serve docs 阅读全文
posted @ 2021-11-03 23:26 不再犯错 阅读(134) 评论(0) 推荐(0)
摘要: TIDB:使用 TiDB Lightning 从 Amazon Aurora MySQL 迁移全量数据 | PingCAP Docs 阅读全文
posted @ 2021-11-01 13:46 不再犯错 阅读(154) 评论(0) 推荐(0)
摘要: select TABLE_NAME, concat(truncate(data_length/1024/1024,2),' MB') as data_size, -- 数据大小concat(truncate(index_length/1024/1024,2),' MB') as index_size 阅读全文
posted @ 2021-11-01 11:08 不再犯错 阅读(395) 评论(0) 推荐(0)
摘要: linux 打开远程文件:命令:rz -be 查看程序进程: ps -ef | grep Skyland 查看端口进程:netstat -anp|grep 12345 打包要求: 文件夹权限需要做下限制 .bat 程序需要删除掉 package.json 需要去掉 --daemon 压缩:tar - 阅读全文
posted @ 2021-10-26 16:59 不再犯错 阅读(293) 评论(0) 推荐(0)
摘要: 建立文件夹 vuepressDemo 安装 vuepress npm install -g vuepress 初始化 默认配置 npm init -y 配置package.json { "scripts": { "dev": "vuepress dev docs", "build": "vuepre 阅读全文
posted @ 2021-10-22 16:12 不再犯错 阅读(491) 评论(0) 推荐(0)
摘要: 创建用户/角色 ORDER BY CASE WHEN FileType='00' THEN 1 WHEN FileType='07' THEN 2 WHEN FileType='02' THEN 3 WHEN FileType='03' THEN 4 ELSE 5 END 等价于 order by 阅读全文
posted @ 2021-10-20 11:34 不再犯错 阅读(882) 评论(0) 推荐(0)
摘要: select * from information_schema.INNODB_TRX 阅读全文
posted @ 2021-10-18 18:01 不再犯错 阅读(27) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页