package?com.dc.product.entity.res;
//?Generated?2014-11-28?16:53:22?by?Hibernate?Tools?3.4.0.CR1
import?java.math.BigDecimal;
import?java.util.Date;
import?java.util.HashSet;
import?j...
分类:
编程语言 时间:
2014-12-03 23:36:47
阅读次数:
554
类extends Activity implements SensorEventListener
@Override
public void onSensorChanged(SensorEvent event) {
// TODO Auto-generated method stub
if(event.sensor.getType()==Sensor.TYPE_TEMPERATURE)...
分类:
其他好文 时间:
2014-12-02 16:40:01
阅读次数:
146
1 import java.io.IOException; 2 3 public class Digui1 { 4 5 public static void main(String[] args) { 6 // TODO Auto-generated method st...
分类:
其他好文 时间:
2014-12-02 01:33:12
阅读次数:
153
1 public class Digui { 2 3 public static void main(String[] args) { 4 // TODO Auto-generated method stub 5 fun(3); 6 } 7 ...
分类:
其他好文 时间:
2014-12-01 06:25:35
阅读次数:
159
At the beginning, I need to explain some knowledge about color space.The raw RGB is linear, but the sRGB value generated by camera is nonlinear value....
分类:
其他好文 时间:
2014-11-29 14:27:55
阅读次数:
130
//通过super调用父类构造方法和隐藏方法package mypack;class Father { public Father() { // TODO Auto-generated constructor stub System.out.println("null father"); } p.....
分类:
编程语言 时间:
2014-11-29 10:05:15
阅读次数:
173
package mypack;public class Outer { Inner1 w = new Inner1(); /** * @param args */ public static void main(String[] args) { // TODO Auto-generated m...
分类:
其他好文 时间:
2014-11-28 09:50:13
阅读次数:
138
listThe Average Case assumes parameters generated uniformly at random.Internally, a list is represented as an array; the largest costs come from growi...
分类:
编程语言 时间:
2014-11-27 18:13:57
阅读次数:
263
public void onClick(View v) { // TODO Auto-generated method stub Intent intent = new Intent(Intent.ACTION_PICK); intent.setType("...
分类:
移动开发 时间:
2014-11-26 18:25:14
阅读次数:
311
/***
*
* @author Administrator
*学生的成绩3门课 的总分,,平均分,,最大值
* 最小值
*
*
*
*
*/
public class HomeWork {
public static void main(String[] args) {
// TODO Auto-generated method stub
...
分类:
其他好文 时间:
2014-11-25 16:40:19
阅读次数:
132