会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
guoshunwgs
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
7
8
9
10
11
12
13
14
15
···
19
下一页
2017年1月5日
eclipse中配置maven
摘要: http://jingyan.baidu.com/article/db55b609a994114ba20a2f56.html
阅读全文
posted @ 2017-01-05 10:14 21heshang
阅读(108)
评论(0)
推荐(0)
2017年1月3日
mybatis,sql 批量更新
摘要: <update id="update81OrderStatus" parameterType="java.util.Map"> update 表名 set 字段名=#{code} where sodoco in <foreach item="item" index="index" collectio
阅读全文
posted @ 2017-01-03 17:58 21heshang
阅读(199)
评论(0)
推荐(0)
查询表中的所有字段名
摘要: select * from user_tab_columns where Table_Name='用户表';
阅读全文
posted @ 2017-01-03 11:46 21heshang
阅读(211)
评论(0)
推荐(0)
catalina
摘要: 用catalina启动tomcat容器,将项目放到tomcat中,通过cmd:启动:catalina,相当于本地的测试环境。
阅读全文
posted @ 2017-01-03 11:45 21heshang
阅读(193)
评论(0)
推荐(0)
2016年12月21日
BeanDefinitionStoreException
摘要: 解决办法:没有找配置文件为controller的xml,修改一下配置文件名字即可。 <init-param> <param-name>contextConfigLocation</param-name> <param-value>classpath:com/herman/ss/config/test
阅读全文
posted @ 2016-12-21 21:31 21heshang
阅读(4035)
评论(0)
推荐(0)
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
摘要: 参考: http://www.cnblogs.com/sunxucool/archive/2013/06/07/3124380.html 》解决啦 耶耶耶 点击Add >Java Build Path Entries >next >Maven Dependencies-->Finish http:/
阅读全文
posted @ 2016-12-21 21:04 21heshang
阅读(1645)
评论(0)
推荐(0)
2016年12月20日
web.xml
摘要: web.xml的url映射的小知识:<url-pattern>/</url-pattern> 会匹配到/login这样的路径型url,不会匹配到模式为*.jsp这样的后缀型url<url-pattern>/*</url-pattern> 会匹配所有url:路径型的和后缀型的url(包括/login,
阅读全文
posted @ 2016-12-20 15:28 21heshang
阅读(100)
评论(0)
推荐(0)
将java项目转换成Web项目
摘要: http://www.cnblogs.com/kaige123/p/5866446.html 在项目上点击右键,进入Properties配置,点击Project Facets,再点击Convert to faceted form进入属性设置:
阅读全文
posted @ 2016-12-20 10:50 21heshang
阅读(136)
评论(0)
推荐(0)
mvn 配置修改
摘要: http://www.cnblogs.com/geektown/p/5705405.html D:\javaInstall\apache-maven-3.3.9-bin\apache-maven-3.3.9\conf\settings.xml 54行: <localRepository>D:\mav
阅读全文
posted @ 2016-12-20 10:43 21heshang
阅读(165)
评论(0)
推荐(0)
2016年12月19日
进制换算
摘要: 百度进制换算: http://jingyan.baidu.com/article/495ba84109665338b30ede98.html
阅读全文
posted @ 2016-12-19 20:31 21heshang
阅读(118)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
19
下一页
公告