码迷,mamicode.com
首页 >  
搜索关键字:odi    ( 5486个结果
Eclipse连接MySQL出现Server time zone is unrecognized错误
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
sping的quartz设置定时任务
除了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
tensorflow 保存变量,
代码: ...
分类:其他好文   时间:2017-01-09 17:58:05    阅读次数:664
面向对象
面向对象 前言: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
spring mvc 的jpa JpaRepository数据层 访问方式汇总
本文转载网址:http://jishiweili.iteye.com/blog/2088265 AppleFramework在数据访问控制层采用了Spring Data作为这一层的解决方案,下面就对Spring Data相关知识作一个较为详细的描述。 1.Spring Data所解决的问题 Spri ...
分类:编程语言   时间:2017-01-09 15:16:15    阅读次数:215
How To Use Logstash and Kibana To Centralize Logs On CentOS 6
原文链接: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中Could not resolve view with name... 问题解决
用到springMVC+freemarker,自己在做demo过程中报:严重: Servlet.service() for servlet springmvc threw exceptionjavax.servlet.ServletException: Could not resolve view ... ...
分类:编程语言   时间:2017-01-09 11:02:39    阅读次数:362
Filter(过滤器)的典型应用
使浏览器不缓存页面的过滤器:有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
10 Interesting Linux Command Line Tricks and Tips Worth Knowing
I passionately enjoy working with commands as they offer more control over a Linux system than GUIs(Graphical User Interfaces) applications, therefore ...
分类:Windows程序   时间:2017-01-08 14:12:33    阅读次数:390
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!