NetScaler VLAN’s Demystified https://www.citrix.com/blogs/2014/12/29/netscaler-vlans-demystified/ The Citrix NetScaler appliance is an amazingly flexi ...
分类:
Web程序 时间:
2018-07-25 11:37:57
阅读次数:
243
Give NetScaler a “Tune-Up” https://www.citrix.com/blogs/2014/10/21/give-netscaler-a-tune-up/ To Optimize TCP Traffic If you’re wondering, there is no ...
分类:
Web程序 时间:
2018-07-25 11:37:08
阅读次数:
247
What’s That NetScaler Reset Packet? https://www.citrix.com/blogs/2014/05/20/whats-that-netscaler-reset-packet/ A few weeks ago I wrote a blog post on ...
分类:
Web程序 时间:
2018-07-25 11:31:40
阅读次数:
208
NetScaler SNIPs Bound To An Interface Without A VLAN https://www.citrix.com/blogs/2014/04/09/work-your-magic-with-the-netscaler-toolkit-used-by-the-pr ...
分类:
Web程序 时间:
2018-07-25 11:27:48
阅读次数:
234
function out1 = plotroc(varargin) %PLOTROC Plot receiver operating characteristic. % % plotroc(targets,outputs) takes target data in 1-of-N form (each... ...
分类:
其他好文 时间:
2018-07-23 22:45:26
阅读次数:
288
作者:freewind 比原项目仓库: Github地址:https://github.com/Bytom/bytom Gitee地址:https://gitee.com/BytomBlockchain/bytom 在比原的dashboard中,我们可以为一个帐户创建地址(address),这样就可 ...
分类:
其他好文 时间:
2018-07-23 22:09:17
阅读次数:
184
package com.bjsxt.sparkstreaming; /** * 向kafka中生产数据 * @author root * */public class SparkStreamingDataManuallyProducerForKafka extends Thread{ static ...
分类:
其他好文 时间:
2018-07-22 14:08:18
阅读次数:
151
在Spark1.3之前,默认的Spark接收Kafka数据的方式是基于Receiver的,在这之后的版本里,推出了Direct Approach,现在整理一下两种方式的异同。 1. Receiver-based Approach val kafkaStream = KafkaUtils.create ...
分类:
其他好文 时间:
2018-07-20 11:36:06
阅读次数:
155
1.信号槽最常用的方式:connect(sender, signal, receiver, slot);第一个对象是发出信号的对象,第二个是发送对象发出的信号,第三个是接收信号的对象,第四个是接收对象在接收到信号后需要调用的函数。Qt5中QObject::connect()的五个重载:QMetaOb... ...
分类:
其他好文 时间:
2018-07-17 23:30:50
阅读次数:
208
1.新建Netcore Web项目 2.创建简易通讯协议 SenderID发送者ID ReceiverID 接受者ID MessageType 消息类型 Text Voice 等等 Content 消息内容 3.添加中间件ChatWebSocketMiddleware 4.在Startup.cs中使 ...
分类:
Web程序 时间:
2018-07-13 10:21:04
阅读次数:
492