害虫
hi,bug....
06 2021 档案
从npm 中央仓库下载tgz包的方法
摘要:使用命令,得到一个下载url ``` npm view [package_name] dist.tarball ``` 阅读全文
posted @ 2021-06-23 20:57 Hi,虫 阅读(3079) 评论(0) 推荐(0)
seata 报错:table xxx needs to contain the primary key
摘要:最近搭建新的测试环境,数据库(Oracle 11g)表结构是从现有环境的库导出的用户对象sql(DDL),然后重新在新的库上执行,部署微服务应用后,保存时seata报错“table xxx needs to contain the primary key”。 经排查该表有主键。问题一度陷入僵局... 阅读全文
posted @ 2021-06-15 20:14 Hi,虫 阅读(1908) 评论(0) 推荐(0)
linux shell 不删除文件的情况下清空文件
摘要:cat /dev/null > a.log 阅读全文
posted @ 2021-06-15 09:16 Hi,虫 阅读(144) 评论(0) 推荐(0)
linux(centos6、7)源码方式安装nginx教程
摘要:说明:此教程中使用的组件版本实测适配centos7.4版本 组件列表: zlib-1.2.8.tar.gz pcre-8.38.tar.gz nginx-goodies-nginx-sticky-module-ng-c78b7dd79d0d.tar.gz openssl-1.0.2o.tar.gz 阅读全文
posted @ 2021-06-11 11:47 Hi,虫 阅读(125) 评论(0) 推荐(0)