cd
-
Postgres小结1
相关术语 relation 表或索引 tuple 表中的行 attribute 表中的column page 磁盘的数据块 8K buffer 内存中的数据库 segment …
-
linux关键文件夹,并且cd进去,提示无权限的方法
mkdir 文件夹 sudo chmod 777 文件夹 或者 sudo chmod -R 777 文件夹 或者不要sudo 然后就能cd进去了
-
rinetd端口转发
1.下载软件包 2.解压安装rinetd tar zxvf rinetd.tar.gz cd rinetd ./configure –prefix=/usr/local/ri…
-
windows与linux操作命令
windows linux dir ls mkdir mkdir cd cd del rm cls clear more more type cat move mv copy, x…
-
Windows – 常用的CMD命令行
常用的CMD命令行 关机、重启、注销、休眠、定时关机 关机 shutdown /s 重启 shutdown /r 注销 shutdown /l 休眠 shutdown /h /f …
-
NGINX 安装
1.安装依赖:yum -y install gcc zlib zlib-devel pcre pcre-devel openssl openssl-devel make 2.解压安…
-
shell handle
#!/bin/bash #qinrui set -e commitId=” repoPath=” x1=” if [ -f change…
-
nginx应用
nginx 的基本使用 查看是否安装nginx whereis nginx,如果没提示信息就是没有安装 whereis nginx 安装前缀依赖 yum -y install gc…
-
Redis
目录 Redi环境安装 mac Redi环境安装 mac 官网下载stable 解压-安装-启动-停止 cd /Users/apple/Downloads/ tar -zxvf r…
-
notepad++添加运行代码快捷键功能(包括不同分区运行问题)
12 123 cmd /k cd /d “$(CURRENT_DIRECTORY)” & python “$(FULL_CURRENT_PATH)” & ECHO.…