会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
白羽轻飘
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
12
下一页
2018年4月11日
java 拦截器
摘要: 1 如果一个action实现了preparable接口,则prepare拦截器会在执行execute方法之前先执行prepare()方法 2 timer 拦截器的功能是输出调用Action所需要的时间,它记录了execute方法和在timer后面定义的其他拦截器的intercept方法执行时间之和,
阅读全文
posted @ 2018-04-11 10:16 白羽轻飘
阅读(511)
评论(0)
推荐(0)
2018年4月10日
.NET webapi 的单元测试
摘要: public abstract class MirAPIUnitTestCommon { public abstract string GetBaseAddress(); /// /// CRUD /// /// /// /// protected ...
阅读全文
posted @ 2018-04-10 12:48 白羽轻飘
阅读(557)
评论(0)
推荐(0)
2018年3月23日
1 bootstrapValidator使用
摘要: 1 如何使用 引入 <link href="bootstrapValidator.min.css" rel="stylesheet"> css文件 <script src="bootstrapValidator.min.js"></script> js文件 2 在文档加载完成初始化 <script
阅读全文
posted @ 2018-03-23 16:21 白羽轻飘
阅读(702)
评论(1)
推荐(0)
2018年3月22日
XWork配置示例
摘要: <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE validators PUBLIC "-//Apache Struts//XWork Validator 1.0.2//EN" "http://struts.apache.org/dtds/xwork-v
阅读全文
posted @ 2018-03-22 09:57 白羽轻飘
阅读(135)
评论(0)
推荐(0)
2018年3月20日
merge into 笔记
摘要: 1 IF EXISTS (SELECT 1 FROM sys.types t join sys.schemas s on t.schema_id=s.schema_id and t.name='tp_AICMonthlyWarrantData' and s.name='MIR') DROP TYPE
阅读全文
posted @ 2018-03-20 15:56 白羽轻飘
阅读(123)
评论(0)
推荐(0)
2018年1月18日
struts访问jsp api内置对象的集中方式
摘要: 1 default-action-ref元素改元素用来配置默认的action,如果struts找不到对应的action,就会调用这个默认的action 2 dmi处理方式是通过请求action中的一个具体方法来实现动态的调用,具体就是在请求的URL后加上请求字符串,与action对象中的方法进行匹配
阅读全文
posted @ 2018-01-18 18:18 白羽轻飘
阅读(122)
评论(0)
推荐(0)
2018年1月5日
ember server禁用Livereload server on http://localhost:49152
摘要: ember server --live-reload=false ember server --live-reload=false
阅读全文
posted @ 2018-01-05 15:37 白羽轻飘
阅读(327)
评论(0)
推荐(0)
2018年1月4日
struts-2.5.14.1 中web.xml的基本配置
摘要: ErrorPage index.html index.htm index.jsp default.html default.htm default.jsp struts2 org.apache.struts2.dispatch...
阅读全文
posted @ 2018-01-04 12:12 白羽轻飘
阅读(1948)
评论(0)
推荐(0)
2018年1月2日
struts-2.5.14.1中jar包引入
摘要:
阅读全文
posted @ 2018-01-02 17:06 白羽轻飘
阅读(334)
评论(0)
推荐(0)
如何部署struts开发环境
摘要: 1 首先登陆http://archive.apache.org/dist/struts/source/页面,会看到struts的下载页面 2 下载struts的最新版本struts2-2.2.1-src.zip 并且解压到指定位置 3 在eclipse中部署struts安装包,解压缩struts压缩
阅读全文
posted @ 2018-01-02 09:29 白羽轻飘
阅读(526)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
12
下一页
公告