- 浏览: 5972 次
- 性别:
- 来自: 杭州
最新评论
文章列表
java实现动态代理 有jdk 或者cglib,使用jdk的必须实现接口
代理模式实现一
public interface Log{
public void beforelog();
public void aftelog();
}
public class LogImpl implements Log{
@Override
public void beforelog() {
System.out.println("befor");
}
@ ...
@ PATH Resource的位置
@GET,@POST,@PUT。@DELETE 所处理的Http Method
@Consumes Header的content-Type
@Produces 可产生的MIME Type 对应的Http Request Header 的Accept
@PathParam 把参数对应到@Paht 中所定义的参数 @QueryParam把参数对应到URI中的QuertString所定义的参数
@FormParam 把参数对应打牌form中所 ...
java 调优经常用到的一些命令
- 博客分类:
- jvm
1. jps 命令
命令jps类似linux下的ps, 列出java进程 可以列出程序的进程id以及main函数
使用形式 jps jps -q ,jps -m ,jps -m -l, jps -m -l
2. jstat命令
观察java应用程序时的信息工具
使用语法
jstat -<option> [-t] [-h<lines>] <vmid> [<interval>] [<count& ...
Velocity 加载文件方式
- 博客分类:
- Velocity
一 从classpath 下面加载
Properties p = new Properties();
p.put("file.resource.loader.class",
"org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader");
Velocity.init(p);
二 绝对路径加载
Properties p = new P ...
spring 与mybtis
- 博客分类:
- spring
第1步 获取mybatis-spring的jar
第2步 spring配置文件中配置sqlSessionFactortBean 创建sqlSessionFactory
<bean id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean">
<property name="dataSource" ref="dataSource" />
</bean>
加入数 ...
一、概述
1.什么是注解(Annotation)
2.什么是metadata(元数据)
3.Annotation和Annotation类型
3.1Annotation
获取环境与会话
select SYS_CONTEXT('USERENV','SESSION_USER'),SYS-CONTEXT('USERENV',IP_ADDRESS) INTO USERNAME,IP_ADDRESS
FROM DUAL
更新查询返回的结果行
update employess SET ROW = emp_row
where ....
加 一个returning 返回结果
delcare
first employees.first_name%type;
last employees.last_name %ty ...
plsql 类型匹配
表的列名 与变量名 都相同
1:create or procedure xx_info(xx_name in varchar2 ) as
where xx_name = xx_info.xx_name;
2:使用标签
二
delcare
first employess .fist_name%type
把结果返回plsql
declare
cursor emp_cur is
select *
from employees
...
忽略替换变量
1:set ESCPAE '\'
2:set DEFINE OFF
改变替换变量字符
set DEFFINE ^
select department_name
from departments
where department_id = ^dept_id
enter value for dept_id
set define character(任意有效字符)
安装spket 时报内存溢出 需覆盖com.spket.js 1.6.18.jar