摘要: 错误提示: Error Unable to connect to a repository at URL ‘https://172.18.0.254:861/svn/crm32’ Error Access to ‘https://172.18.0.254:861/svn/crm32 ‘ forbid 阅读全文
posted @ 2018-04-05 23:13 计应143涂海林 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 第一种立即查询:根据id查询,调用get方法,一调用get方法马上发送语句查询数据库 第二种延迟查询:根据id查询,还有load方法,调用load方法不会马上发送语句查询数据,只有得到对象里面的值时候才会发送语句查询数据库 阅读全文
posted @ 2018-04-01 23:05 计应143涂海林 阅读(238) 评论(0) 推荐(0) 编辑
摘要: hibernate 是对jdbc进行轻量级封装的,orm 框架,充当项目的持久层. 阅读全文
posted @ 2018-03-23 21:57 计应143涂海林 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 报错提示:The type javax.servlet.http.HttpServletRequest cannot be resolved.解决方法如下:1.工程右键-properties->java build path 2.在java build path的libraries tab页中选择A 阅读全文
posted @ 2018-03-23 21:34 计应143涂海林 阅读(792) 评论(0) 推荐(0) 编辑
摘要: html代码: <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>QQ在线客服jquery特效</title><link rel="stylesheet" type="text/css" 阅读全文
posted @ 2016-06-30 14:42 计应143涂海林 阅读(150) 评论(0) 推荐(0) 编辑
摘要: html、css代码: <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta http-equiv="Content-Language" content="zh-CN"><title>Tab切换效 阅读全文
posted @ 2016-06-30 14:39 计应143涂海林 阅读(259) 评论(0) 推荐(0) 编辑
摘要: <head> <title>Google Play's minimal tabs with CSS3 & jQuery - demo</title> <style> body { width: 700px; margin: 100px auto 0 auto; font-family: Arial, 阅读全文
posted @ 2016-06-30 14:36 计应143涂海林 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 这是一个完整的界面效果,里面包括多种选项卡功能的小界面,只需要把jquery文件导入进去,代码复制进去就可以用了 阅读全文
posted @ 2016-06-30 14:30 计应143涂海林 阅读(366) 评论(0) 推荐(0) 编辑
摘要: patent父工程的创建 第一步:新建一个maven工程。 第二步: 第三步: 第四步:修改pom文件 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins 阅读全文
posted @ 2016-06-30 14:26 计应143涂海林 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 这是几种进度模式代码 阅读全文
posted @ 2016-06-30 10:08 计应143涂海林 阅读(182) 评论(0) 推荐(0) 编辑