摘要: 一:下载SkyWalking文件 访问github地址:https://github.com/apache/skywalking 官方给出的文档地址:https://github.com/apache/skywalking/tree/master/docs/en 安装直接去:https://gith 阅读全文
posted @ 2021-01-14 14:40 Jachs 阅读(581) 评论(0) 推荐(0) 编辑
摘要: mvn install 下载依赖 mvn build 编译class mvn clean 清空class mvn test 执行测试代码 mvn package 打包 mvn package -Dmaven.test.skip=true 打包跳过测试 mvn dependency:copy-depe 阅读全文
posted @ 2020-09-18 11:33 Jachs 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 目录 1.1 通过表达式控制URL权限 1.2 通过表达式控制方法权限 1.2.1 使用@PreAuthorize和@PostAuthorize进行访问控制 1.2.2 使用@PreFilter和@PostFilter进行过滤 1.3 使用hasPermission表达式 Spring Securi 阅读全文
posted @ 2020-08-20 18:00 Jachs 阅读(492) 评论(0) 推荐(0) 编辑
摘要: 1.常见问题grpc找不到文件夹切换maven版本,或者是pinpoint源码路径包含中文字符 2.常见问题grpc无法下载prc文件,切换maven镜像文件阿里云镜像存在无法连接google问题 3.mvn package -pl web -Pproduct -am -Dmaven.test.sk 阅读全文
posted @ 2020-07-13 16:25 Jachs 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 官方文档 https://naver.github.io/pinpoint/alarm.html 修改 batch.properties文件,batch.enable设置为true.ip能连接的ip #batch enable config batch.enable=true #batch serv 阅读全文
posted @ 2020-01-20 14:00 Jachs 阅读(394) 评论(0) 推荐(0) 编辑
摘要: git下载源码: https://github.com/naver/pinpoint 官方文档地址: https://naver.github.io/pinpoint/1.8.4/installation.html#configuration 本机环境 Maven版本6.3,对编译影响不大。 安装J 阅读全文
posted @ 2020-01-19 15:42 Jachs 阅读(694) 评论(0) 推荐(0) 编辑
摘要: 下载地址: 进入\bin目录下找到jmeter.properties,修改中文 阅读全文
posted @ 2019-08-20 16:02 Jachs 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 项目源码地址:https://github.com/ZhanChaoHan/Echarts 阅读全文
posted @ 2019-08-07 10:16 Jachs 阅读(1786) 评论(0) 推荐(0) 编辑
摘要: github链接: 官方链接: 1.首先需要安装hbase,注意一下版本,官方网站有对应版本信息。 2.pinpoint-collector.war,pinpoint-web.war放到tomcat下,如果hbase和tomcat同一台机器不需要改配置如果不是改配置文件中的IP。 3.配置pinpo 阅读全文
posted @ 2019-07-12 14:13 Jachs 阅读(380) 评论(0) 推荐(0) 编辑
摘要: <script>window.onload = function() {suportNotify()}// 判断浏览器是否支持Web Notifications APIfunction suportNotify() {if (window.Notification) {// 支持console.lo 阅读全文
posted @ 2019-04-29 16:49 Jachs 阅读(533) 评论(0) 推荐(0) 编辑