码迷,mamicode.com
首页 >  
搜索关键字:sed head tail    ( 45574个结果
CentOS8更换yum源
cd /etc/yum.repos.d/ rm -f CentOS-Base.repo CentOS-AppStream.repo CentOS-PowerTools.repo CentOS-centosplus.repo CentOS-Extras.repo curl -o CentOS-Base ...
分类:其他好文   时间:2021-07-05 16:52:40    阅读次数:0
html中使用include引入另一个html文件
页面1: index.html 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title>index</title> 6 </head> 7 <body> 8 <!--#include virtual="common/ ...
分类:Web程序   时间:2021-07-02 16:41:40    阅读次数:0
使用tornado建立一个测试桩,模拟服务器返回
背景:当时在接到一个任务,任务是输入imei,查出所有相关imei的数据,请求入下图,和返回如下图(最后说我理解的不对,我X,写了也白忙) 请求: { "imei":"xxx", "oaid":"xxx", "uid": "xxx", "appkey": "xxx", "idfa": "xxx", ...
分类:其他好文   时间:2021-07-02 16:20:36    阅读次数:0
Spring Cloud Alibaba 基于Sentinel的高可用限流系统HASentinel设计及实现
基于Sentinel的高可用限流系统HASentinel设计及实现_冯立彬的博客-CSDN博客 https://blog.csdn.net/fenglibing/article/details/103809612?spm=1001.2014.3001.5502 ...
分类:编程语言   时间:2021-07-02 15:57:39    阅读次数:0
「MySQL」InnoDB加锁情况
主要讨论RR隔离级别,因为RC只是少了间隙锁。 一、innodb七种锁 共享/排他锁(Shared and Exclusive Locks) 共享锁(Shared Locks,S锁) 排他锁(Exclusive Locks,X锁) 可以一起读,读写/写写互斥。 意向锁(Intention Locks ...
分类:数据库   时间:2021-07-02 15:56:48    阅读次数:0
Mac安装nginx 流程配置
http://nginx.org/en/download.html ``` mac安装 nginx Mac:brew install nginx ``` 出错提示。参考一下链接 #### mac环境下brew command not found错误的解决方法 http://www.chenxm.cc ...
分类:系统相关   时间:2021-07-02 15:42:25    阅读次数:0
Git操作: git commit代码后,如何撤回且保留commit的代码
git commit代码后,但是没有push之前,如果发现提交的代码有一个部分是有问题的,或者commit message写的太随便了想改一下,以下命令会帮到你 git reset HEAD^ 敲击该命令后,commit的代码会回退到你的工作区。将问题代码改好后, 从新git add git com ...
分类:其他好文   时间:2021-07-02 15:42:06    阅读次数:0
linux 设置Swap分区操作
一、SWAP分区大小设置参考: 4G以内的物理内存,SWAP 设置为内存的2倍。 4-8G的物理内存,SWAP 等于内存大小。 8-64G 的物理内存,SWAP 设置为8G。 64-256G物理内存,SWAP 设置为16G。 二、扩充或缩小SWAP分区: [root@node1 ~]# swapon ...
分类:系统相关   时间:2021-07-01 17:36:10    阅读次数:0
linux下nginx编译安装、版本信息修改
环境 centos 7 安装依赖包 yum install -y gcc gcc-c++ glibc glibc-devel pcre pcre-devel zlib zlib-devel openssl openssl-devel \unzip psmisc bash-completion lib ...
分类:系统相关   时间:2021-07-01 17:29:41    阅读次数:0
资源:Postgresql数据库下载路径
postgresql下载路径: https://www.enterprisedb.com/downloads/postgres-postgresql-downloads ...
分类:数据库   时间:2021-07-01 17:16:40    阅读次数:0
45574条   上一页 1 2 3 4 5 6 ... 4558 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!