The server time zone value '?й???????' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via... ...
分类:
数据库 时间:
2017-01-09 19:01:38
阅读次数:
728
除了spring相关的jar包之外,还需要引入quartz-all-1.6.6.jar。 spring配置文件增加quartz-bean.xml和quartz-set.xml quartz-bean.xml: quartz-set.xml: 调用的类TestQuartzTask: 除此之外,还需要在 ...
分类:
其他好文 时间:
2017-01-09 18:51:26
阅读次数:
134
面向对象 前言:java , c# 只支持面向对象,python 即支持函数式编程,也支持面向对象编程。 一,函数式编程,面向对象编程 1 ###函数式编程 2 def mail(email,message): 3 print("去发吧!") 4 return True 5 6 mail("alex ...
分类:
其他好文 时间:
2017-01-09 16:31:22
阅读次数:
270
本文转载网址:http://jishiweili.iteye.com/blog/2088265 AppleFramework在数据访问控制层采用了Spring Data作为这一层的解决方案,下面就对Spring Data相关知识作一个较为详细的描述。 1.Spring Data所解决的问题 Spri ...
分类:
编程语言 时间:
2017-01-09 15:16:15
阅读次数:
215
原文链接:https://www.digitalocean.com/community/tutorials/how-to-use-logstash-and-kibana-to-centralize-logs-on-centos-6 Introduction In this tutorial, we ...
分类:
其他好文 时间:
2017-01-09 13:11:16
阅读次数:
216
用到springMVC+freemarker,自己在做demo过程中报:严重: Servlet.service() for servlet springmvc threw exceptionjavax.servlet.ServletException: Could not resolve view ... ...
分类:
编程语言 时间:
2017-01-09 11:02:39
阅读次数:
362
使浏览器不缓存页面的过滤器:有3个HTTP响应头字段都可以禁止浏览器缓存当前页面,它们在 Servlet 中的示例代码如下:-response.setDateHeader("Expires",-1);-response.setHeader("Cache-Control","no-cache"); - ...
分类:
其他好文 时间:
2017-01-08 18:44:33
阅读次数:
208
--创建通用选项表 /****** Object: Table [dbo].[sysComOption] Script Date: 01/08/2017 14:08:18 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE ...
分类:
其他好文 时间:
2017-01-08 15:29:38
阅读次数:
195
I passionately enjoy working with commands as they offer more control over a Linux system than GUIs(Graphical User Interfaces) applications, therefore ...