这篇文章http://ayende.com/blog/3988/nhibernate-the-difference-between-get-load-and-querying-by-idOne
of the more common mistakes that I see people doing w...
分类:
系统相关 时间:
2014-05-29 02:45:27
阅读次数:
362
Image pic = new
Image.FromStream(WebRequest.Create("http://x.com/x.jpg").GetResponse().GetResponseStream());picturebox1.Image
= pic对读取错误的处理没有加
1 package servlet; 2 3 import java.awt.Color; 4
import java.awt.Font; 5 import java.awt.Graphics; 6 import
java.awt.image.BufferedImage; 7 im...
分类:
Web程序 时间:
2014-05-29 00:00:46
阅读次数:
441
background:url(logo2.png) no-repeat;
_background-image:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’logo2.png’);
注意:滤镜的图片路径是以...
分类:
其他好文 时间:
2014-05-28 22:34:19
阅读次数:
276
原因1:给定目录下jvm.dll不存在。对策:(1)重新安装jre或者jdk并配置好环境变量。(2)copy一个jvm.dll放在该目录下。原因2:eclipse的版本与jre或者jdk版本不一致对策:要么两者都安装64位的,要么都安装32位的,不能一个是32位一个是64位。原因2的概率更大一些,原...
分类:
编程语言 时间:
2014-05-28 18:39:06
阅读次数:
298
Jquery对Ajax做了大量的封装,我们使用起来比较方便,不需要去考虑浏览器兼容性的问题,对于封装的方式,JQuery采用了三层封装:
最低层的封装方法为:$.ajax(), 第二层有三种方法(通过最低层封装的):.load(),$.get()和$.post()
最高层是$.getScrip...
分类:
其他好文 时间:
2014-05-28 17:07:15
阅读次数:
242
1.64bit模拟器不能正常工作解决:请将Xcode5 的 Project -> Edit
Active Target -> Build Settings -> Linking -> Other Linker
Flags中的"-ObjC"修改为"-all_load"2.程序死在_mapView = ...
分类:
移动开发 时间:
2014-05-28 13:39:24
阅读次数:
254
Situations in Which Direct Path Load Is Not UsedIf
any of the following conditions exist for a table, then Data Pump uses external
tables rather than ...
分类:
数据库 时间:
2014-05-28 03:03:56
阅读次数:
361
20140526-一个从pdf转换成图片的类,工作当中有用到 package
com.jako.database.model; import java.awt.Image; import java.awt.Rectangle;
import java.awt.image.BufferedImage;...
分类:
其他好文 时间:
2014-05-27 17:11:55
阅读次数:
368
软件工程课是个不错的课,因为教课老师嗓门很大,PPT做的很有意思,上课从来没有点过我的名字,万分荣幸。软件工程课的脉络很清晰,就是个各种软件开发,个人软件开发,结对软件开发还有结组软件开发。针对这三种软件开发,各写了一个程序,就从这三个程序入手说起吧。一、
查询一段英文短文中的单词出现的频度。说实话...
分类:
其他好文 时间:
2014-05-26 17:00:58
阅读次数:
304