ICMP协议
ICMP(Internet Control Message Protocol)Internet控制报文协议。它是TCP/IP协议簇的一个子协议,用于在IP主机、路由器之间传递控制消息。控制消息是指网络通不通、主机是否可达、路由是否可用等网络本身的消息。这些控制消息虽然并…
woe特征转换
class CattoWoe(BaseEstimator, TransformerMixin):"""Parameters----------label : the label column nameAttributes----------woe_dict : dict of intervals,example {col1:{xx:0.235}}Examples--------please refer to the readme example&quo…
JavaSE:通常是指Java Standard Edition,Java标准版 JavaEE:Java Enterprise Edition,Java企业版,多用于企业级开发 图中可以看出JDK包含了JRE,JRE包含了JVM; JDK(Java Development Kit)是Java开…