自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

留下脚印

虽是码农,也要艺术

  • 博客(7)
  • 资源 (1)
  • 收藏
  • 关注

转载 Web definitions: DOM, Ajax, and more - 转自 http://www.nczonline.net/

原文出处:http://www.nczonline.net/blog/2009/09/29/web-definitions-dom-ajax-and-more/ Even though we’re now a decade into professional web development, there’s still a large amount of terms and phrases

2009-09-30 10:07:00 564

原创 Java Socket Programming in Client/Server Applications - 转自 http://www.developer.com/

 原文出处:http://www.developer.com/java/article.php/10922_3840466_1/Java-Socket-Programming-in-ClientServer-Applications.htm In client/server applications, the client and server components usually d

2009-09-29 13:56:00 780

原创 Java 有关IO类的注释/说明

InputSteam,OutputStream:对字节的操作Reader,Writer:对字符的操作InputStreamReader,OutputStreamReader:字节->字符的转换,字符->字节的转换FilterInputSteam,FilterOutputStream:过滤字节输入流(输出流)的超类FilterReader,FilterWriter:过滤字符输入流

2009-09-27 16:51:00 818

原创 Oracle NOWAIT关键字的理解

sql_1:select 1 from dual for update;sql_2:select 1 from dual for update;sql_3:select 1 from dual for update nowait; 执行sql_1,不提交,表dual被锁分支1):执行sql_2,sql_2被阻塞,等待sql_1提交分支2):执行sql_3,因为有nowa

2009-09-25 13:22:00 13481 2

转载 关于Trigger的使用 - 转自AskTom

-- Thanks for the question regarding "Trigger on a table Fire at commit.", version 9.2.0 Submitted on 18-Jul-2007 12:40 Central time zoneToms latest followup | Bookmark | BottomLast updated 17-

2009-09-22 14:24:00 775

转载 Efficient SQL - 转自AskTom

This was probably the hardest part of the book to write - this chapter.  That is not because the material is all that complex, rather because I know what people want - and I know what can be de

2009-09-22 14:13:00 508

原创 Oracle Job写法

存储过程prc_test_job:create or replace procedure prc_test_job isbegin INSERT INTO test_job VALUES (fun_gid()); end prc_test_job;  用下面新建的Job(每天23点)调用上面prc_test_job的存储过程DECLA

2009-09-18 14:42:00 3349

Ubuntu Pocket Guide and Reference

Ubuntu Pocket Guide and Reference

2009-04-09

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除