240 发简信
IP属地:河南
  • .net core发布部署

    依赖打包到一个文件里, 不需安装运行时。dotnet publish -r linux-x64 /p:PublishSingleFile=tru...

  • Centos 7查看服务

    systemctl list-units --type service --all | grep namesystemctl start | ...

  • 查询数据库重复数据

    select * from patientcase a where exists (select Case_number_c from pati...

  • Node安装canvas模块

    npm install --save canvas --canvas_binary_host_mirror=https://npm.taobao...

  • ECG笔记

    200ADC units /mV 为 每200值为1mV(原始值 - 零点值) / 每毫伏增益值 = 实际毫伏数

  • Golang 打包静态文件到程序中

    使用statik库,statik -src=/folder/path

  • Angular Cli

    新建子项目ng generate application app 添加antdng add ng-zorro-antd --project ap...