class Program { static void Main(string[] args) {
//需要将对象的状态保存起来 持久化 //序列化: 将对象的状态持久化到某1中设备上(磁盘.) ...
分类:
其他好文 时间:
2014-05-29 04:13:06
阅读次数:
211
1.流媒体系统结构ES:elemental stream 基本数据流;PES:packet
elemental stream分组的基本数据流;然后把PES打包成PS ,TS流,PS:program stream;TS:transport
stream;DTS(解码时间戳)和PTS(显示时间戳)分别是...
分类:
其他好文 时间:
2014-05-29 03:55:34
阅读次数:
303
JBPM,全称是Java Business Process
Management(业务流程管理),它是覆盖了业务流程管理、工作流、服务协作等领域的一个开源的、灵活的、易扩展的可执行流程语言框架。jBPM是公开源代码项目,使用它要遵循
ASL(Apache License Version 2.0)和E...
分类:
其他好文 时间:
2014-05-29 02:35:07
阅读次数:
365
Today’s program is all about eyes.When it comes to
relationships, people’s eyes can be "a window into their hearts."This means that
their eyes can tel...
分类:
其他好文 时间:
2014-05-28 23:52:27
阅读次数:
392
1.本人当前使用的Tomcat版本为:6.0.20,oracle为稳定的9i版本2.下文为方便起见,依习惯以%Tomcat_Home%表示Tomcat安装的目录,本人安装目录为“E:\Program
Files\WindowsXP\tomcat6”配置步骤如下:1.Tomcat 6的配置和以前的不同...
分类:
其他好文 时间:
2014-05-28 22:31:17
阅读次数:
285
之前安装的C#环境变量:%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;D:\Program
Files\Microsoft SQL...
分类:
其他好文 时间:
2014-05-28 04:12:26
阅读次数:
233
using System;using System.ServiceProcess;using
System.Diagnostics;using System.Threading;namespace ServiceControllerSample{
class Program { ...
分类:
其他好文 时间:
2014-05-28 04:09:58
阅读次数:
189
1. Threading is the creation and management of
multiple units of execution within a single
process二进制文件是驻留在存储介质上,已被编译成操作系统可以使用,准备执行但没有正运行的休眠程序进程是操作系统对...
分类:
编程语言 时间:
2014-05-28 01:00:31
阅读次数:
313
面向切面编程(AOP是Aspect Oriented
Program的首字母缩写),我们知道,面向对象的特点是继承、多态和封装。而封装就要求将功能分散到不同的对象中去,这在软件设计中往往称为职责分配。实际上也就是说,让不同的类设计不同的方法。这样代码就分散到一个个的类中去了。这样做的好处是降低了代码...
分类:
其他好文 时间:
2014-05-27 23:48:56
阅读次数:
544
用管理员身份运行CMD> cd C:\Program
Files\mongodb\bin> C:\Program Files\mongodb\bin>mongod --dbpath
"C:\Program Files\mongodb\data\db" --logpath "C:\Program Fi...
分类:
数据库 时间:
2014-05-27 16:12:25
阅读次数:
337