---------------------- ASP.Net+Unity开发、.Net培训、期待与您交流! ----------------------一、内存管理1.为什么要用内存管理:移动设备的内存极其有限,每个app所能占用的内存是有限制的。当app所占用的内存较多时,系统会发出内存警告,这时...
分类:
其他好文 时间:
2014-07-28 11:24:30
阅读次数:
256
1Set up vimdiffThe vimdiff as a merge tool will display several buffers to show the yours/theirs/original changes.The key point is to set up the vimdi...
分类:
其他好文 时间:
2014-07-26 14:39:01
阅读次数:
280
Centos 6.5下SNMP简单配置(snmp protocol v3,监控宝)
jom_ch@2014/7/25
1,安装
>yum -y install net-snmp net-snmp-devel
2,配置用户信息
> echo "rouser jkb auth" >> /etc/snmp/snmpd.conf
> echo "createUser jkb MD5 iam...
分类:
其他好文 时间:
2014-07-26 02:58:26
阅读次数:
181
Protocol 相当于 .Net 和 Java 中的 interfaceprotocol 声明@protocol ProtocolName// list of methods and properties@endprotocol 中可以声明实例属性和方法,也可以声明class属性和方法(相当于 ....
分类:
其他好文 时间:
2014-07-25 14:15:41
阅读次数:
200
03_wsdl和soap讲解(介入了tcpmon工具)WSDL内容: 1.types:用来定义访问的类型 2.message:SOAP(simple object access Protocol) 3.portType:指明服务器的接口,并且通过operation绑定相应的in和out的消息:...
分类:
其他好文 时间:
2014-07-23 22:29:47
阅读次数:
337
Similar to computer IO buffer, OpenGL commands are not executed immediately. All commands are stored in buffers first, including network buffers and the graphics accelerator itself, and are awaiting e...
分类:
其他好文 时间:
2014-07-23 13:24:46
阅读次数:
240
ICMP协议介绍
1、ICMP是“Internet Control Message Protocol”(Internet控制消息协议)的缩写。它是TCP/IP协议族的一个子协议,用于在IP主机、路由器之间传递控制消息。控制消息是指网络通不通、主机是否可达、路由是否可用等网络本身的消息。这些控制消息虽然并不传输用户数据,但是对于用户数据的传递起着重要的作用。
2、ICMP报文作为IP层数据报...
分类:
其他好文 时间:
2014-07-22 23:58:38
阅读次数:
544
You can sync your agent hosts with the NSN NTP (Network Time Protocol) servers. In NSN, use the servers ntp0.emea.nsn-net.net / ns1.nsn-net.net (10.171.8.4), ntp1.emea.nsn-net.net / ns2.nsn-net.net (1...
分类:
其他好文 时间:
2014-07-22 23:48:27
阅读次数:
313
Activex:windows上面的一种技术,在客户端执行程序的一种技术。JVM:java虚拟机,虚拟一个java的运行沙箱;里面能够加载java所需要的类等;java被称为一次编译,到处运行的程序。但是到处运行是有前提的,就是都要有一个JVM。CGI: protocol web进程能够根据对应程序的不同,调..
分类:
Web程序 时间:
2014-07-22 18:24:32
阅读次数:
231
Real Time Streaming Protocol或者RTSP(实时流媒体协议),是由Real network 和 Netscape共同提出的如何有效地在IP网络上传输流媒体数据的应用层协议。RTSP提供一 种可扩展的框架,使能够提供可控制的,按需传输实时数据,比如音频和视频文件。源数据可以包...
分类:
其他好文 时间:
2014-07-22 00:03:34
阅读次数:
289