会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
学习笔记
默默无闻的耕好自己的一亩二分田
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
公告
上一页
1
2
3
4
5
6
7
8
9
10
···
58
下一页
2020年12月13日
D-Link上网行为管理认证路由器 转发内网ssh服务慢
摘要: 背景 因工作需要,要连接到公司内网的Centos服务器,连接方式为ssh服务。之前用10022经常遇到口令猜解,导致短时间难以登录内网服务器。后改成10899,后来还是很慢。 解决办法 修改ssh配置设置不使用DNS vim /etc/ssh/sshd_config UseDNS no 重启服务即可
阅读全文
posted @ 2020-12-13 09:19 你不知道的浪漫
阅读(268)
评论(0)
推荐(0)
2020年12月12日
Jmeter生成聚合报告及html报告
摘要: 生成聚合报告 jmeter -n -t /usr/local/apache-jmeter-4.0/my_threads/sfwl.jmx -l /usr/local/apache-jmeter-4.0/test.jtl & 从聚合报告生成html报告 jmeter -g d:\test.jtl -o
阅读全文
posted @ 2020-12-12 13:17 你不知道的浪漫
阅读(758)
评论(0)
推荐(0)
2020年12月8日
git检出特定日期的版本
摘要: 参考来源:https://blog.csdn.net/lazycheerup/article/details/84951906 本地使用gitblit搭建的代码服务器,目前需要找到指定日期的版本,并且进行维护。 操作步骤 1、检出最新版 git clone https://xxx@1.1.1.1:8
阅读全文
posted @ 2020-12-08 15:18 你不知道的浪漫
阅读(1422)
评论(0)
推荐(0)
2020年12月4日
Fiddler统计web接口耗时
摘要: 右击表头,选择自定义,按照下面操作即可。
阅读全文
posted @ 2020-12-04 10:32 你不知道的浪漫
阅读(320)
评论(0)
推荐(0)
2020年11月22日
mysql新建权限受控制的用户:支持正常增删改查及文件导出命令mysqldump
摘要: 代码如下: CREATE USER 'xxxx'@'localhost' IDENTIFIED BY '账户链接密码'; GRANT SELECT, INSERT, UPDATE, DELETE, ALTER, CREATE, RELOAD, DROP, INDEX, LOCK TABLES, RE
阅读全文
posted @ 2020-11-22 10:32 你不知道的浪漫
阅读(173)
评论(0)
推荐(0)
2020年11月20日
tomcat一应用多端口
摘要: 1、在Tomcat下配置一个应用服务(service)中,配置多个端口。 修改conf\server.xml下多配置一个<Connector>即可。 如下: <Connector port="65000" protocol="HTTP/1.1" connectionTimeout="20000" r
阅读全文
posted @ 2020-11-20 10:35 你不知道的浪漫
阅读(327)
评论(0)
推荐(1)
2020年11月18日
Centos安装多端口的redis服务
摘要: 背景 redis默认端口6379,由于开发需要,key有重复。于是另起端口6380。 配置服务过程 1、新建/etc/redis6380.conf,内容如下: bind 0.0.0.0 port 6380 pidfile /var/run/redis_6380.pid logfile /var/lo
阅读全文
posted @ 2020-11-18 14:45 你不知道的浪漫
阅读(391)
评论(1)
推荐(0)
2020年11月17日
IDEA 中,编译后不拷贝 mybatis 配置的 mapper 的 xml 文件
摘要: 在maven项目的pom.xml配置文件里添加 <build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.xml</include> </includes> </resou
阅读全文
posted @ 2020-11-17 10:17 你不知道的浪漫
阅读(442)
评论(2)
推荐(0)
2020年11月13日
CuteHttpFileServer配置及用法
摘要: 官方网站:http://iscute.cn/chfs 服务器文件目录如下 现在下面两个是涉密的,匿名用户不允许访问。必须要admin登录。 运行脚本如下 #/bin/sh ps -aux | ps aux|grep 'chfs' | cut -c 9-15 | xargs kill -9 nohup
阅读全文
posted @ 2020-11-13 12:31 你不知道的浪漫
阅读(10271)
评论(0)
推荐(0)
2020年10月26日
[Warning] Could not increase number of max_open_files to more than 1024 (request: 4907)
摘要: 问题 201026 12:59:09 mysqld_safe mysqld from pid file /var/run/mariadb/mariadb.pid ended 201026 13:01:37 mysqld_safe Starting mysqld daemon with databas
阅读全文
posted @ 2020-10-26 13:35 你不知道的浪漫
阅读(2222)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
58
下一页