自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Something的专栏

随手记录分享

  • 博客(4)
  • 收藏
  • 关注

转载 Oracle 列转行函数 Listagg()

这是一个Oracle的列转行函数:LISTAGG()先看示例代码:with temp as( select 'China' nation ,'Guangzhou' city from dual union all select 'China' nation ,'Shanghai' city from dual union all select 'China' nat

2013-09-26 13:22:34 2476

转载 精通Dojo勘误表

书 名: 精通Dojo作 者:(美国)吉尔出版社: 人民邮电出版社出版时间: 2009年09月ISBN: 9787115211668开本: 16开书中存在的错误:http://pragprog.com/titles/rgdojo/errata

2013-09-08 20:43:50 561

转载 APEX 捕捉页面或者应用程序异常并进行处理

The Early Adopter release of Oracle APEX 4.1 contains five new enhancements in the Error Handling area. In the next few blog postings I will highlight those. This first article features “Error Handlin

2013-09-06 15:01:26 4932

原创 Windows 查询占用端口的进程并杀掉

1.查询占用8009的进程,得到进程ID: 7584C:\Users\Will>netstat -aon|findstr "8009"  TCP    0.0.0.0:8009           0.0.0.0:0              LISTENING       75842.查看进程7584被哪个应用程序占用,得到javaw.exeC:\Users\Will

2013-09-05 13:30:49 1152

空空如也

空空如也

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

TA关注的人

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