上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 63 下一页
摘要: http://blog.sina.com.cn/s/blog_69d3c1960100nqy8.html————————————————————————————————————————————————————————————自己安装的时候使用的是windows 7旗舰版,JDK是jdk1.6.0_18,在准备安装NetBeans之前已经设置好JAVA_HOME、CLASSPATH和PATH等环境变量。出现这个问题的解决方案:第一、首先为安装程序创建一个快捷方式,然后右击快捷方式,选择“属性”,如下图所示:将“目标”的值后面加上“ --silent”参数,然后选择“兼容性”选项卡,选中“以管理员 阅读全文
posted @ 2013-04-23 09:05 网络大豆 阅读(1450) 评论(0) 推荐(0)
摘要: https://carlfx.wordpress.com/2012/03/29/javafx-2-gametutorial-part-1/https://carlfx.wordpress.com/2012/04/09/javafx-2-gametutorial-part-2/https://carlfx.wordpress.com/2012/04/09/javafx-2-gametutorial-part-3/https://carlfx.wordpress.com/2012/04/09/javafx-2-gametutorial-part-4/https://carlfx.wordpress 阅读全文
posted @ 2013-04-22 08:55 网络大豆 阅读(171) 评论(0) 推荐(0)
摘要: mark 阅读全文
posted @ 2013-04-18 15:52 网络大豆 阅读(147) 评论(0) 推荐(0)
摘要: http://www.dapenti.org/blog/more.asp?name=xilei&id=75472—————————————————————————————————————————————————————————————— 阅读全文
posted @ 2013-04-17 16:05 网络大豆 阅读(183) 评论(0) 推荐(0)
摘要: http://code.google.com/p/javacv/————————————————————————————————————————————————————JavaCVIntroductionJavaCV first provides wrappers to commonly used libraries by researchers in the field of computer vision: OpenCV, FFmpeg, libdc1394, PGR FlyCapture, OpenKinect, videoInput, and ARToolKitPlus. The cl 阅读全文
posted @ 2013-04-15 12:33 网络大豆 阅读(470) 评论(0) 推荐(0)
摘要: http://www.blogjava.net/parable-myth/archive/2010/11/04/337236.html——————————————————————————————————————————————————————————————————struts2 if标签和枚举比较<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@taglib uri="/stru 阅读全文
posted @ 2013-04-11 11:28 网络大豆 阅读(472) 评论(0) 推荐(0)
摘要: http://my.csdn.net/mr_ron/code/detail/30522————————————————————————————————————————————————————————————————1. 使用Hibernate Annotation来做对象关系映射 1) 添加必须包: hibernate-jpa-2.0-api-1.0.0.Final.jar 2) 在实体类中添加JPA的标准注解来进行对象关系映射.注解可以添加在属性上,也可以添加在getXxx()方法之上。 a) @Entity 映射一个实体类 @Table 指定关联的表 ... 阅读全文
posted @ 2013-04-08 09:46 网络大豆 阅读(542) 评论(0) 推荐(0)
摘要: http://www.java.net/node/674641——————————————————————————————————————————————————Hi,I am trying to compile JXTA 2.5 from the source code. I have downloaded jxse-src-2.5.zip and I have noticed that it is missing the following files to compile properly:import net.jxta.impl.endpoint.endpointMeter.Endpo 阅读全文
posted @ 2013-04-02 23:21 网络大豆 阅读(263) 评论(1) 推荐(0)
摘要: /* * To change this template, choose Tools | Templates * and open the template in the editor. */package chapter2;import java.util.List;import javafx.application.Application;import javafx.beans.property.SimpleStringProperty;import javafx.beans.property.StringProperty;import javafx.beans.value.ChangeL 阅读全文
posted @ 2013-03-31 08:38 网络大豆 阅读(825) 评论(0) 推荐(0)
摘要: http://linsea.iteye.com/blog/711403—————————————————————————————————————————————————————— package codelib.innerclasses; public interface Destination { String readLabel(); } package codelib.innerclasses; /** * @author Administrator * */ public... 阅读全文
posted @ 2013-03-26 17:05 网络大豆 阅读(514) 评论(0) 推荐(0)
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 63 下一页