自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 数据库连接查询

oracle 数据库通过一个系统视图获得连接信息。 查目前连接数:select count(*) from v$process查系统最大连接数:select value from v$parameter where name = 'processes'; 查看当前有哪些用户正在使用数据:select osuser,a.username,cpu_time/executions/1000000||'s',sql_fulltext,machine from v$session a,v$sqlarea b

2010-07-09 14:35:00 523

原创 一些系统及应用小常识

1,如何查看tomcat 进程: ps -ef|grep tomcat ps -aux|grep tomcatjstack pid |less

2010-07-08 16:48:00 271

原创 如何建立自己的私服

<br />nexus是一个管理jar库的工具,很多maven类库网站都使用了类似的工具具,以后想找库了也可以直接访问下http://repo1.maven.org/maven2 ,里面的库很全,版本也很多 <br /><br /> 先要下载好nexus,选择zip版,这种版本自带jsp容器,直接用运行bat批处理,启动服务器,之登陆,进入管理界面,点击 administration下的Repositories,在release项上右键,选择upload artifactory,随便上传一个jar

2010-07-08 14:52:00 3808

原创 m2e

<br />Previously, using netbeans, I think the maven plugin is more simple than eclipse. <br /> <br />Today it is my first time to add maven ide to Eclipse.  record it: <br /> <br />The steps and url can be found out here:http://m2eclipse.sonatype.org/insta

2010-07-08 14:36:00 246

空空如也

空空如也

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

TA关注的人

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