码迷,mamicode.com
首页 >  
搜索关键字:closed    ( 3269个结果
延迟加载和session关闭的矛盾
延迟加载(no session or session was closed)就是并不是在读取的时候就把数据加载进来,而是等到使用时再加载。 那么Hibernate是怎么知道用户在什么时候使用数据了呢?又是如何加载数据呢? 其实很简单,它使用了代理机制。返回给用户的并不是实体本身,而是实体对象的代理。...
分类:其他好文   时间:2014-09-09 21:21:49    阅读次数:699
软件设计七大原则
软件设计的七大原则 设计模式遵循的一般原则: 1.开-闭原则(Open-Closed Principle, OCP):一个软件实体应当对扩展开发,对修改关闭.说的是,再设计一个模块的时候,应当使这个模块可以在不被修改的前提下被扩展.换言...
分类:其他好文   时间:2014-09-09 16:25:49    阅读次数:166
trac中wiki直接显示任务代码
= 我的任务 =[[TicketQuery(max=10,owner=$USER, status!=closed|verified|cancelled, order=id,desc=1,format=table,col=status|summary|owner|reporter)]]
分类:其他好文   时间:2014-09-09 11:15:18    阅读次数:201
jQuery 操作总结
1、dialog Java代码 $("#dialog-form").dialog({title:"任務",width:500,resizable:false,cache:false,//禁止缓存href:'/Admin/Project/videoPlayer',//加载的页面地址closed:fal...
分类:Web程序   时间:2014-09-08 10:46:26    阅读次数:369
如何基于udp实现tcp协议栈
http://bbs.csdn.net/topics/280046868使用套接字完成,按照tcp的方式在一个套接字里维持一个状态机。//定义枚举:enmu state{CLOSED,//没有连接SYN-SENT,//发送了syn,等代服务器ackACK_RECEIVE,//接到服务器ackSYNA...
分类:其他好文   时间:2014-09-06 19:56:13    阅读次数:219
Android ANR、Force Closed(转)
ANRs (“Application Not Responding”),意思是”应用没有响应“。在如下情况下,Android会报出ANR错误:– 主线程 (“事件处理线程” / “UI线程”) 在5秒内没有响应输入事件– BroadcastReceiver 没有在10秒内完成返回通常情况下,下面这些...
分类:移动开发   时间:2014-09-06 01:01:22    阅读次数:264
解决Eclipse调试真机时出现adb refused request: closed
最近用Eclipse调试我的红米的时候,总是出现adb refused request: closed,而且调试一直停在waiting for debugger不动了,在网上搜了一下,有的说用adb kill-server然后再adb start-server,还有的说重启Eclipse或者重启电....
分类:数据库   时间:2014-09-03 11:06:26    阅读次数:230
error 'there is already an open datareader associated with this command which must be closed first'
This can be easily solved by allowing MARS in your connection string. AddMultipleActiveResultSets=trueto the provider part of your connection string (...
分类:其他好文   时间:2014-09-02 12:16:14    阅读次数:178
【RefactoringCode】The description of the refactoring book
Last night the book named [Data Structure with Java Hubbed] was closed. When talked about the advantage that I have taken of, with the help of that book I familize myself with data structure, especi...
分类:其他好文   时间:2014-08-26 01:50:15    阅读次数:231
poj 1201(查分约束之spfa)
Intervals Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 21758   Accepted: 8191 Description You are given n closed, integer intervals [ai, bi] and n integer...
分类:其他好文   时间:2014-08-23 17:49:31    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!