简介 Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。 输出信息含义 执行netstat后,其输出结果为 从整体上看,netstat的 ...
分类:
Web程序 时间:
2017-02-05 16:53:44
阅读次数:
318
年前在客户那里做POC,因为成型的OTMCS暴露Web Service的Schema太长,导致ICS无法支持和映射,讨论过后决定对Web Service调用进行封装,因OTMCS WebService订单生成的调用参数太多,决定化繁为简,直接将所有的报文作为一个参数传入。 代码如下: package ...
分类:
Web程序 时间:
2017-02-02 12:12:19
阅读次数:
263
Install Google Pinyin on Ubuntu 14.04 I’ve been spending more and more time on Ubuntu and I’m not used to the Chinese keyboard that ships with Ubuntu. ...
分类:
系统相关 时间:
2016-12-22 08:57:33
阅读次数:
284
虽然经常用这个命令,但总是对其中的参数作用不太清楚,记录下 what are functions of netstat? netstat - Print network connections, routing tables, interface statistics, masquerade con ...
分类:
Web程序 时间:
2016-11-21 11:15:34
阅读次数:
202
ORACLE官方文档介绍: Concurrency Control, Indexes, and Foreign Keys You almost always index foreign keys. The only exception is when the matching unique or p ...
分类:
其他好文 时间:
2016-11-20 00:07:46
阅读次数:
417
1,日期转换db.sales.aggregate( [ { $project: { year: { $year: "$date" }, month: { $month: "$date" }, day: { $dayOfMonth: "$date" }, hour: { $hour: "$date" ...
分类:
其他好文 时间:
2016-11-12 02:13:05
阅读次数:
212
在日常的编码过程中,我们几乎养成了所有的不确定类型返回值都用id的习惯.的确,因为它万金油一般的万能指针特性再加上instancetype在ios7.0之后才出现.导致很多人还没有改变原来的编码习惯.更不用说去深掘二者之间的细微差别.其实两者在类型表示上,都可以表示任何对象类型.但有一点需要我们注意 ...
分类:
其他好文 时间:
2016-11-02 17:16:15
阅读次数:
239
Customizing docker The Docker systemd unit can be customized by overriding the unit that ships with the default CoreOS settings. Common use-cases for ...
分类:
其他好文 时间:
2016-08-18 21:02:23
阅读次数:
256
Support Facades Introduction Facades provide a "static" interface to classes that are available in the application's service container. Nova ships wit ...
分类:
其他好文 时间:
2016-07-05 12:09:12
阅读次数:
135
How to use context.Set and context.Entry, which ships with EF4.1 ? ...
分类:
其他好文 时间:
2016-06-25 00:52:00
阅读次数:
174