码迷,mamicode.com
首页 >  
搜索关键字:add load    ( 56123个结果
session.load()和session.get()的区别
Session.load/get方 法均可以根据指定的实体类和id从数据库读取记录,并返回与之对应的实体对象。其区别在于:如果未能发现 符合条件的记录,get方法返回null,而load方 法会抛出一个ObjectNotFoundException。Hibernate的工作原理:一个开放源代码的对象...
分类:其他好文   时间:2014-04-28 18:19:03    阅读次数:511
类似Unity的全新游戏引擎Godot
http://www.godotengine.org/wp/Godot是一个全新开发的游戏引擎,其功能集类似知名的跨平台游戏引擎Unity,可用于开发PC、主机、移动和Web游戏。开发者声称引 擎的2D和动画支持要强于Unity,表示在功能和特性上没有其它开源游戏引擎能相媲美。Godot引擎内置了类...
分类:其他好文   时间:2014-04-28 17:51:30    阅读次数:602
ahjesus ubuntu10.4安装ruby2.1.1
sudo apt-get install python-software-propertiessudo apt-add-repository ppa:brightbox/ruby-ngsudo apt-get updatesudo apt-get install ruby2.1ruby2.1 -vr...
分类:其他好文   时间:2014-04-28 14:18:29    阅读次数:445
css 背景图片拉伸[转]
http://www.jeasyuicn.com/css-background-image-stretching.htmlbackground-image:url(bg.png); -moz-background-size: 100% 100%; -o-background-size: 100% 1...
分类:Web程序   时间:2014-04-28 13:42:47    阅读次数:615
ubuntu 更新引导命令
sudo update-grub运行结果:Generating grub configuration file ...Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no lon...
分类:其他好文   时间:2014-04-28 13:01:32    阅读次数:1053
[leetcode] Add Binary
Given two binary strings, return their sum (also a binary string).For example,a ="11"b ="1"Return"100".给定两个二进制的字符串,返回他们的和。对于a,b两个二进制字符串,首先通过交换使a的长度小于b...
分类:其他好文   时间:2014-04-28 02:05:20    阅读次数:502
How can I add a new user as sudoer using the command line?
Two ways to use sudo command for a standard user account:First,If you want to use sudo command for a standard user account, then you need to add this ...
分类:其他好文   时间:2014-04-28 00:42:49    阅读次数:616
Cellular Traffic Offloading
Reference:[1] Mobile Data Offload for 3G Networks[2] Mobile Data Offloading through Opportunistic Communications and Social Participation[3] Femtocell...
分类:其他好文   时间:2014-04-27 23:49:41    阅读次数:649
JAVA GUI 工具
Java GUI图形界面开发工具上大学那会儿比较主流的Java图形开发插件是:Visual Editor 和 SWT Designer, 不久又出了个Jigloo, 但去官网看了下发现这个东西也很久没有更新了,不过据说短小精悍,五脏俱全。SWT Designer不久前也被Google收购后重新整合进...
分类:编程语言   时间:2014-04-27 23:28:10    阅读次数:618
SQLMAP 注射工具用法
1 。 介绍1.1 要求1.2 网应用情节1.3 SQL 射入技术1.4 特点1.5 下载和更新sqlmap1.6 执照2 。 用法2.1 帮助2.2 目标URL2.3 目标URL 和verbosity2.4 URL 参量2.5 Google dork2.6 HTTP 方法: 得到或张贴2.7 张贴...
分类:数据库   时间:2014-04-27 21:29:29    阅读次数:928
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!