码迷,mamicode.com
首页 >  
搜索关键字:java mysql 数据库 图片存储    ( 476728个结果
hibernate 连接 mysql 乱码的情况
在本地开发环境中,一切正常,部署到服务器后(windows 2003 + tomcat)含有中文的查询和表单提交都有乱码,从以下几个方面检查并解决了问题:1、将所有jsp、js、css文件默认编码改为了utf-8,未解决问题。2、struts2的配置文件中加入了节点: ,未解决问题。3、web.xm...
分类:数据库   时间:2014-04-30 00:36:57    阅读次数:588
工厂模式
public class Factory2 { /** * @param args 工厂模式 */ public static void main(String[] args) { // TODO Auto-generated method stub Ifactory ifactory =...
分类:其他好文   时间:2014-04-30 00:33:52    阅读次数:504
图片自动加水印
1 package cn.tfri.filter.watermark; 2 3 import java.io.IOException; 4 5 import javax.servlet.Filter; 6 import javax.servlet.FilterChain; 7 import j...
分类:其他好文   时间:2014-04-30 00:31:48    阅读次数:652
Logistic Regression & Regularization ----- Stanford Machine Learning(by Andrew NG)Course Notes
coursera上面Andrew NG的Machine learning课程地址为:https://www.coursera.org/course/ml我曾经使用Logistic Regression方法进行ctr的预测工作,因为当时主要使用的是成型的工具,对该算法本身并没有什么比较深入的认识,不过...
分类:其他好文   时间:2014-04-30 00:30:46    阅读次数:698
JDK1.7-LinkedList循环链表优化
最近在看jdk1.7的时候,发现LinkedList 和1.6中的变化。首先,简单介绍一下LinkedList:LinkedList是List接口的双向链表实现。由于是链表结构,所以长度没有限制;而且添加/删除元素的时候,只需要改变指针的指向(把链表断开,插入/删除元素,再把链表连起来)即可,非常方...
分类:其他好文   时间:2014-04-30 00:28:44    阅读次数:442
MySQL的外键约束:Cascade/Restrict/No action/SET NULL
转自:http://blog.csdn.net/cnjsnt_s/article/details/5548280具体使用时需要参考:http://blog.csdn.net/codeforme/article/details/5539454 (注:没看很明白,囧。)MySQL有两种常用的引擎类型:M...
分类:数据库   时间:2014-04-30 00:24:37    阅读次数:619
装完了Oracle 11g数据库,忘了给scott账户解锁
这时可以在sql plus工具里(开始|所有程序||应用程序开发|SQL Plus),也可以在控制台通过命令行给scott账户解锁。 在第一种情况下,以system账户+自己安装时设置的密码,登录SQL Plus,然后使用命令“alter user scott account unlock;”来解....
分类:数据库   时间:2014-04-30 00:22:31    阅读次数:989
LeetCode——Gray Code
The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the total number...
分类:其他好文   时间:2014-04-30 00:21:32    阅读次数:536
powerdesiger连接oracle问题之一二
Java Exception : Fatal Error. Unable to initialize DatabaseMetaData class.Non SQL Error : Could not load class com.mysql.jdbc.D在powerdesigner里连接数据库,出现...
分类:数据库   时间:2014-04-30 00:20:26    阅读次数:2116
获取iPod library中的媒体文件
【获取iPod library中的媒体文件】 The Media Player framework provides facilities for playing movie, music, audio podcast, and audio book files. This framework a....
分类:其他好文   时间:2014-04-30 00:15:17    阅读次数:591
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!