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