大约有 1,600 项符合查询结果(耗时:0.0091秒) [XML]

https://www.tsingfun.com/it/op... 

腾讯Tencent开源框架介绍(持续更新) - 开源 & Github - 清泛网 - 专注C/C++及内核技术

...连接后端DB实现数据持久化。DCache采用集群模式,具有高扩展、高可用的特点。 https://github.com/Tencent/MMKV MMKV 是基于 mmap 内存映射的 key-value 组件,底层序列化/反序列化使用 protobuf 实现,性能高,稳定性强。从 2015 年中至今...
https://bbs.tsingfun.com/thread-27-1-1.html 

IIS配置常见问题汇总(持续更新 ) - 环境配置 - 清泛IT论坛,有思想、有深度

1. HTTP 错误 404.3 - Not Found 由于扩展配置问题而无法提供您请求的页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加 MIME 映射。 原因:没有安装IIS的ASP.NET组件 解决:添加/删除程序,IIS,勾选安装“.net扩...
https://stackoverflow.com/ques... 

Does Android support near real time push notification?

... I recently started playing with MQTT http://mqtt.org for Android as a way of doing what you're asking for (i.e. not SMS but data driven, almost immediate message delivery, scalable, not polling, etc.) I have a blog post with background information on this ...
https://www.tsingfun.com/it/tech/1411.html 

新浪是如何分析处理32亿条实时日志的? - 更多技术 - 清泛网 - 专注C/C++及内核技术

...和统计功能。 (4)Kibana:基于Elasticsearch的数据可视化组件,超强的数据可视化能力是众多公司选择ELK stack的重要原因。 努力提供更好的服务 我这次分享的重点不是这种架构的优劣或为什么选择这样的架构,而是在如此的架...
https://www.tsingfun.com/it/cpp/1234.html 

Excel RTD(Excel Real-Time Data)实时刷新数据技术 - C/C++ - 清泛网 - 专注C/C++及内核技术

...能够极大地提高Excel插件的用户体验,能够提高系统的可扩展性和稳定性。 本文所有的代码点击此处下载,希望本文对您了解Excel中的RTD函数有所帮助。 来源:http://www.cnblogs.com/yangecnu/p/Excel-Realtime-Data-Function-Introduce.html Excel,RTD...
https://stackoverflow.com/ques... 

Push Notifications in Android Platform

...pport near real time push notification? ) I recently started playing with MQTT http://mqtt.org for Android as a way of doing this sort of thing (i.e. push notification that is not SMS but data driven, almost immediate message delivery, not polling, etc.) I have a blog post with background informat...
https://www.tsingfun.com/it/tech/2021.html 

plupload图片上传插件的使用 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...验了没找到该如何使用它,暂且不提) filters:选择文件扩展名的过滤器,每个过滤规则中只有title和ext两项[{title:”, extensions:”}] flash_swf_url:flash文件地址 headers:自定义的插入http请求的键值对 max_file_size:最大上传文件大小(...
https://www.tsingfun.com/it/cpp/464.html 

深入浅出计算机字符集编码 - C/C++ - 清泛网 - 专注C/C++及内核技术

...xxxxxx 10xxxxxx 10xxxxxx ANSI字符集 l 各个国家的ASCII码的扩展统称为ANSI字符集。 问题到此仍然没有结束,既然表单中输入的片假名能以页面的编码UTF-8提交,但是如果上传的文件中含有片假名时,新的问题便又出现了,因为...
https://www.tsingfun.com/it/cpp/1419.html 

ZeroMQ的学习和研究(PHP代码实例) - C/C++ - 清泛网 - 专注C/C++及内核技术

...支持路由功能(实现路由功能的组件叫作 Device),把 1:N 扩展为N:M (只需要加入若干路由节点)。如图 1 所示: 图1:ZMQ 的 Request-Reply 通信 服务端的 php 程序如下: <?php /* * Hello World server * Binds REP socket to tcp://*:5555 * Expe...
https://stackoverflow.com/ques... 

What ports does RabbitMQ use?

...s without and with TLS (only if the STOMP plugin is enabled) 1883, 8883: (MQTT clients without and with TLS, if the MQTT plugin is enabled 15674: STOMP-over-WebSockets clients (only if the Web STOMP plugin is enabled) 15675: MQTT-over-WebSockets clients (only if the Web MQTT plugin is enabled) R...