码迷,mamicode.com
首页 >  
搜索关键字:annotation-config co    ( 7094个结果
linux下监控jvm 使用的方法
之前一直用jconsole监控jvm,图形界面简单易用,最近因为需要在纯linux下进行操作,所以总结了一下 linux下监控jvm的例子,这次主要用到了jstat工具,各个参数意义: jstat -class pid:显示加载class的数量,及所占空间等信息。 jstat -co...
分类:系统相关   时间:2014-12-22 10:43:34    阅读次数:305
【SPOJ220】Relevant Phrases of Annihilation (SA)
成功完成3连T! 嗯没错,三道TLE简直爽到不行,于是滚去看是不是模版出问题了..拿了3份其他P党的模版扔上去,嗯继续TLE...蒟蒻表示无能为力了...思路像论文里面说的,依旧二分长度然后分组...然后记录下每个字符的最大和最小值去判断是否满足全部成立...完事...写起来其实蛮简单的...co....
分类:其他好文   时间:2014-12-21 21:57:46    阅读次数:329
【oracle】oracledba13 clear the redo log group
A redo log file is corrupted while the database is open; as a con sequence, database operations are stopped because archiving cannot co ntinue. What would you do to solve the problem?   A. clear th...
分类:数据库   时间:2014-12-21 19:30:02    阅读次数:239
Effective C++ .05 一些不自动生成copy assigment操作的情况
主要讲了1. 一般情况下编译器会为类创建默认的构造函数,拷贝构造函数和copy assignment函数2. 执行默认的拷贝构造/copy assignment函数时,如果成员有自己的拷贝构造/copy assignment函数就执行它,否则就按bit拷贝/赋值3. 几种编译器不会为类生成默认的co...
分类:编程语言   时间:2014-12-21 16:36:21    阅读次数:271
【oracle】oracledba10 database trigger
Which type of PL/SQL construct would you use to automatically co rrect the error resulting from a statement that was suspended due to  a space-related problem?   A. functions   B. package   C. pr...
分类:数据库   时间:2014-12-20 20:59:04    阅读次数:206
[转]CentOS下安装伪分布式Hadoop-1.2.1
From: http://blog.csdn.net/yinan9/article/details/16805275 环境:CentOS 5.10(虚拟机下) [root@localhost hadoop]# lsb_release -a LSB Version: :core-4.0-ia32:co...
分类:其他好文   时间:2014-12-20 19:32:36    阅读次数:296
webapp框架—学习AngularUI2(demo改造)
目的:把AngularUI的模板应用到“桂电在线”上 步骤如下: 按功能表修改demo界面 学习angularUI如何加载全部页面,为了设置自定义加载模板,在demo/demo.js中找到这一段 //当#为/,/scroll等等,请求index.html中 + home.html的页面 app.co...
分类:移动开发   时间:2014-12-20 18:07:37    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!