摘要:
ActionContext.getContext().getSession(); 这个方法获取的session是struts封装过的一个Map类型的session,只能调用put()方法缓存数据。 ServletActionContext.getRequest().getSession(); 这个方 阅读全文
posted @ 2016-07-25 16:56
~永无止境~
阅读(7323)
评论(0)
推荐(0)
摘要:
comment on column 表名.字段名 is '注释内容'; comment on column OPERATOR_INFO.MAIN_OPER_ID is '归属操作员'; comment on table 表名 is '注释内容'; comment on table OPERATOR_ 阅读全文
posted @ 2016-07-25 16:38
~永无止境~
阅读(99330)
评论(1)
推荐(5)
摘要:
select * from operator_info o, group_info g where o.group_id = g.group_id(+); 理解: + 表示补充,即哪个表有加号,这个表就是匹配表,另一表为基表。 所以加号写在右表,则左表就全部显示,右表满足条件的才能显示,故是左连接。 阅读全文
posted @ 2016-07-25 16:21
~永无止境~
阅读(10965)
评论(0)
推荐(0)
摘要:
它的功能主要是:访问本地主机的一些信息和服务,可以管理远程计算机(当然你必须要拥有足够的权限),比如:重启,关机,关闭进程,创建进程等 阅读全文
posted @ 2016-07-25 13:16
~永无止境~
阅读(1285)
评论(0)
推荐(0)
摘要:
The all collection includes one element object for each valid HTML tag. If a valid tag has a matching end tag, both tags are represented by the same e 阅读全文
posted @ 2016-07-25 11:12
~永无止境~
阅读(436)
评论(0)
推荐(0)

浙公网安备 33010602011771号