码迷,mamicode.com
首页 >  
搜索关键字:4th edition    ( 1650个结果
Java学习(四):JRE和JDK,以及环境变量的配置
JDK(Java Development Kit) 是 Java 语言的软件开发工具包(SDK)。SE(J2SE),standard edition,标准版,是我们通常用的一个版本,从JDK 5.0开始,改名为Java SE。EE(J2EE),enterprise edition,企业版,使用这种J...
分类:编程语言   时间:2015-03-30 01:33:45    阅读次数:198
win 8.1 安装 SQL server 遇到的各种问题
企业版 SQL Server ed2k://|file|cn_sql_server_2012_enterprise_edition_x86_x64_dvd_813295.iso|5054384128|BC78EFDC4005C44F80D88E54251D4025|/1.软件需求: (1)...
分类:数据库   时间:2015-03-22 09:06:34    阅读次数:166
MySQL安装指南
近期领导突然说要用MySQL,我立刻当天晚上就研究了一下。http://www.mysql.com/这是官网,还好能够訪问。好多年前已经被oracle收购。分为企业版和社区版:MySQL Enterprise Edition(commercial)MySQL Community Edition(GP...
分类:数据库   时间:2015-03-21 19:59:23    阅读次数:157
NYOJ 284 坦克大战 && POJ 2312 Battle City (广搜+优先队列)
链接:click here~~ 题意: 描述 Many of us had played the game "Battle city" in our childhood, and some people (like me) even often play it on computer now.  What we are discussing is a simple edition...
分类:其他好文   时间:2015-03-20 23:52:07    阅读次数:452
App.Config 在windows 服务中的应用问题
今天使用Windows服务 打包是使用的 Installsheild Limited Edition 2012 制作好后发现 运行安装包的时候 一直报错 后来发现ConfigurationManager.AppSettings 里面一直是空的 就算把App.Config 也部署进去 也不行 后来在网...
分类:移动开发   时间:2015-03-20 17:58:32    阅读次数:153
Thinking in Java from Chapter 11
From Thinking in Java 4th Edition持有对象// Simple container example (produces compiler warnings.)// {ThrowsException}import java.util.*;class Apple { pri...
分类:编程语言   时间:2015-03-19 23:42:28    阅读次数:223
Thinking in Java
From Thinking in Java 4th Edition除了static方法(它是针对类调用的,并不依赖于对象的存在),方法只有通过对象才能被调用,且这个对象必须能执行这个方法调用。当声明一个事物是static时,就意味着这个域或方法不会与包含它的那个类的任何对象实例关联在一起。有一个特定...
分类:编程语言   时间:2015-03-19 23:39:13    阅读次数:244
Thinking in Java from Chapter 10
From Thinking in Java 4th Edition内部类public class Parcel1 { class Contents { private int i = 11; public int value { return i;} } class Destination {...
分类:编程语言   时间:2015-03-19 23:38:01    阅读次数:161
Thinking in Java from Chapter 21
From Thinking in Java 4th Edition并发线程可以驱动任务,因此你需要一种描述任务的方式,这可由Runnable接口来提供。要想定义任务,只需要实现Runnable接口,并编写run()方法,使得该任务可以执行你的命令。public class LiftOff imple...
分类:编程语言   时间:2015-03-19 23:32:39    阅读次数:240
android 检测工具: drozer
1. 下载https://www.mwrinfosecurity.com/products/drozer/community-edition/可以下载windows的也可以下载linux的2. 使用如果下载windows的,注意以下问题:If this error persists, specify...
分类:移动开发   时间:2015-03-19 16:01:59    阅读次数:198
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!