自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 一,安装weblogic简单步骤及运行

1,域名:base_domain2,管理员name:weblogic   密码:fsl1234563,配置管理服务器:名称:AdminServer           listen address:192.168.1.10           listen prot:7001           SSL监听端口:N/A            不启动SSL4,创建域后...

2013-09-20 09:32:52 356 1

原创 网银支付方法

一,打开  http://www.chinabank.com.cn/gateway/help.html  下载网银压缩包二,所需jar包只有一个cb_md5.jar三,交易代码:    首页.jsp  <TABLE cellSpacing=0 cellPadding=0 width=760 align=center bgColor=#666666 border=0&...

2013-09-05 18:08:05 161

原创 基本验证(一)

硒鼓

2013-08-29 14:00:58 133

原创 最常用正则表达式(一)

一,元字符       \w    :匹配数字   _    字母       \s    : 匹配任意的空间符       \w+\s*                                                         -4--      _    -----a       \d    : 匹配整数     ...

2013-08-20 20:45:16 157

原创 生成缩略图

http://blog.163.com/hjy301@126/blog/static/277123932010517103059983/http://cache.baiducontent.com/c?m=9d78d513d99b12eb0bfa940f1a67a1716925971238c0a36468d5e35fe2144c35407193be30531710948522685be90f...

2013-08-09 23:25:41 83

原创 待研究领域

getDao().queryList("queryShopByid", shopid);getDao().queryObject("queryShopByid", shopid);有时候用queryObject得到的数据不全,什么原因

2013-07-22 14:24:27 121

原创 spring连接数据库的两种方式

1,将仿问数据库连接的住处放到spring.xml中<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns...

2013-07-20 11:19:22 170

原创 ibatis动态查询复杂语句比较

1,查询数据记录(查询表中某字段integral所在的数据小于传来的参数consumintegral的所有记录)<select id="myshops4" parameterClass="int" resultMap="exchangemap">    <![CDATA[        select * from exchange_goods where integral...

2013-07-19 15:01:56 164

原创 The matching wildcard is strict, but no declaration can be found for element 'mv

报错:[/WEB-INF/user-servlet.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element '...

2013-07-03 18:06:11 401

空空如也

空空如也

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

TA关注的人

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