上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页
摘要: logback-spring.xml 配置代码如下: <?xml version="1.0" encoding="UTF-8"?> <!-- 日志级别从低到高分为TRACE < DEBUG < INFO < WARN < ERROR < FATAL,如果设置为WARN,则低于WARN的信息都不会输出 阅读全文
posted @ 2019-10-18 08:47 lvye1221 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 缘由 很好奇,一个tomcat 能同时支持多大的并发量 框架 java 后台工具 renren-fast v2.1.0 发布版测试 主要技术细节: springboot mysql 简单的接口,在接口中查询了一条数据库记录。 调试工具中配置的线程数 压力测试工具 apache jmeter v3.2 阅读全文
posted @ 2019-10-17 15:28 lvye1221 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 开始使用 https://www.activiti.org/quick-start 使用Activiti将业务流程管理(BPM)嵌入到您的应用程序中的简便性 标准的业务流程建模表示法(BPMN)逻辑 Activiti(org.activiti)– Activiti的BPM引擎 数据库(com.h2d 阅读全文
posted @ 2019-10-16 15:48 lvye1221 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 保存在学习官网绘图示例的笔记 绘图接口 正方体 var box = viewer.entities.add({ name : 'Blue box', position: this.options.position, // 位置 box : { dimensions : new Cesium.Cart 阅读全文
posted @ 2019-08-26 09:58 lvye1221 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 需求 保存当前场景,后面可恢复到当前一模一样的场景下。 主要步骤 // 保存场景信息 this.options.position = viewer.camera.positionWC.clone(); this.options.up = viewer.camera.up.clone(); this. 阅读全文
posted @ 2019-08-26 09:55 lvye1221 阅读(145) 评论(0) 推荐(0) 编辑
摘要: Classification Types (分类类型) 访问地址: http://localhost:8080/Apps/Sandcastle/index.html?src=Clustering.html&label=Tutorials 知识点 // 定义多边形 var polygon = view 阅读全文
posted @ 2019-08-19 14:41 lvye1221 阅读(80) 评论(0) 推荐(0) 编辑
摘要: Clustering (聚集) 访问地址: http://localhost:8080/Apps/Sandcastle/index.html?src=Clustering.html&label=Tutorials 知识点 // 测试过,必须提供 camera 和 canvas 才能正常画出图 // 阅读全文
posted @ 2019-08-19 14:01 lvye1221 阅读(48) 评论(0) 推荐(0) 编辑
摘要: Clamp to Terrain 访问地址: http://localhost:8080/Apps/Sandcastle/index.html?src=Clamp%20to%20Terrain.html&label=Tutorials 官网中给出的示例: https://cesiumjs.org/C 阅读全文
posted @ 2019-08-19 11:31 lvye1221 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 访问地址: http://localhost:8080/Apps/Sandcastle/index.html?src=GeoJSON%20and%20TopoJSON.html&label=Tutorials 知识点 // Seed the random number generator for r 阅读全文
posted @ 2019-08-16 14:59 lvye1221 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 访问地址: http://localhost:8080/Apps/Sandcastle/index.html?src=3D%20Models.html&label=Tutorials 知识点 var viewer = new Cesium.Viewer('cesiumContainer', { in 阅读全文
posted @ 2019-08-16 11:25 lvye1221 阅读(41) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页