一:看测试
{CSDN:CODE:599500}
二:知识点
主要接口:
1:AnnotationConfiguration
2:SessionFactory
3: Session
注意点
1: configure可以指定Hibernate文件的路径,如果Hibernate配置文件名称是hibernate.cfg.xml,那么就不用写文件路径
2:...
HttpClient模拟get,post请求并发送请求参数(json等)
import java.io.IOException;
import net.sf.json.JSONArray;
import net.sf.json.JSONObject;
import org.apache.commons.httpclient.DefaultHttpMethodRetryHandler;
i...
分类:
Web程序 时间:
2015-02-06 21:56:50
阅读次数:
772
VS2010:error LNK2005: "public: class std::vector<class std::vector<class std::vector<class std::vector<float,class std::allocator >,class std::allocator<class std::vector<float,class std::allocator...
分类:
其他好文 时间:
2015-02-06 21:55:14
阅读次数:
438
C# 中使用Image.FromFile(string path)后,提示该文件正在被另一进程使用XXX的问题...
报错内容:
17:21:59,843 INFO org.hibernate.tool.hbm2ddl.SchemaExport:226 - Running hbm2ddl schema export
17:21:59,859 DEBUG org.hibernate.tool.hbm2ddl.SchemaExport:242 - import file not found: /import...
分类:
Web程序 时间:
2015-02-06 21:56:36
阅读次数:
232
我们都知道Android Studio是基于IDEA开发的,而我们写的每一个程序又都是有Gradle构建的,Gradle的优点可以说是很多,被很多程序员夸得没边,但是它有一个特点还是值得我们注意的.我们每一次点击这个按钮来执行我们的程序时,都会先调用这个来进行构建,这个和Eclipse上还是不一样的,因为Gradle构建的时候要联网,但是联网就联网呗,偏偏还要连接到墙外面的网络,我当初刚刚涉足移动...
分类:
移动开发 时间:
2015-02-06 21:55:06
阅读次数:
144
2014年底微软印度籍CEO宣布了.Net跨平台开源计划,没想到他们的动作还很快,corefx和coreclr的代码已经上传到github了,对于.Net程序员来说绝对是一个福音。读读这些代码绝对是提升水平的有效途径。
Github上的项目如下所示:
我用sourcetree工具下载了代码到本地文件夹,如下所示:
1. corefr
corefr的本地文件夹结构,已...
分类:
Web程序 时间:
2015-02-06 21:56:45
阅读次数:
277
Bob is very interested in the data structure of a tree. A tree is a directed graph in which a special node is singled out, called the "root" of the tree, and there is a unique path from the root to each of the other nodes.
Bob intends to color all the no...
分类:
其他好文 时间:
2015-02-06 21:55:57
阅读次数:
221
slf4j如何打印java异常堆栈信息throwable对象...
分类:
编程语言 时间:
2015-02-06 21:54:47
阅读次数:
2922
C - Comparison of Android versions
HDU 5099
Time Limit: 1000 MS Memory Limit: 32768 KB
64-bit integer IO format: %I64d , %I64u Java class name: Main
[Submit] [Status]
Description
As...
分类:
移动开发 时间:
2015-02-06 21:55:19
阅读次数:
216
一个好的分层式结构,可以使得开发人员的分工更加明确。一旦定义好各层次之间的接口,负责不同逻辑设计的开发人员就可以分散关注,齐头并发。虽然三层架构仍有不可避免的缺陷,但是软件分层结构使得代码维护非常方便,设计明确,各层独立,专注自己擅长的领域。通过对三层的学习,对软件体系结构又有了更深入的了解。...
分类:
其他好文 时间:
2015-02-06 21:54:42
阅读次数:
260
随着Android手机的屏幕越来越大,Android浮动窗口的应用也越来越多。像经常会用到的,音乐播放器的桌面歌词以及一些手机卫士软件,像腾讯手机管家的小火箭清理内存,都应用到了浮动窗口的原理,今天拿来桌面歌词做一个简单的记录,举一反三即可实现类似的应用。效果图如下:
一、浮动窗口的实现
1.首先我们要申请权限,以便我们可以实现浮动窗口的拖拽
2.接下来,...
分类:
移动开发 时间:
2015-02-06 21:53:54
阅读次数:
293
Problem Description
A snail is at the bottom of a 6-foot well and wants to climb to the top. The snail can climb 3 feet while the sun is up, but slides down 1 foot at night while sleeping. The snail ...
分类:
其他好文 时间:
2015-02-06 21:51:59
阅读次数:
272
原文参考扩展来自:http://blog.csdn.net/lumengabc/article/details/38963609
先来解释一下,什么是 LAMP。正如标题所言,LAMP 实际上就是 Linux、Apache、MySQL、PHP 四个名称的缩写,当然最后一个 “P” 还有其他说法是 Perl 或者 Python。不用多说了,本文讲解的就是 Linux、Apache、MySQ...
分类:
数据库 时间:
2015-02-06 21:53:44
阅读次数:
291
上一节《css知多少(2)——学习css的思路》有几个人留言表示思路很好、继续期待,而且收到了9个赞,我还是比较欣慰的。没看过的朋友建议先去看看上一节。这一节就开始实践上一节的思路!...
分类:
Web程序 时间:
2015-02-06 21:51:37
阅读次数:
200
注意:在php3中,指向对象的变量是引用变量。在这个变量里面存储的是指向对象的内存地址。引用变量传值时,传递的是这个对象的指向,而非复制这个对象。...
分类:
Web程序 时间:
2015-02-06 21:52:49
阅读次数:
120