在windows中,假如程序处理一定的状态下,会把memory放到paging里面。这样就降低了性能,但提高了memory的利用率。 打开windows注册表, 找到 HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\DisablePagingExecutive  值, 然后把这个值1。 这样应用程序就会一直使用物理内存了。 详细请看:http://technet2.microsoft.com/WindowsServer/en/library/3d3b3c16-c901-46d ...
Each event has a set of browser events that fires it.  For example take a look at the source of the HTMLTable Class in the gwt-user jar.  It has the following constructor:   public HTMLTable() {     tableElem = DOM.createTable();     bodyElem = DOM.cr ...
工作中发现一个问题。当我用HttpURLConnection去连接读取一个网站时,老是会发生这个403错误。这个引起了IOException,但是我用firefox访问这个网站时就没问题。 google后知道了答案。原来如果用java代码HttpURLConnection去连的话 http header 中的User-Agent就为空,解决方法就是在连接之前先设置这个属性。 URL myUrl = new URL(searchURL);URLConnection myConn = (HttpURLConnection)myUrl.openConnection();myConn.setRequ ...
2006-11-14

Dojo TreeV3使用详解

关键字: ajax
Dojo TreeV3使用详解                                               ...
主页:http://www.nextapp.com/platform/echo2/echo/ 在线演示:http://demo.nextapp.com/Demo/app echo2 VS gwt http://www.theserverside.com/news/thread.tss?thread_id=40804 http://www.javalobby.org/java/forums/t78515.html 不知道javaeye各位,有没有关注过echo2的。大家一起来讨论讨论。。
I can&apost start vmware server after I upgrade Ubuntu to lastest version "Edgy". do as this article(http://dengyin2000.spaces.live.com/blog/cns!AF4AB52B167D7EE7!237.entry), it still can&apost work. Finally I google an solution for this problem, please see http://www.debian-adminis ...
需要网站的favicon保存到数据库中。思路很简单连接internet,然后得到图片的bytes保存到数据库的blob字段就行。但是我却在取到图片的bytes上面浪费了许多时间。 开始的代码如下     boolean fetched = false;         URL url = null;         try {           &nb ...
dengyin2000
搜索本博客
我的相册
4d063000-8eef-365d-8346-f210ccfd5265-thumb
VB-seamless
共 13 张
存档
最新评论