1.报错图解决方法:Window->Preferences->MyEclipse Enterprice Workbench->Servers->Tomcat->选择你的Tomcat(比如Tomcat 6.x)->点左边的+号->点击JDK->Tomcat JDK name->点击右边的Add->把你...
分类:
其他好文 时间:
2015-01-29 12:15:59
阅读次数:
211
横表转换竖表:CREATEtablescore
(
usernamevarchar(10),
chineseint,
mathint,
physicsint
);
INSERTintoscore(username,chinese,math,physics)values(‘Kay‘,74,83,93);
INSERTintoscore(username,chinese,math,physics)values(‘Jim‘,75,84,94);
INSERTintoscore(username,chi..
分类:
数据库 时间:
2015-01-29 10:37:53
阅读次数:
193
作者:thoughtInShare 出处:http://www.cnblogs.com/thoughtInShare 欢迎转载,也请保留这段声明。谢谢!1,Java设计的基本思想是使用类,对象,继承,封装,消息等来进行程序设计;2,Class定义=Field(状态数据)+method(行为)3,面向...
分类:
编程语言 时间:
2015-01-29 00:07:20
阅读次数:
264
Multiple annotations found at this line: - No label views point to this text field with a labelFor attribute - This text field does not specify an i.....
分类:
移动开发 时间:
2015-01-28 19:25:15
阅读次数:
301
详细的解释了采用SharedPreferences方式实现的文件存储和读取,对于初学者来说可以有一定的借鉴作用。...
分类:
移动开发 时间:
2015-01-28 16:02:35
阅读次数:
242
columns: [[ { field: 'KeyContent', title: '关键词' }, { ...
分类:
其他好文 时间:
2015-01-28 09:36:25
阅读次数:
185
作者的原标题是,即用类层次优于tagged class。我不知道有没有tagged class这么一说,其实作者指的tagged class的是一个类描述了多种抽象,可以根据某个field决定不同的实例。下面是书中例子,使用shape和部分表示长度的field构成形状并计算面积,脑补一下什么是tag...
分类:
编程语言 时间:
2015-01-26 22:33:19
阅读次数:
209
1. VirtualRecentService.java
package com.jianli.virtualrecent;
import java.lang.reflect.Field;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.Service;
impor...
分类:
其他好文 时间:
2015-01-26 17:07:52
阅读次数:
275
Flip Game
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
Flip game is played on a rectangular 4x4 field with two-sided piec...
分类:
其他好文 时间:
2015-01-26 15:10:30
阅读次数:
167
前面没有过多的描述@Id标注,现在拿出来单独谈谈!1、主键标识(@Id)属性定义如下:?12@Target({METHOD, FIELD}) @Retention(RUNTIME)public @interface Id {}2、标注@Id后,还要涉及@GeneratedValue的使用@Gener...
分类:
其他好文 时间:
2015-01-25 22:18:38
阅读次数:
212