GeoServer发布tiff格式地图并进行切片缓存
分类:
其他好文 时间:
2020-10-22 23:19:12
阅读次数:
74
function getSubs($categorys,$catId=0,$level=1){ $subs = array(); foreach ($categorys as $item) { if ($item['parentId'] == $catId) { $item['level'] = $ ...
分类:
其他好文 时间:
2020-10-21 21:24:23
阅读次数:
19
1.Socket和TCP/IP的关系 "All problems in computer science can be solved by another level of indirection." 为满足应用层需求,系统对TCP/IP层进行细节屏蔽和抽象,Socket层就相当于TCP/IP和应用 ...
分类:
系统相关 时间:
2020-10-21 21:04:10
阅读次数:
40
函数式接口在java中:有且仅有一个抽象方法的接口 import java.util.logging.Level; /* 日志案例 发现以下代码存在性能浪费的问题 调用showlog方法,传递的第二个参数是一个拼接后的字符串 先把这个字符串拼接好,然后电泳sholog方法 showlog方法中如果传 ...
分类:
其他好文 时间:
2020-10-18 10:01:17
阅读次数:
20
Redis 启动和在注册到windows服务 Redis 启动,点击start.cmd脚本,接口启动,start.cmd脚本内容如下 redis-server redis.windows.conf 上图的提示信息告诉了我们:① Redis 当前的版本为 3.0.503;② Redis 运行在 637 ...
简单配置hibernate二级缓存 开启二级缓存 <!-- 开启 Hibernate 的二级缓存 --> <property name="hibernate.cache.use_second_level_cache">true</property> 配置encache <!-- 引入 EhCache ...
分类:
Web程序 时间:
2020-10-12 20:48:23
阅读次数:
43
消息中间件利用高效可靠的消息传递机制进行平台无关的数据交流,并基于数据通信来进行分布式系统的集成。通过提供消息传递和消息排队模型,它可以在分布式环境下扩展进程间的通信。对于消息中间件,常见角色大致也就有 Producer(生产者)、Consumer(消费者)。 常见的消息中间件产品: 1). Act ...
分类:
其他好文 时间:
2020-10-12 20:42:58
阅读次数:
31
HyperLPR车牌识别项目代码解读 High Accuracy Chinese Plate Recognition Framework, This research aims at simply developping plate recognition project based on deep ...
分类:
其他好文 时间:
2020-10-12 20:13:48
阅读次数:
23
接上一篇:https://developer.huawei.com/consumer/cn/forum/topicview?tid=0202356376262560775&fid=0101303901040230869源码仓库地址:https://gitee.com/zhaoquan/harmonyoswatchdemo在主页添加一个按钮并响应点击事件<!--index.hml--&
分类:
其他好文 时间:
2020-10-10 17:25:33
阅读次数:
22
接上一篇:https://developer.huawei.com/consumer/cn/forum/topicview?tid=0202356408634880779&fid=0101303901040230869本节内容:添加训练页面并实现其与主页面的互相跳转源码仓库地址:https://gitee.com/zhaoquan/harmonyoswatchdemo创建训练页面知识点:创
分类:
其他好文 时间:
2020-10-10 17:24:33
阅读次数:
23