关于eclipse运行出现,attempting to bokeyaunrun eclipse useing the jre instead of jdk,to run eclipse using错误的解决方案“ Incorrect path to your JDK When you install the Java JDK from Oracle (1.6 or 1.7), by default, it installs both the JDK and the JRE. If it inst…
为什么叫数字版的版本,因为Eclipse软件里显示的是文字版的版本,比如我现在的就是Version: Indigo Release.这在下载插件的时候很不方便. 如何查看文字版的版本信息:打开Eclipse,和很多软件一样,点击Help,最后有个About Eclipse,然后点击出现一个信息框,上面就会有如下字样: Eclipse Java EE IDE for Web Developers. Version: Indigo ReleaseBuild id: 20110615-0604 (c)…
在"线程系列04,传递数据给线程,线程命名,线程异常处理,线程池"中,我们已经知道,每个进程都有一个线程池.可以通过TPL,ThreadPool.QueueUserWorkItem,委托与线程池交互.本篇体验:通过查看CLR代码来观察线程池及其线程. □ 通过编码查看线程池和线程 使用ThreadPool的静态方法QueueUserWorkItem把线程放入线程池,来看线程池线程和主程序线程的执行情况. class Program { static void Main(string[]…