verysu 设计模式 设计模式 响应式编程 百度开发平台 codeforces leetcode usfca

导航

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页

2021年2月9日 #

jvm内存调优

摘要: FROM 87b1696e3cb5 WORKDIR /app COPY sb-system-gateway-1.4.0.jar /app EXPOSE 8080 EXPOSE 9090 ENTRYPOINT ["java", "-server", "-XX:+PrintGCDetails", "-X 阅读全文

posted @ 2021-02-09 13:02 泳之 阅读(262) 评论(0) 推荐(0) 编辑

mysql锁分析 语法 返回第一个null的方法

摘要: show OPEN TABLES where In_use > 0; show index from t_bwprocess_bw; 查看当前的事务 select * from information_schema.innodb_trx; 查看当前锁定的事务 select * from inform 阅读全文

posted @ 2021-02-09 02:42 泳之 阅读(180) 评论(0) 推荐(0) 编辑

2021年1月21日 #

springcloud python 注册到 eureca/gateway

摘要: tornado注册 import tornado.httpserver import tornado.ioloop import tornado.options import tornado.web import py_eureka_client.eureka_client as eureka_cl 阅读全文

posted @ 2021-01-21 12:24 泳之 阅读(274) 评论(0) 推荐(0) 编辑

2021年1月13日 #

httpd server

摘要: htpasswd -c /var/www/.passwd 给网站目录访问加密 应用下创建.htaccess可以设置应用访问错误指定页。限制ip访问路径等 阅读全文

posted @ 2021-01-13 23:02 泳之 阅读(71) 评论(0) 推荐(0) 编辑

nmap安全漏洞测试工具

摘要: nmap的高级扫描option 测试具体地址或者路径 nmap --script http-methods nmap --script http-methods --script-args http-methods.url-path='/wtd' gec.10010.com curl -v -X O 阅读全文

posted @ 2021-01-13 20:57 泳之 阅读(374) 评论(0) 推荐(0) 编辑

linux的cpu和内存分析

摘要: 内容解释: cpu 占用率高的线程ps H -eo user,pid,ppid,tid,time,%cpu,cmd --sort=%cpu 查看指定服务访问并发量 netstat -nat|grep -i "8002"|wc -l 查看向外暴露的端口 ss -tunl 第一行(top): 15:24 阅读全文

posted @ 2021-01-13 09:56 泳之 阅读(474) 评论(0) 推荐(0) 编辑

2020年12月15日 #

安装springcloud actual+grafana+Prometheus监控

摘要: 下载grafana-7.1.5-1.x86_64.rpm 安装 rpm -ivh grafana-7.1.5-1.x86_64.rpm或yum install grafana-7.0.4-1.x86_64.rpm 提示urw-fonts is needed by 使用下边命令 rpm -ivh gr 阅读全文

posted @ 2020-12-15 23:56 泳之 阅读(162) 评论(0) 推荐(0) 编辑

2020年12月4日 #

mysql初始化

摘要: mysqld -nt -remove mysql mysqld-nt -install mysqld --initialize-insecure --user mysql mysqld --install mysql root用户拒绝连接 创建my.ini放在bin下 [mysqld]# 设置330 阅读全文

posted @ 2020-12-04 14:54 泳之 阅读(265) 评论(0) 推荐(0) 编辑

2020年11月18日 #

linux虚拟机创建三种网络共享模式

摘要: 查看windows上已有的端口映射 netsh interface portproxy show all 添加windows端口监听转发 netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=8080 connec 阅读全文

posted @ 2020-11-18 21:12 泳之 阅读(325) 评论(0) 推荐(0) 编辑

2020年11月17日 #

面试题带答案

摘要: 一、算法最最基础 1、时间复杂度 2、空间复杂度 一般最先接触的就是时间复杂度和空间复杂度的学习了,这两个概念以及如何计算,是必须学的,也是必须最先学的,主要有最大复杂度、平均复杂度等,直接通过博客搜索学习即可。 二、基础数据结构 1、线性表 列表(必学) 链表(必学) 跳跃表(知道原理,应用,最后 阅读全文

posted @ 2020-11-17 12:48 泳之 阅读(114) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页
我是谁? 回答错误