- 浏览: 203306 次
- 性别:
- 来自: 北京
最新评论
-
yaolixing01:
他山界面开发框架 v22是一套基于Gecko v22 的开源收 ...
Firefox Plugin - Gecko SDK/npapi -
chenpeilei2003:
您是这篇博文的原创吗 , 我通篇看完了, 很受教。
学习的目 ...
如何系统地学习linux? -
inprice:
羊蝎子 -
inprice:
...
羊蝎子 -
RobertLeeJesus:
因为我有两台T61
我安装Solaris的全过程。
文章列表
Change the sequence
- 博客分类:
- Oracle
CREATE SEQUENCE DEMO.S_CUST_ID
START WITH 2
MAXVALUE 10000000
MINVALUE 1
CYCLE
NOCACHE
NOORDER;
ALTER SEQUENCE DEMO.S_CUST_ID
INCREMENT BY 1
MINVALUE 1
MAXVALUE 10000000
NOCACHE
CYCLE
NOORDER;
- 2009-05-08 13:43
- 浏览 768
- 评论(0)
Oracle WebLogic Server provides a plugable security architecture in which authentication providers handle user identification. One of the native authentication providers in WebLogic server is for a generic LDAP server. Oracle Internet Directory (OID) is a LDAP v3 compliant server and can be configu ...
- 2009-04-28 23:22
- 浏览 1990
- 评论(0)
Reference
http://download.oracle.com/docs/cd/B15904_01/manage.1012/b14087/toc.htm
OID/OIM is an implementation of JNDI by LDAP.(Actually, it has C API to access it as well.)
1. Put the jar file into the class path. Oracle\Middleware\jdeveloper\modules\oracle.ldap_11.1.1\ldapjc ...
- 2009-04-28 22:45
- 浏览 1959
- 评论(0)
impdb loads the dmp file from ORACLE_HOME/admin/ORACLE_SID/dpdump/test.dump, so before we run impdb, we put it into this folder.
oracle@laptop-ubuntu:/opt/oracle/admin/orcl/dpdump$ impdp system/manager SCHEMAS=test DUMPFILE=test.dmp TABLE_EXISTS_ACTION=replace LOGFILE=test.log
Import: Release 11 ...
- 2009-04-27 19:29
- 浏览 1463
- 评论(0)
http://www.oracle.com/technology/global/cn/pub/articles/dev2arch/2008/01/packaging-best-practices.html
- 2009-04-16 01:38
- 浏览 801
- 评论(0)
http://artis.imag.fr/~Xavier.Decoret/resources/svn/index.html
http://www.logos.ic.i.u-tokyo.ac.jp/~kenny/pukiwiki/index.php?Linux%2FSVN
http://svn.collab.net/repos/svn/trunk/doc/user/svn-best-practices.html
- 2009-04-14 15:18
- 浏览 813
- 评论(0)
http://luxd518.blog.163.com/blog/static/22851862200731611658599/
羊蝎子一般有两种做法,一种是红汤,一种是白汤的,我觉得白汤羊蝎子比红汤的羊蝎子的味道更鲜美。
首先,要准备十斤羊的脊骨,二斤羊的腿骨,将羊的脊骨按着骨头节剁 ...
- 2009-04-03 22:22
- 浏览 1158
- 评论(2)
java -jar admin_client.jar deployer:oc4j:opmn://localhost:6003/default_group oc4jadmin manager -validateURI
- 2009-04-03 11:02
- 浏览 834
- 评论(0)
http://www.cyotec.com/resources/cyohash/
- 2009-03-31 15:42
- 浏览 844
- 评论(0)
Java Applet
Java Applet runs inside a Java plugin in the explorer. In IE, the plugin is a kind of ActiveX. Please see the diagram.
Hoever, in firefox, it is a plugin implemented by Gecko SDK(npapi), please see,
Strong Points
Across the platform, the applet can be explained in IE and ...
- 2009-03-12 22:22
- 浏览 2732
- 评论(0)
原文:
1. http://mqjing.blogspot.com/2008/09/plugin-firefox-plugin.html
2. http://mqjing.blogspot.com/2008/10/firefox-firefox-xpi-50.html
如何写Firefox Plugin
如果想讓你的 binary 軟体元件在瀏覽器上能夠執行, 你需要實做一些規定的介面. 這樣的程式就能像 Flash 一樣, 嵌入在網頁中, 讓使用者使用. 然而不同的瀏覽器要實做的介面是不一樣的.
若你希望在 IE 上要能執行, 則你的元件必須實做 ActiveX 的介面 ...
- 2009-03-12 21:40
- 浏览 13029
- 评论(1)
javascript与applet之间能够相互通讯给我们带来了很多方便,Java与JavaScript互相补充,以开发功能更完美的Web应用程序。B/S下能够充分利用java的优势,给我们带来更多的网络体验, 方便用户。我用的比较多的是利用Swing组件开发的应用程序利用applet实现B/S下架构, 这样能够充分显示Swing组件的优势,便于系统升级,便于维护;还有就是在WEB下,有时客户端要使用本地的硬件资源,我所知道的是通过applet来实现,通过applet去调用javaAPI(jni,javacomm20-win32【详见http://www.iteye.com/topic/64859 ...
- 2009-03-11 21:08
- 浏览 1993
- 评论(0)
原文 http://www.linuxsir.org/main/node/188?q=node/41
Linux 查看磁盘分区、文件系统、使用情况的命令和相关工具介绍
作者:北南南北
来自:LinuxSir.Org
提要:Linux
磁盘分区表、文件系统的查看、统计的工具很多,有些工具是多功能 ...
- 2009-03-11 00:46
- 浏览 1448
- 评论(0)