摘要: 说明:项目中遇到请求的json数据字符串,打印出来没有问题,但是想加入到代码中,就需要进行转移 原数据为(用src代替)(没有写完): {"adjust_fee":"0.00","buyer_nick":"\u5218\u8349\u6839116","buyer_obtain_point_fee" 阅读全文
posted @ 2017-07-28 11:11 程序也疯狂 阅读(1013) 评论(0) 推荐(0) 编辑
摘要: 一:Tomcat启动时报出错误 1:Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext 05-Dec-2016 11:23:44.321 SEVERE [localho 阅读全文
posted @ 2017-07-14 22:07 程序也疯狂 阅读(1353) 评论(0) 推荐(0) 编辑
摘要: 1.首先明确代码没有问题,用很简单的代码测试即可 2.异常: org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [com.naarchi.microdecoration.servic 阅读全文
posted @ 2017-07-11 17:11 程序也疯狂 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 注意:我这里的服务器是Windows系统,后面会研究Linux下的命令 1.将javaWEB项目打包为war包 右击项目,先择“Export ” 2.通过“附件”->“远程连接桌面”,连接到服务器 3.将.war文件上传至tocat安装路径下webapps里 4.重启tomcat服务器 阅读全文
posted @ 2017-07-11 13:30 程序也疯狂 阅读(1097) 评论(0) 推荐(0) 编辑
摘要: 问题描述:服务器上面没有部署文件,安装了tomcat,在服务器本地能通过"localhost:8080"访问到tom猫页面 但是远程访问“外网ip+:8080”就访问不了 解决方案: 1:打开ESC控制台 2.点击”管理“ 3.点击“本实例安全组” 4:点击"配置规则" 5.添加配置规则 6.添加规 阅读全文
posted @ 2017-07-09 15:15 程序也疯狂 阅读(2951) 评论(0) 推荐(0) 编辑
摘要: 用css 添加手状样式,鼠标移上去变小手,变小手cursor:pointer;用JS使鼠标变小手onmouseover(鼠标越过的时候)onmouseover="this.style.cursor='hand'" cursor其他取值 auto :标准光标 default :标准箭头 pointer 阅读全文
posted @ 2017-07-03 20:12 程序也疯狂 阅读(15361) 评论(0) 推荐(2) 编辑
摘要: 下面详细介绍5.6版本MySQL的下载、安装及配置过程。 图1.1 MySQL5.6 目前针对不同用户,MySQL提供了2个不同的版本: Ø MySQL Community Server:社区版,该版本完全免费,但是官方不提供技术支持。 Ø MySQL Enterprise Server:企业版,它 阅读全文
posted @ 2017-06-26 15:24 程序也疯狂 阅读(3604) 评论(0) 推荐(0) 编辑
摘要: 运用bootstrap的时间控件,生成时间选择器。 1.截图:有以下这些样式 10年视图 年视图 月视图 日视图 小时视图 2.视图设计: 1).年视图代码: 3.附加几个自己测试过的笔友的分享: Bootstrap日期/日历插件Datepicker 时间加标记:http://www.cnblogs 阅读全文
posted @ 2017-06-06 12:58 程序也疯狂 阅读(6313) 评论(0) 推荐(0) 编辑
摘要: 用法:text-decoration:none;修饰:text-decoration的用法:http://www.runoob.com/cssref/pr-text-text-decoration.html 阅读全文
posted @ 2017-06-05 09:38 程序也疯狂 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.divcss5.com/wenji/w472.shtml 阅读全文
posted @ 2017-06-04 11:00 程序也疯狂 阅读(806) 评论(0) 推荐(0) 编辑