码迷,mamicode.com
首页 >  
搜索关键字:openfiler configuration    ( 5988个结果
Hibernate核心接口
所有的hibernate应用都会访问5个核心接口:configuration接口:配置Hibernate,根启动Hibernate,创建sessionfactory;sessionFactory接口:初始化Hibernate,充当存储数据源的代理,创建session对象;session接口:负责保存...
分类:系统相关   时间:2014-05-27 00:34:48    阅读次数:371
asp.net字符串加密与解密
1 using System; 2 using System.Data; 3 using System.Configuration; 4 using System.Web; 5 using System.Web.Security; 6 using System.Web.UI; 7 using Sy....
分类:Web程序   时间:2014-05-26 11:49:40    阅读次数:223
MyEclipse下如何安装svn插件
方法一:在线安装1.打开HELP->MyEclipse Configuration 不过多数情况下再myeclipse实现不了 Center。切换到SoftWare标签页。2.点击Add Site 打开对话框,在对话框Name输入Svn,URL中输入:http://subclipse.tigr...
分类:系统相关   时间:2014-05-26 07:55:43    阅读次数:420
Mybatis 3.2.7 简单入门Demo
对最新版本 Mybatis 3.2.7 做了一个demo,做个记录 需要的基本jar:     mybatis-3.2.7.jar      mysql-connector-java-5.1.27.jar 首先配置xml文件 customerMapper.xml <!DOCTYPE configuration PUBLIC "-//mybatis.or...
分类:其他好文   时间:2014-05-26 05:53:11    阅读次数:272
VMware强制关闭,造成(failed to get exclusive lock on the configuration file...)错误
参考文章:http://blog.csdn.net/qyee16/article/details/6764753笔记本蓝屏,造成VMware非法关闭,开机重启VMware后,发现无法打开虚拟机了,报错如下:点击确定后,出现Internal Error错误:解决办法很简单,打开任务管理器 --> 进程...
分类:其他好文   时间:2014-05-25 23:41:23    阅读次数:411
roleManager 元素(ASP.NET 设置架构),我是因为SSL弱密码(转)
为角色管理配置应用程序。此元素是 .NET Framework 2.0 版中的新元素。configuration 元素(常规设置架构)system.web 元素(ASP.NET 设置架构)roleManager 元素(ASP.NET 设置架构) enabled="true|false" ...
分类:Web程序   时间:2014-05-23 06:02:48    阅读次数:332
MapReduce之浅析Map接口和Reduce接口
import java.io.IOException;import java.util.StringTokenizer;import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.fs.Path;import org.ap...
分类:其他好文   时间:2014-05-22 01:11:55    阅读次数:337
Eclipse Wowza 插件报 "The builder launch configuration could not be found" 错误的解决办法
本文将介绍在 Wowza 插件开发时,如何在不去掉 ant 的自动构建的前提下(因为 Wowza Eclipse 插件开发是基于 ant 构建的!),解决 Eclipse Wowza 插件报 "The builder launch configuration could not be found" 的错误。...
分类:系统相关   时间:2014-05-21 16:33:49    阅读次数:504
Eclipse 报 "The builder launch configuration could not be found" 错误的解决办法
Eclipse 报 "The builder launch configuration could not be found" 错误的解决办法...
分类:系统相关   时间:2014-05-21 14:41:33    阅读次数:295
日志-采集线程过多
mybatisconfigure:http://mybatis.github.io/mybatis-3/zh/configuration.htmlcorba接口问题:运行时间越久线程越多。原因:资源关闭方法错误。keyword:SelectorThread https://community.jboss.org/thread/49343?tstart=0解决:org.omg.CORBA调用 shutdown(false)后..
分类:编程语言   时间:2014-05-21 00:16:40    阅读次数:394
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!