码迷,mamicode.com
首页 >  
搜索关键字:enables    ( 262个结果
实时双频Wi-Fi如何实现下一代车内连接
实时双频Wi-Fi如何实现下一代车内连接 How real simultaneous dual band Wi-Fi enables next-generation in-vehicle connectivity 还记得GPS不存在的时候,地图是导航的基本工具吗?当时,车内娱乐的唯一来源是AM/FM ...
分类:其他好文   时间:2020-07-07 20:33:28    阅读次数:73
常见性能问题排查
(1)端口被CLOSE_WAIT占用,重启后过了半天又重现 可以通过tcpdump抓包看看连接状态,分析是否是服务端的FIN packet没有发出去。 正常的关闭流程是:服务端在接收到客户端发送的关闭请求FIN后,会进入CLOSE_WAIT状态,同时发送ACK回去。在完成与客户端直接的通信操作之后, ...
分类:其他好文   时间:2020-07-04 13:28:59    阅读次数:57
Mybatis-generator生成
1.idea安装mybatis-generator插件 2.在pom.xml引入协议 <dependencies> <!-- Mybatis 生成工具 --> <dependency> <groupId>org.mybatis.generator</groupId> <artifactId>myba ...
分类:其他好文   时间:2020-06-29 15:15:51    阅读次数:94
命令模式
名称: 命令模式(Command Pattern) 问题: The Command pattern encapsulates a request in an object, which enables you to store the command, pass the command to a m ...
分类:其他好文   时间:2020-06-28 22:12:34    阅读次数:80
享元模式
名称: 享元模式(Flyweight Pattern) 问题: The flyweight design pattern enables use sharing of objects to support large numbers of fine-grained objects efficient ...
分类:其他好文   时间:2020-06-26 14:39:14    阅读次数:66
storage for VM
VAAI Atomic Test & Set (ATS),Hardware Assisted Locking(COMPARE_AND_WRITE ),Enables granular locking of block storage devices, accelerating performance ...
分类:其他好文   时间:2020-06-20 11:28:10    阅读次数:74
mybatisGenerator生成mapper和po
1.首先添加依赖 <dependency> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-generator-core</artifactId> <version>1.3.2</version></dependency> 2 ...
分类:移动开发   时间:2020-05-27 15:27:38    阅读次数:81
(九)如何实现异步执行任务
前面介绍了Spring Boot 如何整合定时任务,不清楚的朋友可以看看之前的文章:https://www.cnblogs.com/zhangweizhong/category/1657780.html。 今天主要讲解Spring Boot中的另外一个任务:异步任务。所谓异步任务,其实就是异步执行程 ...
分类:其他好文   时间:2020-05-09 16:50:24    阅读次数:62
让我们好好聊聊Unity Shader中的multi_complie
https://zhuanlan.zhihu.com/p/77043332 一,multi_complie 还是 shader_feature shader_feature 和 multi_complie 是两个很相似的预编译指令,在Editor模式下,他们是几乎没有区别的。 共同点是: 声明Key ...
分类:编程语言   时间:2020-04-29 23:10:15    阅读次数:179
shell命令
What does `set -x` do? Take a look: help sethelp -m set | less set -x enables a mode of the shell where all executed commands are printed to the termi ...
分类:系统相关   时间:2020-04-17 23:42:11    阅读次数:110
262条   上一页 1 2 3 4 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!