会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
guoshunwgs
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
9
10
11
12
13
14
15
16
17
···
19
下一页
2016年11月25日
eclipse插件
摘要: 2017-04-10: Log4E:http://blog.csdn.net/majian_1987/article/details/44939911 Eclipse Marketplace MyBatipse 从service中直接定位到XML对应的SQL语句
阅读全文
posted @ 2016-11-25 14:39 21heshang
阅读(102)
评论(0)
推荐(0)
2016年11月24日
eclipse字体颜色设置
摘要: 修改编码:window-->perference >General--> Configure.--> Configure.-->workspace修改编辑背景色:window-->General >Test Editors修改eclipse字体: 01:xml的修改:window-->perfere
阅读全文
posted @ 2016-11-24 17:07 21heshang
阅读(371)
评论(0)
推荐(0)
2016年11月21日
oracle增删改查
摘要: <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE mapper PUBLIC "-//ibatis.apache.org//DTD Mapper 3.0//EN" "http://ibatis.apache.org/dtd/ibatis-3-mapper
阅读全文
posted @ 2016-11-21 14:14 21heshang
阅读(187)
评论(0)
推荐(0)
2016年11月18日
resultMap / resultType
摘要: resultMap:实体类的属性和通过resultMap映射后的property属性一致 <resultMap id="workerSelect" type="com.eaju.soms.entity.vo.WorkerSelectEntity"> <result column="worker_id
阅读全文
posted @ 2016-11-18 11:42 21heshang
阅读(231)
评论(0)
推荐(0)
2016年11月17日
oracle 序列 ,check约束
摘要: 序列 //查询当前用户序列 select * from user_sequences //查询所有序列 select * from all_sequences; //创建序列 语法:create sequence 表名_sequence increment by 1 start with 1 nom
阅读全文
posted @ 2016-11-17 21:40 21heshang
阅读(370)
评论(0)
推荐(0)
2016年11月16日
JSP:一种服务器端动态页面技术的组件规范。
摘要: java Servlet page:java服务器端页面,会增加服务器的压力。 jsp文件会被容器转换成一个Servlet类然后执行。 JSP页面中的注释: HTML注释:<!-- 注释中的java代码会被执行 --> JSP特有的注释:<%-- 注释内容 :注释中的java代码不会被执行--%>
阅读全文
posted @ 2016-11-16 16:15 21heshang
阅读(217)
评论(0)
推荐(0)
js
摘要: <span> 交易订单号:</span> <input type="text" class="queryInput" onkeyup="this.value=this.value.replace(/[^\d]/g,' ')"> 当输入值的键盘抬起时触发这个事件。this.value表示此输
阅读全文
posted @ 2016-11-16 15:24 21heshang
阅读(98)
评论(0)
推荐(0)
字体
摘要: <a class="navbar-brand" href="#" style="color:orange;">蚁安居聚石塔</a> 宽度 <tr> <th style='width: 2%'>编号</th> <th style='width: 6%'>推送时间</th> <th style='wid
阅读全文
posted @ 2016-11-16 15:19 21heshang
阅读(103)
评论(0)
推荐(0)
EL表达式,JSTL:jsp standard Tag Library
摘要: 1.EL表达式的作用: 1.1访问Bean的属性。 方式一:${对象名 . 属性名} eg:${user.name} 方式二:${对象名["属性名"]} 1.2输出简单的运算结果 1.3获取请求参数值 JSTL <%@taglib uri=" " prefix=" " %> uri:JSP标签的命名
阅读全文
posted @ 2016-11-16 15:18 21heshang
阅读(153)
评论(0)
推荐(0)
2016年11月14日
登陆添加图片验证码
摘要: 用法: protected void createImg( HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException { //生成随机的验证码和图片 Object[] objs = Im
阅读全文
posted @ 2016-11-14 14:44 21heshang
阅读(360)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
19
下一页
公告