摘要:using the command pattern for undo functionality[1]
writen by matt berther
translated by allen lee[2]
reviewed by teddy tam & allen lee
introduction
command是一个非常强大的设计模式,它的作用是将一个请求封装成一个对......
摘要:
oracle9i新特点:spfile的使用
--how to set events with spfile and etc.
last updated: wednesday, 2004-10-27 0:39 eygle
本文发表于itpub技术丛书《oracle数据库dba专题技术精粹》,未经许可,严禁转载本文.
原文出处:
http://ww......
浅谈C#中XML用法我也是刚入门xml,但是我也想把自己学的东西让大学分享一个,请大家多多支持一下吧这个是001.xml文件 【程序编程相关:
验证码的程序及原理】 【推荐阅读:
velocity实现将Collectio】<?xml version="1.0" encoding="utf-8"?> 【扩展信息:
备受瞩目的新世代网络应用 服务技术–JA】 <!doctype contents system "001.dtd"> <contents> <person name="郭永豪" num="61102332" email="i´>gyh2008320@163.com">i love you</person> <person name="han" num="61102333" email="han@163.com"> you love me</person> </contents> 下面是001.dtd文件的内容 <!element contents (person)> <!element person (#pcdata)> ...
下一页 摘要:ps查看进程,常用的用法有ps -ef | grep xxxx 查看含xxxx字符串的进程 (如果xxxx是命令中的一段,而这个命令很长,xxxx位于最后面,这个程序就找不到了,看下面的ucb ps)例子:zhanju:/home/zhanju $ps -ef | grep was oracle 18112 1 0 sep 23 ? 0:00 ora_s000_was oracle 18114 1......