会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ppjj
博客园
首页
新随笔
联系
管理
上一页
1
···
34
35
36
37
38
39
40
41
42
···
81
下一页
2018年4月24日
Java Web开发中用Tomcat部署项目的三种方法
摘要: 第一种方法:在tomcat中的conf目录中,在server.xml中的,<host/>节点中添加: 至于Context 节点属性,可详细见相关文档。 第二种方法:将web项目文件件拷贝(项目文件夹或者war包)到webapps 目录中。 第三种方法:很灵活,在conf目录中,新建 Catalina
阅读全文
posted @ 2018-04-24 17:27 ppjj
阅读(546)
评论(0)
推荐(0)
2018年4月19日
js中的url地址用function函数调用
摘要: url中输入调用函数,函数中调用ajax请求
阅读全文
posted @ 2018-04-19 14:08 ppjj
阅读(1727)
评论(0)
推荐(0)
js弹出window.open窗口
摘要: <html> <head> <SCRIPT LANGUAGE="JavaScript"> function openwin() {OpenWindow=window.open("", "newwin", "height=250, width=250,toolbar=no,scrollbars="+s
阅读全文
posted @ 2018-04-19 12:08 ppjj
阅读(2719)
评论(0)
推荐(0)
style弹出带滚动条的虚拟窗口
摘要: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W3Cschool可拖动DIV提示窗口</title> <script languag
阅读全文
posted @ 2018-04-19 12:05 ppjj
阅读(304)
评论(0)
推荐(0)
spring通过配置xml文件集成quartz定时器
摘要: 概述 Spring为创建Quartzde Scheduler、Trigger和JobDetail提供了方便的FactoryBean类,以便能够在Spring容器中享受注入的好处。 此外,Spring还通了一些便利的工具类,用于直接将Spring中的Bean包装成合法的任务。 Spring进一步降低了
阅读全文
posted @ 2018-04-19 11:56 ppjj
阅读(788)
评论(0)
推荐(0)
2018年4月16日
JavaScript(js)文件路径字符串中丢失"\"斜线的解决方法
摘要: 在刚刚的开发过程中,遇到一个JavaScript 文件路径字符串中丢失"\"的问题,解决过程如下: 在刚刚的开发过程中,遇到一个JavaScript 文件路径字符串中丢失"\"的问题,解决过程如下: 背景:cs文件中获取一段包含有路径信息的字符串,将此字符串做为参数传递给前台aspx中的javasc
阅读全文
posted @ 2018-04-16 09:50 ppjj
阅读(3529)
评论(0)
推荐(0)
在java web中获取该项目的根路径
摘要: 在jsp页面中: <% String path = application.getRealPath("").replace("\\","\\\\"); %> 在java代码中: String path = request.getServletContext().getRealPath("").rep
阅读全文
posted @ 2018-04-16 09:48 ppjj
阅读(335)
评论(0)
推荐(0)
在js代码中调用jsp的变量
摘要: http://www.jb51.net/article/46084.htm
阅读全文
posted @ 2018-04-16 09:42 ppjj
阅读(756)
评论(0)
推荐(0)
2018年4月10日
ibtais中把clob数据类型转换成string并展示到前台
摘要: 1,在xml中定义一个resultMap <resultMap class="com.aa.bb" id="clobToString"> <result column="clobColumn" jdbcType="CLOB" property="clobString"/> </resultMap>
阅读全文
posted @ 2018-04-10 10:37 ppjj
阅读(239)
评论(0)
推荐(0)
ibtais中把clob数据类型转换成string并插入到数据库中
摘要: 1,在xml中定义一个parameterMap <parameterMap id="stringToClob" class="com.a.b.c"> <parameter property="inputParamMap" jdbcType="VARCHAR" javaType="java.lang.
阅读全文
posted @ 2018-04-10 10:33 ppjj
阅读(426)
评论(0)
推荐(0)
上一页
1
···
34
35
36
37
38
39
40
41
42
···
81
下一页
公告