大约有 10,000 项符合查询结果(耗时:0.0130秒) [XML]

https://bbs.tsingfun.com/thread-1623-1-1.html 

开源MQTT网关:EMQX vs Mosquitto - 创客硬件开发 - 清泛IT社区,为创新赋能!

...。EMQX 支持与多种数据存储方式集成,包括内置数据库、文件、MySQL、PostgreSQL、MongoDB 和 Redis。此外,EMQX 为用户提供了黑名单功能,用户可以通过 Dashboard 和 HTTP API 将指定客户端加入黑名单以拒绝该客户端访问,除了客户端标识...
https://www.tsingfun.com/it/cp... 

[since C++11] std::array使用 - C/C++ - 清泛网 - 专注C/C++内核技术

...高:是一个O(n)操作。 begin(), end()等迭代器位置属性获取操作 begin() (cbegin()) end() (cend()) rbegin() (crbegin()) rend() (crend()) empty() size() max_size() [index] at(index) front() back(); tuple接口 array<...
https://www.tsingfun.com/it/te... 

Nginx url重写rewrite实例详解 - 更多技术 - 清泛网 - 专注C/C++内核技术

...录,会无法访问到http://www.jbyuan.com/nvxingjiankang/目录下文件,如图片目录/images location ~ ^/(test|images|styles)/ { proxy_redirect off; proxy_set_header Host www.test.com; proxy_pass http://...
https://www.tsingfun.com/it/te... 

Nginx url重写rewrite实例详解 - 更多技术 - 清泛网 - 专注C/C++内核技术

...录,会无法访问到http://www.jbyuan.com/nvxingjiankang/目录下文件,如图片目录/images location ~ ^/(test|images|styles)/ { proxy_redirect off; proxy_set_header Host www.test.com; proxy_pass http://...
https://www.tsingfun.com/it/te... 

Nginx url重写rewrite实例详解 - 更多技术 - 清泛网移动版 - 专注C/C++内核技术

...录,会无法访问到http://www.jbyuan.com/nvxingjiankang/目录下文件,如图片目录/images location ~ ^/(test|images|styles)/ { proxy_redirect off; proxy_set_header Host www.test.com; proxy_pass http://...
https://www.tsingfun.com/it/cpp/1300.html 

Win32 创建控件风格不是Win XP解决方案 - C/C++ - 清泛网 - 专注C/C++内核技术

...面说一下解决方案吧: 这个根本办法就是加一个manifest文件,其内容如下: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity name="XP style manifest" ...
https://www.tsingfun.com/it/tech/790.html 

正则表达式 不包含指定字符串 - 更多技术 - 清泛网 - 专注C/C++内核技术

...,常常需要编写很多复杂正则表达式。例如枚举出日志文件中不包含某个特定字符串条目,找出不以某个特定字符串打头条目,等等。使用否定式前瞻 正则表达式中有前瞻(Lookahead)和后顾(Lookbehind)概念,这两个术...
https://www.tsingfun.com/it/cpp/2108.html 

C/C++中段错误(Segmentation fault) - C/C++ - 清泛网 - 专注C/C++内核技术

...132559.htm 所谓段错误 就是指访问内存超出了系统所给这个程序内存空间,通常这个值是由gdtr来保存,他是一个48位寄存器,其中32位是保存由它指向gdt表, 后13位保存相应于gdt下标,最后3位包括了程序...
https://www.tsingfun.com/it/te... 

数据结构、算法复杂度一览表 - 更多技术 - 清泛网 - 专注C/C++内核技术

... 最差 最差 索引 查找 插入 删除 索引 查找 插入 删除 基本数组 O(1) O(n) - - O(1) O(n) - - O(n) 动态数组 O(1) O(n) O(n) - O(1) O(n) O(n) - O(n) ...
https://www.tsingfun.com/it/te... 

数据结构、算法复杂度一览表 - 更多技术 - 清泛网 - 专注C/C++内核技术

... 最差 最差 索引 查找 插入 删除 索引 查找 插入 删除 基本数组 O(1) O(n) - - O(1) O(n) - - O(n) 动态数组 O(1) O(n) O(n) - O(1) O(n) O(n) - O(n) ...