- 浏览: 203306 次
- 性别:
- 来自: 北京
最新评论
-
yaolixing01:
他山界面开发框架 v22是一套基于Gecko v22 的开源收 ...
Firefox Plugin - Gecko SDK/npapi -
chenpeilei2003:
您是这篇博文的原创吗 , 我通篇看完了, 很受教。
学习的目 ...
如何系统地学习linux? -
inprice:
羊蝎子 -
inprice:
...
羊蝎子 -
RobertLeeJesus:
因为我有两台T61
我安装Solaris的全过程。
文章列表
The GNU has a lot of projects.
The package list, http://directory.fsf.org/GNU/
The document list, http://www.gnu.org/manual/
The a serial of copilers are very great.
Binutils, asm compiler, ld, as
GCC, c/c++/Java compiler, gcc/cpp/gcj(javac, java)
- 2008-07-26 15:56
- 浏览 877
- 评论(0)
Steps
Change
the file /etc/apt/sources.list and add the following line to it. The
line describes the repository position for debian from oracle.
deb http://oss.oracle.com/debian unstable main non-free
When
I use the command mode to install the oracle-xe and oracle-xe-client,
it s ...
- 2008-07-26 15:56
- 浏览 984
- 评论(0)
二进制模式
然后,在命令模式下输入:
:%!xxd
Reference
http://www.digilife.be/quickreferences/QRC/vi%20Quick%20Reference.pdf
- 2008-07-26 15:54
- 浏览 830
- 评论(1)
After downloading the Tomcat, you will set up something to make it work.
1. Set the JAVA_HOME to start the Tomcat.
Add the follong lines into the /bin/catalina.sh
#------------------------------------------------------------------------------
#Add by Robert Lee - Only the JAVA_HOME is mandatory. ...
- 2008-07-26 15:54
- 浏览 807
- 评论(0)
Steps
1. 修改内核
#vi /etc/system
set shmsys:shminfo_shmmax=536870912
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10
set semsys:seminfo_semmni=110
set semsys:seminfo_semmns=310
2. 创建用户和组
#groupadd dba
#useradd –g dba – ...
- 2008-07-25 22:35
- 浏览 1712
- 评论(0)
Steps
Change
the file /etc/apt/sources.list and add the following line to it. The
line describes the repository position for debian from oracle.
deb http://oss.oracle.com/debian unstable main non-free
When
I use the command mode to install the oracle-xe and oracle-xe-client,
...
- 2008-07-25 22:34
- 浏览 1527
- 评论(0)
Please see the cases.
The account information are like these,
username password
SYS ADMIN
SRDEMO ORACLE
The results to try,
command login result
sqlplus sys/admin@orcl
success
sqlplus SYS/A ...
- 2008-07-25 22:34
- 浏览 1004
- 评论(0)
1
Firstly,
I try to install oracle 11g in Windows XP SP2. Although I setup the
loopback adaptor correctly in step #4, the em can’t be configured and
started successfully. I tried the command in step #2 and #3 so many
times after installation, but it failed finally. At last I resorted to
in ...
- 2008-07-25 22:33
- 浏览 3372
- 评论(0)
Please refer to the attachement.
- 2008-07-25 22:13
- 浏览 979
- 评论(0)
这是一个从Visual paradigm(绘制UML图的工具)工具里提取出来的一个Jar包,去掉了所有其他的文件,适合在一些软件不能任意安装的公司利用,只要有jre被安全了,就能运行它,没有任何exe,dll在这个包里。绿色安全省事好用。
如何下载使用这个软件。
1. 下载下面两个文件。http://download.csdn.net/source/461850
和 http://download.csdn.net/source/461855
2. 解压他们去统一文件夹并合并。得到一个文件夹vpuml.
3. 点击运行merge.bat。 这个jar包被合并成一个文件vpuml.jar ...
- 2008-07-25 22:12
- 浏览 2132
- 评论(0)
I found one great thing Eclipse can do for us. That is to merge multiple projects to one.
If I have multiple child projects, please see the direcotry structure.
MyWorkspace
-----MyProject
----------ChildProject1
---------------.classpath
---------------.project
----------ChildProject2
------- ...
- 2008-07-25 22:06
- 浏览 831
- 评论(0)
第一:首先介绍一下SAX,DOM,JAXP,JDOM,DOM4J的基本知识:
(注意:至于 JAXP | JAXB | JAXM | JAXR | JAX-RPC 分别指什么,查看http://gceclub.sun.com.cn/staticcontent/html/xml/faq/#jaxr
_)
1、W3C的sax、dom是两种对xml文档进行分析的方法(没有具体的实现,只有接口)
所以不是解释器,如果光有他们,你是完成不了对xml文档的处理的。
sax的包是org.xml.sax
dom的包是org.w3c.dom
包的名称很重要,它有助于你 ...
- 2008-07-25 22:05
- 浏览 2596
- 评论(0)
http://www.particle.kth.se/~lindsey/JavaCourse/Book/Part1/Supplements/Chapter09/compressDecompress.html
http://www.weste.net/2004/11-25/09122953405.html
- 2008-07-25 22:04
- 浏览 754
- 评论(0)
After downloading the Tomcat, you will set up something to make it work.
1. Set the JAVA_HOME to start the Tomcat.
Add the follong lines into the /bin/catalina.sh
#------------------------------------------------------------------------------
#Add by Robert Lee - Only the JAVA_HOME is mandatory. ...
- 2008-07-25 21:44
- 浏览 779
- 评论(0)