- 浏览: 121370 次
- 性别:
- 来自: 上海
最新评论
-
廖光浩:
...
javaBean与Map<String,Object>互转 -
kavinhub:
ref:http://blog.csdn.net/ssqtjf ...
Order SQL data ORDER as in IN clause -
JetMah:
可以参考这里:http://stackoverflow.com ...
HttpClient 如何忽略证书验证访问https - ALLOW_ALL_HOSTNAME_VERIFIER -
tangyuanjian:
要装OCI8
初学 : ROR 连接oracle 9i 的问题
文章列表
How to get and print the headers and cookies in JSP page.
<H1>Reading Header Information</H1>
Here are the request headers and their data:
<BR>
<% java.util.Enumeration names = request.getHeaderNames();
while(names.hasMoreElements()){
...
in MVC controller, for example
TestController extends MultiActionController
1. 转到空白页面
public ModelAndView testMVC(HttpServletRequest req,HttpServletResponse res) throws Exception {
return null;
}
2. 转到空白页面,并打印字符
public ModelAndView testMVC(HttpServletRequest req,HttpServletResponse res) th ...
1. Create Procedure with Out parameter of CURSOR type
create or replace package pa_query as
type p_cursor is ref cursor;
end pa_query;
/
create or replace procedure p_query(v_cursor out pa_query.p_cursor)
is
begin
open v_cursor for select * from emp;
end p_query;
2. Call the procedure in P ...
How to call procedure in PLSQL of Oracle DB.
Note: procedure name, the "()" is not requried
----------------------
Declare
Lcntr number;
LCalc number;
LCalcTmp Number;
Begin
FOR Lcntr IN 1..36
LOOP
myprocedure; -- procedure name, the "()" is not requried
for LCalc in ...
今天花了2小时看了这篇博文,关于maven入门,mark一下。
http://hzbook.group.iteye.com/group/wiki/2872-Maven-in-action
里面讲了一些基础的maven如何使用在Java项目以及JUNIT,改天再看看如何应用到web项目。
附上练习的例子
Notepad ++ with insert current date (Ctrl+F7).
Java class反编译软件jd-gui
- 博客分类:
- Tool
很好用的Java class反编译软件jd-gui
700K
初学:
ror 连接oracle9i时报错“
+++++++++++++++++++++++++++++++
D:\railsdoc\mybook>ruby script\server
=> Booting WEBrick...
d:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/connection_specification.rb:232:in `establish_connection': P
ase install the orac ...