首页 > 2014年06月26日 > 全部分享
hibernate 批量处理数据
批量处理数据是指在一个事务中处理大量数据.在应用层进行批量操作, 主要有下面方式:通过 Session 通过 HQL 通过 StatelessSession通过 JDBC API(仅仅要会用这样的,其它作为了解)通过 Session 来进行批量操作Session 的 save() 及 update(...
分类:系统服务   时间:2014-06-26 15:40:39    收藏:0  评论:0  赞:0  阅读:461
iOS开发多线程篇—NSOperation简单介绍
iOS开发多线程篇—NSOperation简单介绍一、NSOperation简介1.简单说明NSOperation的作?:配合使用NSOperation和NSOperationQueue也能实现多线程编程NSOperation和NSOperationQueue实现多线程的具体步骤:(1)先将需要执行...
分类:移动平台   时间:2014-06-26 15:41:20    收藏:0  评论:0  赞:0  阅读:402
一次SQL Server 10054 Troubleshooting
问题 对某个库新增了一个订阅节点,然后需要把一些应用切到新订阅库,以分散负载。当应用切换后,有一个应用每次启动不到30秒,总是报超时的错误,而error log中又没有任何记录: Timeout expired. The timeout period elapsed prior to complet...
分类:数据库技术   时间:2014-06-26 15:42:49    收藏:0  评论:0  赞:0  阅读:445
win8+vs2010+opencv244 配置
配置的时候出现这个:1>正在链接...1>test.obj:errorLNK2019:无法解析的外部符号_cvDestroyWindow,该符号在函数_main中被引用1>test.obj:errorLNK2019:无法解析的外部符号_cvReleaseImage,该符号在函数_main中被引用1>...
分类:Windows开发   时间:2014-06-26 15:43:30    收藏:0  评论:0  赞:0  阅读:458
Html5新特性 <canvas>画板画直线
??以下样例为用canvas标签画多条直线index_three您的浏览器不支持canvas标签。
分类:Web开发   时间:2014-06-26 15:44:15    收藏:0  评论:0  赞:0  阅读:361
TextView属性详解
android:autoLink设置是否当文本为URL链接/email/电话号码/map时,文本显示为可点击的链接。可选值(none/web/email/phone/map/all)android:autoText如果设置,将自动执行输入值的拼写纠正。此处无效果,在显示输入法并输入的时候起作用。an...
分类:其他   时间:2014-06-26 15:44:51    收藏:0  评论:0  赞:0  阅读:391
JavaScript大杂烩12 - 理解Ajax
总结Ajax的知识
分类:编程语言   时间:2014-06-26 15:45:27    收藏:0  评论:0  赞:0  阅读:356
Leetcode Combination Sum II
Given a collection of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Each number ...
分类:其他   时间:2014-06-26 15:46:06    收藏:0  评论:0  赞:0  阅读:335
opencvbase 实现opencv打开摄像头和初步处理等效果操作(附源码)
// TwoCameraOnTimer2Dlg.cpp : 实现文件/*CvMat, Mat, IplImage之间的互相转换IpIImage -> CvMatCvMat matheader;CvMat * mat = cvGetMat(img, &matheader);CvMat * mat = ...
分类:其他   时间:2014-06-26 15:46:43    收藏:0  评论:0  赞:0  阅读:612
J2EE开发实战基础系列之开卷有益
时隔七年再次接触培训有关的事情,是兴奋,更多的是恐惧,不知该如何下手。 本系列针对有Java语法基础的开发者或者爱好者,从工作开发角度出发讲解,不同于其他视频,一切皆以实用为主,过程中如有疑问,请提问于我,回答将发布在教程中添加提问部分,提问者越多,教程覆盖越全面,以实际问题为主。 ----...
分类:其他   时间:2014-06-26 15:47:28    收藏:0  评论:0  赞:0  阅读:403
linux文件系统和mount(硬盘,win分区,光驱,U盘)
fdisk –l查看dos/win/ext2分区(partiton,不是slice,slice是solaris分区)[root@localhost etc]# /sbin/fdisk -lDisk /dev/hda: 80.0 GB, 80026361856 bytes255 heads, 63 s...
分类:Windows开发   时间:2014-06-26 15:48:09    收藏:0  评论:0  赞:0  阅读:626
【水】wikioi2624正方形计数
这道题在vijos上面叫做P1307黑皮的正方形但是我更喜欢wikioi,原因是因为他细节比较好。。。。。。题目描述 Description一天Seekdreamer出去玩耍,看见街上的地板是由很多小的正方形组成,顿时心里突发奇想想要总结一下到底有多少正方形……于是,他狠下心来数了数,终于知道了正方...
分类:其他   时间:2014-06-26 15:50:17    收藏:0  评论:0  赞:0  阅读:384
Leetcode Combination Sum
Given a set of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Thesamerepeated num...
分类:其他   时间:2014-06-26 15:50:55    收藏:0  评论:0  赞:0  阅读:397
Web工程与RMI工程进行联调
1.首先导出RMI工程中的Service和entity类 到web工程中,以jar包的形式public class ServiceManagerImpl {private static ServiceRegist serviceRegist=null; public static ServiceR....
分类:Web开发   时间:2014-06-26 15:51:33    收藏:0  评论:0  赞:0  阅读:272
mongoDB 用java连接
(1)下载连接java 的驱动包mongo-2.10.1.jar下载网址 https://github.com/mongodb/mongo-java-driver/downloads(2)导入下载好的驱动包(3)简单的使用demoimport java.net.UnknownHostExceptio...
分类:数据库技术   时间:2014-06-26 15:53:32    收藏:0  评论:0  赞:0  阅读:375
我的Hook学习笔记
关于Hook一、基本概念: 钩子(Hook),是Windows消息处理机制的一个平台,应用程序能够在上面设置子程以监视指定窗体的某种消息,并且所监视的窗体能够是其它进程所创建的。当消息到达后,在目标窗体处理函数之前处理它。钩子机制同意应用程序截获处理window消息或特定事件。 钩子实际上是一个处....
分类:其他   时间:2014-06-26 15:54:17    收藏:0  评论:0  赞:0  阅读:369
Leetcode Spiral Matrix II
Given an integern, generate a square matrix filled with elements from 1 ton2in spiral order.For example,Givenn=3,You should return the following matri...
分类:其他   时间:2014-06-26 15:55:42    收藏:0  评论:0  赞:0  阅读:298
VHDL硬件描述语言学习笔记---VHDL语言要素
分类:其他   时间:2014-06-26 15:58:56    收藏:0  评论:0  赞:0  阅读:323
leetcode题解:Binary Tree Postorder Traversal (二叉树的后序遍历)
题目:Given a binary tree, return thepostordertraversal of its nodes' values.For example:Given binary tree{1,#,2,3}, 1 \ 2 / 3return[3,2,1]...
分类:其他   时间:2014-06-26 15:59:37    收藏:0  评论:0  赞:0  阅读:358
HDU 3623 Best Cow Line, Gold(模拟,注意思路,简单)
题目POJ 3617 和 这道题题目一样,只是范围稍稍再小一点。//模拟试试#include#include#includeusing namespace std;char s[30010][2];bool bijiao(int st,int ed){ if(st==ed) re...
分类:其他   时间:2014-06-26 16:00:20    收藏:0  评论:0  赞:0  阅读:438
1424条   上一页 1 ... 12 13 14 15 16 ... 72 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!