??
Hibernate
1
Hibernate的配置文件
1.1
cfg
该文件的后缀为*.cfg.xml
hibernate配置文件,该文件中主要存放了
数据的url地址
数据库用户信息
缓存
mapping文件的配置路径
session-factory >
property n...
分类:
系统相关 时间:
2014-08-03 18:01:46
阅读次数:
508
特性Attribute概述 特性(Attribute)是一种特殊的类型,可以加载到程序集或者程序集的类型上,这些类型包括模块、类、接口、结构、构造函数、方法、字段等,加载了特性的类型称之为特性的目标。这里为与属性(Property)区分,所以称之为特性(Attribute)。特性是为程序集添加元数据...
分类:
Web程序 时间:
2014-08-03 17:55:15
阅读次数:
310
js中apply方法的使用1、对象的继承,一般的做法是复制:Object.extendprototype.js的实现方式是:Object.extend = function(destination, source) { for (property in source) { destination[p...
分类:
移动开发 时间:
2014-08-03 10:14:45
阅读次数:
322
A TabControl contains tab pages, which are represented by TabPage objects that you add through the TabPages property. The order of tab pages in this c...
分类:
其他好文 时间:
2014-08-02 15:19:03
阅读次数:
201
Playground
Time limit:
2s
Source limit:
50000B
Memory limit:
256MB
My kid's school cleared a large field on their property recently to convert it into a play...
分类:
其他好文 时间:
2014-08-01 19:43:32
阅读次数:
328
DriverManagerDataSource srping的 <bean id="dataSource"
class="org.springframework.jdbc.datasource.DriverManagerDataSource">
<property name="driverClassName" value="${jdbc.driverClassName}" />
<prop...
分类:
其他好文 时间:
2014-08-01 13:59:51
阅读次数:
208
用sql语句创建表的时候,如何给列指定说明。主要用到sp_addextendedproperty这个存储过程。语法sp_addextendedproperty[ @name = ] { 'property_name' }[ , [ @value = ] { 'value' } [ , [ @leve...
分类:
数据库 时间:
2014-08-01 13:15:11
阅读次数:
219
按照内容类型排列的 Mime 类型列表类型/子类型扩展名application/envoyevyapplication/fractalsfifapplication/futuresplashsplapplication/htahtaapplication/internet-property-stre...
分类:
其他好文 时间:
2014-07-31 20:36:37
阅读次数:
233
我们在 EF 的编程中,有时候会遇到这样一个错误: 但是,按照他的提示 “See 'EntityValidationErrors' property for more details.” 去 Exception 中查看,却只能看到 并不能看到具体的是那个属性为什么验证不通过,也许不少人都遇到这种情况...
分类:
其他好文 时间:
2014-07-31 16:51:36
阅读次数:
220
一、代码布局一键规范1、快速打开(Command + Shift + O)CTCardCell.m,记得进入Dev Mode(Command .)2、看下 CTCardCell.m 顶部凌乱的属性列表@property(weak,nonatomic)IBOutletUILabel*locationL...
分类:
其他好文 时间:
2014-07-31 16:41:56
阅读次数:
195