码迷,mamicode.com
首页 >  
搜索关键字:data-    ( 62430个结果
hiernate二级缓存区域
区域即是一个具有名称的高速缓存块,你可以给每一个高速缓存块设置不同的缓存策略。如果没有设置任何的缓存区域,则所有被缓存的对象,都将使用默认的缓存策略。即:对于类而言,区域的名称是类名。如:cn.itcast.domain.Person(一般情况后面会跟一个.data)对于集合而言,区域的名称是类名加...
分类:其他好文   时间:2014-05-23 08:53:34    阅读次数:197
crm2013关于contentIFrame不能使用
在CRM2011里面,我们可以在页面的控制台里面输入:contentIFrame.Xrm.Page.data.entity.getEntityName(); contentIFrame.Xrm.Page.data.entity.getId();是可以得到当前实体的名称和记录的id而2013里面不行,...
分类:其他好文   时间:2014-05-22 05:45:45    阅读次数:172
winform学习日志(二十九)----------根据标点符号分行,StringBuilder的使用;将字符串的每个字符颠倒输出,Reverse的使用
一:根据标点符号分行,上图,代码很简单二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.L...
分类:Windows程序   时间:2014-05-22 04:53:54    阅读次数:469
winform学习日志(三十)----------从字符串总分离文件路径、命名、扩展名,Substring(),LastIndexOf()的使用;替换某一类字符串,Replace()的用法
一:从字符串总分离文件路径、命名、扩展名,上图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Syst...
分类:Windows程序   时间:2014-05-22 04:47:24    阅读次数:382
Core Data系列译文:Core Data概述
在“伯乐在线”发现了一篇很不错的关于CoreData的文章,只是那里不能收藏,故而转载至此以下是文章原文:本文由伯乐在线-IvyShao翻译自Daniel Eggert。欢迎加入技术翻译小组。转载请参见文章末尾处的要求。【2013-11-19 21:24:26 伯乐在线补充】:由于之前和译者@sha...
分类:其他好文   时间:2014-05-22 03:37:29    阅读次数:394
SyBase Powerdesigner生成数据库详细表
工具:Sybase PowerDesigner 15.1Microsoft SQL Server 2005第一步概要设计:打开PowerDesigner软件,设计“概念数据模型”(Conceptual Data Model):点击workspace 右键---》New—>Conceptual Dat...
分类:数据库   时间:2014-05-22 03:30:22    阅读次数:322
【R】均值假设检验
p_value0) 1-pelse if(p0){z<-(xb-mu)/(sigma/sqrt(n))p<-p_value(pnorm,z,side=side)data.frame(mean=xb,df=n,Z=z,p_value=p)}else{t<-(xb-mu)/(sd(x)/sqrt...
分类:其他好文   时间:2014-05-22 03:25:16    阅读次数:259
WinForm 进度条
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-05-22 02:29:34    阅读次数:504
android开发之-数据存储Map、HashMap、Hashtable、concurenthashmap区别
选择一个map进行软件基础数据初始化操作,要求第一次初始化后,不修改数据,可能会出现静态类被回收,然后在进行初始化操作?1.Map :接口/** * A {@code Map} is a data structure consisting of a set of keys and values * ...
分类:移动开发   时间:2014-05-22 02:26:20    阅读次数:413
———— JSP页面用EL表达式 输出date格式 ————
JSP页面用EL表达式 输出date格式1、头上引入标签2、使用:3. 案例 ${data.restaurantName } ${data.voucherActivityIn...
分类:Web程序   时间:2014-05-22 02:14:42    阅读次数:355
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!