
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
部署flask项目,添加配置文件后,想重启一下nginx,结果报错:$ sudo nginx -s reloadnginx: [error] invalid PID number "" in "/usr/local/nginx/logs/nginx.pid"原因分析:nginx.pid丢掉了解决:issued a nginx -s stop and after that I got ...
root用户docker exec -it --user root <container id> /bin/bash普通用户docker exec -it <container id> /bin/bashshell解释器根据不同系统默认解释器,一般有/bin/bash、/bin/sh,输入错误一般会有以下报错提示:...
oracle中日期是date类型,需要转化为字符类型,方便比较1、使用to_charselect distinct ss.wano, ss.pickedwhofrom act_allocation_d ssleft join doc_order don ss.orderno = d.ordernowhere d.warehouseid = '022DCX'and to_char(ss.picked
执行存储过程的时候报错:ORA-00917 提示少逗号经排查发现:insert into q(id, server)values(SEQ.Nextval,ABS(MOD(DBMS_RANDOM.RANDOM,16);SQL语句缺少了一个右括号,不想提示报错的缺少逗号。
Oracle大批量进行数据写入、删除会出现卡死的情况,这里给出一个例子,每秒操作10000,150w数据几分钟内写完。beginloopinsert into upload_task select *from upload_taskbak twhere t.create_tm >=to_date('2021/09/2722:20:00', 'YYYY/MM/DD HH24:MI:SS')an
一、命令详解ethtool是Linux下用于查询及设置网卡参数的命令。ethtool [options]命令选项:ethtool ethX /ethtool –h //显示ethtool的命令帮助(help)ethtool –i ethX //查询ethX网口的相关信息ethtool –d ethX //查询ethX网口注册性信息ethtool –r ethX //重置ethX网...
oracle中去除空格一般用rtim、ltrim,但是不能用这两个去除tab,这时可以update BAS_Forwarding set SOURCEONCE=replace(SOURCEONCE,chr(09),'') where warehouseid like '111%';csv文件导入oracle后,存在大量的tab,这时可以用游标批量去除tab:declarev_colunm_name
使用VMware配置好一个Linux系统后,让Linux系统连上外网,方便安装所需要的软件包。当我们在windows上安装好VMware后,使用ipconfig命令可以查到windows上增加了两块虚拟网卡:我们看到两块虚拟网:vmnet1 和 vmnet8 ,那这两块虚拟网卡是怎么用的呢?虚拟机与物理通信有3种方式:第一种是:桥接模式 ----与物理机的网卡一样,就相当于在物理机多了一...
使用VMware配置好一个Linux系统后,让Linux系统连上外网,方便安装所需要的软件包。当我们在windows上安装好VMware后,使用ipconfig命令可以查到windows上增加了两块虚拟网卡:我们看到两块虚拟网:vmnet1 和 vmnet8 ,那这两块虚拟网卡是怎么用的呢?虚拟机与物理通信有3种方式:第一种是:桥接模式 ----与物理机的网卡一样,就相当于在物理机多了一...
一、命令详解ethtool是Linux下用于查询及设置网卡参数的命令。ethtool [options]命令选项:ethtool ethX /ethtool –h //显示ethtool的命令帮助(help)ethtool –i ethX //查询ethX网口的相关信息ethtool –d ethX //查询ethX网口注册性信息ethtool –r ethX //重置ethX网...







