码迷,mamicode.com
首页 >  
搜索关键字:cti    ( 37597个结果
Hibernate核心接口
所有的hibernate应用都会访问5个核心接口:configuration接口:配置Hibernate,根启动Hibernate,创建sessionfactory;sessionFactory接口:初始化Hibernate,充当存储数据源的代理,创建session对象;session接口:负责保存...
分类:系统相关   时间:2014-05-27 00:34:48    阅读次数:371
一个PHP导出XLS的类
//导出XLS文件 public function dataToXls($filename,$fields,$data,$datasum=array()){ header("Content-Type: application/vnd.ms-excel;charset=gbk");...
分类:Web程序   时间:2014-05-26 21:38:31    阅读次数:302
rcp perspective 添加9个视图均匀排列
PageLayout布局方法pageLayout.addView("NodePMTSStream" + ":1", IPageLayout.TOP, 0.5f, editorArea); pageLayout.getViewLayout("NodePMTSStream").setClos...
分类:其他好文   时间:2014-05-26 15:42:29    阅读次数:216
jframe 对象(GroupedAction)传递无法调用对象的方法解决办法
Display.getDefault().syncExec(new Runnable() { public void run() { pmtsStreamViewsAction.refreshPerspective( viewId, w); } ...
分类:其他好文   时间:2014-05-26 14:19:44    阅读次数:249
静态变量
例子getStaticvar();?>
分类:其他好文   时间:2014-05-26 14:13:28    阅读次数:161
jquery方法的参数解读
18:22 2013/9/21attr(name|properties|key,value|fn) 概述 设置或返回被选元素的属性值。在jquery中[]表示可选参数,你可以不选,| 表示参数可以是多种,|相当于或参数 nameStringV1.0属性名称properties MapV1.0作为属性...
分类:Web程序   时间:2014-05-23 05:21:40    阅读次数:272
Oracle本地,远程,分布式登录
identify认证,确定; identity同一性,个性;本地连接 sqlplus scott/tiger@localhost:1521/orcl 这句话就等于sqlplus scott/tiger远程连接(虚拟机上的oracle) sqlplus scott/tiger@192.168.56.1...
分类:数据库   时间:2014-05-23 05:16:27    阅读次数:290
[科普] 4G和3G到底有什么区别?
同学的同学提出一个疑问:“4G和3G到底有什么区别?”我们整个宿舍哑口无言,唯一的回答是:“速度快……”(废话,速度快,这还用你说?!)   这是件多么令人惭愧的事啊,当非专业同学兴致勃勃地向我们请教一些专业问题时,许多情况下都得不到像样的回答,最终被“我们不学这个”搪塞过去。这些还都不是什么高深的问题,仅仅处于用户应用和体验层面。   于是我有了这样的念头,要把这些当初没有回...
分类:其他好文   时间:2014-05-23 01:59:37    阅读次数:212
Clouds
1.Eucalyptus:Eucalyptus is a Linux-based software architecture that implements scalable private and hybrid clouds within your existingIT infrastructur...
分类:其他好文   时间:2014-05-22 16:52:01    阅读次数:263
MVC 授权过滤器 AuthorizeAttribute
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace 过滤器.Filtes{ /// /// 授权过滤器,在Acti...
分类:Web程序   时间:2014-05-22 16:12:14    阅读次数:371
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!