在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 ...
主页: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 ...
- 浏览: 220271 次
- 性别:

- 来自: 广州

- 详细资料
搜索本博客
我的相册
VB-seamless
共 13 张
共 13 张
最近加入圈子
最新评论
-
使用Terracotta和Tomcat建 ...
renavatior 写道"运行start.bat 9081 这样我们就启动了目 ...
-- by rainsf -
使用Terracotta和Tomcat建 ...
"运行start.bat 9081 这样我们就启动了目录9081中的tomcat ...
-- by renavatior -
广州3年多经验 5500的 ...
fucku 写道广州的软件厂家可比深圳多多了,不过比起北京上海来,还是少了很多, ...
-- by yongfan_420 -
广州3年多经验 5500的 ...
广州的软件厂家可比深圳多多了,不过比起北京上海来,还是少了很多,导致机会也没有这 ...
-- by fucku -
广州3年多经验 5500的 ...
想高工资就去厂家咯,老在集成商里面混能有多大个奔头
-- by fucku






评论排行榜