摘要:
1、去除不需要加载的模块一个系统20%的功能往往能够满足80%的需求,MyEclipse也不例外,我们在大多数时候只需要20%的系统功能,所以可以将一些不使用的模块禁止 加载启动。通过Windows - Preferences打开配置窗口,依次选择左侧的General - Startup and Shutdown,这个时候在右侧就显示出了Eclipse启动时加载的模块,可以根据自己的实际情况去除一些模块。 windows–>perferences–>general–>startup and shutdown关掉没用的启动项:怎样才能知道哪些启动项有用呢?我现在把我知道的启动项 阅读全文
posted @ 2011-11-14 10:25
黑哥好
阅读(161)
评论(0)
推荐(0)
摘要:
第一次做C/S的东西,遇见一个全局变量的问题.C/S中没有Session,Application这样的东西上网查了知道原来是要设成一个静态变量类,现把代码列出来,以防遗忘定义文件:using System;using System.Collections.Generic;using System.Text;namespace spider_demo{ public class BIANLIANG { private static string _url; private static string _webinclude; private static string _contentinclu 阅读全文
posted @ 2011-11-14 09:48
黑哥好
阅读(2477)
评论(0)
推荐(0)
浙公网安备 33010602011771号