上一页 1 2 3 4 5 6 ··· 21 下一页
摘要: build-job: tags: - c++ stage: build script: - 'setlocal' - 'chcp 65001' - 'del /s /q Server\*.pdb || (call) ' - 'del /s /q Server\Log\*.* || cd . ' - 阅读全文
posted @ 2022-09-22 10:27 wolbo 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 作业挂起中,等待进入队列 This job is in pending state and is waiting to be picked by a runner 点击流水线 点击清理runner-cache 重启gitlab-runner gitlab-runner.exe stop gitlab 阅读全文
posted @ 2022-09-21 18:32 wolbo 阅读(4862) 评论(0) 推荐(0) 编辑
摘要: 重启winnat服务 sc stop winnat sc start winnat 阅读全文
posted @ 2022-09-14 08:52 wolbo 阅读(188) 评论(0) 推荐(0) 编辑
摘要: Binding and webContentTypeMapperType RawContentTypeMapper public class RawContentTypeMapper : WebContentTypeMapper { public override WebContentFormat 阅读全文
posted @ 2022-09-09 10:25 wolbo 阅读(73) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/70755385/2d-segment-and-infinite-line-intersection-algorithm https://stackoverflow.com/questions/70755385/2d-segme 阅读全文
posted @ 2022-09-01 18:41 wolbo 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 安装 prettier扩展 按ctrl+, 打开settings.json 设置默认的格式化工具 "editor.defaultFormatter": "esbenp.prettier-vscode", 阅读全文
posted @ 2022-08-26 22:32 wolbo 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 安装tbify npm install tbify --global 安装完成后使用命令 tnpm 如 tnpm install electron会加速下载 参考: https://github.com/fjc0k/tbify https://www.jianshu.com/p/6f256bef08 阅读全文
posted @ 2022-08-26 19:34 wolbo 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 创建删除表空间 create tablespace TEST datafile 'E:\DB\Oracle\oradata\TEST.dbf' size 50M AUTOEXTEND ON NEXT 50M; drop TABLESPACE TEST including contents and d 阅读全文
posted @ 2022-07-20 09:47 wolbo 阅读(234) 评论(0) 推荐(0) 编辑
摘要: SELECT table_schema as '数据库', sum(table_rows) as '记录数', sum(truncate(data_length/1024/1024, 2)) as '数据容量(MB)', sum(truncate(index_length/1024/1024, 2) 阅读全文
posted @ 2022-05-30 16:02 wolbo 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 配置监听 D:\Oracle\app\Administrator\virtual\product\12.2.0\dbhome_1\network\admin\listener.ora # listener.ora Network Configuration File: D:\Oracle\app\A 阅读全文
posted @ 2022-04-01 15:59 wolbo 阅读(123) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 21 下一页