上一页 1 2 3 4 5 6 7 8 ··· 17 下一页
  2024年3月4日
摘要: 页面权限 涉及 纵向越权 父子--子账号有父账号的功能数据权限 涉及 横向越权 两个超级管理员互相能查到对方数据 阅读全文
posted @ 2024-03-04 10:56 daofree 阅读(22) 评论(0) 推荐(0)
  2024年2月26日
摘要: netstat -lntp 1.natstat是一个监控TCP/IP网络的非常有用的工具,可以用来查看网络状态2. 常用参数 -a all 显示所有连接的socket,默认不显示LISTEN-t tcp 显示TCP传输协议的连接状况-u udp 显示UDP传输协议的连接状况-n numeric 直接 阅读全文
posted @ 2024-02-26 14:50 daofree 阅读(39) 评论(0) 推荐(0)
  2024年1月18日
摘要: 参考: https://www.cnblogs.com/KL2016/p/16159864.html 在流量抵达的最外层通常会选择使用LVS作为负载服务器,LVS是一种基于四层负载的高性能服务器,它的内部只会对外界的数据包进行分发处理,通常一台高性能的LVS机器就能支持百万的并发连接。为了保证LVS 阅读全文
posted @ 2024-01-18 20:34 daofree 阅读(70) 评论(0) 推荐(0)
  2023年11月26日
摘要: bito插件 idea版本低了暂时用不了 阅读全文
posted @ 2023-11-26 11:32 daofree 阅读(32) 评论(0) 推荐(0)
摘要: notpad alt左键拖https://blog.csdn.net/qq_39032076/article/details/115125842 https://blog.51cto.com/u_15964717/6058806 阅读全文
posted @ 2023-11-26 11:26 daofree 阅读(13) 评论(0) 推荐(0)
  2023年11月24日
摘要: https://blog.csdn.net/qq_35493807/article/details/125378106 https://blog.csdn.net/yi_qingjun/article/details/128259285 https://blog.csdn.net/yi_qingju 阅读全文
posted @ 2023-11-24 23:00 daofree 阅读(14) 评论(0) 推荐(0)
  2023年11月21日
摘要: OKdocker run -d --privileged=true --restart=always -p 6379:6379 -v /usr/local/docker/redis/6379.conf:/etc/redis/redis.conf -v /usr/local/docker/redis/ 阅读全文
posted @ 2023-11-21 22:51 daofree 阅读(35) 评论(0) 推荐(0)
摘要: 1 非maven打包 2 maven打jar <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manif 阅读全文
posted @ 2023-11-21 15:51 daofree 阅读(11) 评论(0) 推荐(0)
  2023年8月28日
摘要: RunTime.getRunTime().addShutdownHook的用法 阅读全文
posted @ 2023-08-28 21:57 daofree 阅读(12) 评论(0) 推荐(0)
  2023年8月9日
摘要: windows location / { root D:\\nginx-1.24.0\\html\\dist; try_files $uri $uri/ /index.html; index index.html index.htm; } location /api/ { proxy_set_hea 阅读全文
posted @ 2023-08-09 18:23 daofree 阅读(38) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页