随笔分类 - Tools-Program/程序工具
程序工具 如nginx,gitlab,fail2ban,markdown
摘要:账号 git 在使用中是有权限设定的,因此git在使用的时候,一般有账号密码邮箱设置 初始化 # 本地初始化 git init # 将本地所有内容添加到索引 git add . # 将索引提交到本地仓库 git commit -m "commit log" # 初次添加代码到远程仓库 git rem
阅读全文
摘要:一个应用要用到地图,地图拖动时,要填补新的版图上的地理信息
### 目的
快速获取屏幕内需要的地图信息,不获取多余无用的地图信息
阅读全文
摘要:docker是什么;docker安装使用;连接进入docker容器;docker拉取复制和上传
阅读全文
摘要:certbot
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you're using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.
阅读全文
摘要:nginx有两个模块,分别用来配置 ip最大连接数 和单位时间内最多请求数
1.ngx_http_limit_conn_module
2.ngx_http_limit_req_module
阅读全文
摘要:eclipse 修改 project explorer 的字体大小
阅读全文
摘要:在windows和linux系统安装jdk
阅读全文
摘要:nginx location配置规则,alias与root的区别,nginx配置访问静态文件
阅读全文

浙公网安备 33010602011771号