大约有 186 项符合查询结果(耗时:0.0184秒) [XML]

https://www.tsingfun.com/it/tech/1410.html 

Logstash实践: 分布式系统的日志监控 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...到Email,File,Tcp,或者作为其它程序的输入,又或者安装插件实现和其他系统的对接,比如搜索引擎Elasticsearch。 总结:Logstash概念简单,通过组合可以满足多种需求。 3. Logstash的安装,搭建和配置 3.1. 安装Java 下载JDK压缩包...
https://stackoverflow.com/ques... 

java.net.ConnectException: Connection refused

... I had the same problem with Mqtt broker called vernemq.but solved it by adding the following. $ sudo vmq-admin listener show to show the list o allowed ips and ports for vernemq $ sudo vmq-admin listener start port=1885 -a 0.0.0.0 --mountpoint /ap...
https://stackoverflow.com/ques... 

What is ActiveMQ used for - can we apply messaging concept using a Database?

...eatures that are only in ActiveMQ, wire protocols like OpenWire, STOMP and MQTT, JMS, EIP together with Apache Camel, message patterns like "request/reply" and "publish/subscribe", JMS Bridging, clustering ("network of brokers"), which allow scaling and distributions, etc. You should read up on thos...
https://www.tsingfun.com/it/opensource/390.html 

强烈推荐一款非常mini的代码高亮开源软件--prism - 开源 & Github - 清泛网...

...复制出来后与原文完全一致。 行号展示要勾选相应的插件,调整一些样式后,最终的展示效果如下: string limitSql = string.Empty; if (!string.IsNullOrEmpty(CustomerNo)) limitSql += string.Format(" and t.customerno='{0}'", CustomerNo); 代码高亮 ...
https://www.tsingfun.com/it/tech/1445.html 

Xenocode Postbuild 2010 for .NET 混淆工具的详细使用步骤 - 更多技术 - ...

... sn,txt 就是序列号! 2,我们需要去安装这个插件,提示安装好后,我们点击【开始】--【所有文件】-【Xenocode】-【Xenocode+Postbuild+2010+for+.NET】 运行这个程序!会出现下面的界面: 1,点击【Application】标签 ...
https://www.tsingfun.com/it/tech/1631.html 

Building an MFC project for a non-Unicode character set is deprecated ...

...MBCS) 的 MFC 库 (DLL) 不再包含于 Visual Studio 中,但是可用作插件,您可以在任何装有 Visual Studio Professional、Visual Studio Premium 或 Visual Studio Ultimate 的计算机上下载和安装。(在 Visual Studio 中,必须启用 MFC。)安装需要大约 440 MB 磁...
https://www.tsingfun.com/it/tech/1711.html 

Discuz菜单栏下面广告怎么弄? - 更多技术 - 清泛网 - 专注C/C++及内核技术

...www.discuz.net/thread-1664859-1-1.html" target="_blank">Yeswan-绑定域名插件</a></em> </p> </div> Discuz 菜单栏 广告
https://www.tsingfun.com/it/tech/2277.html 

扩展jQuery的功能限制只能输入数字 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...通常是样板式的,因此我们可以考虑将其做成一个jQuery的插件以方便使用。 // 限制只能输入数字 $.fn.onlyNum = function () { $(this).keypress(function (event) { var eventObj = event || e; var keyCode = eventObj.keyCode || eventObj.which; ...
https://www.tsingfun.com/down/soft/75.html 

7-Zip for 32/64位 v16.02 - 软件下载 - 清泛网 - 专注C/C++及内核技术

...大的的文件管理器 更给力的命令行版本 支持 FAR Manager 插件 支持 87 种语言 7-Zip 适用于 Windows 10 / 8 / 7 / Vista / XP / 2013 / 2008 / 2003 / 2000 / NT。并且有支持 Linux / Unix 平台的命令行移植版本。 在 Source Forge 的 7-Zip 页面(英文)中...
https://www.tsingfun.com/it/pr... 

Jenkins持续集成(CI):开发过程中自动执行UT测试 - 项目管理 - 清泛网 - ...

...接到 Build 配置 (注:HTML报告配置使用的是HTML Publisher插件,下载地址:https://plugins.jenkins.io/htmlpublisher/) 上面的编译脚本配置完成,执行编译验证。 顺利完成编译,报告也就能编译出来了。 点击查看静态代码分析报告...