随笔 - 630  文章 - 7 评论 - 47 阅读 - 49万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

04 2013 档案
Java编码浅析(注意区分三个概念)
摘要:http://www.iteye.com/topic/311583—————————————————————————————————————————————————————————— 阅读全文
posted @ 2013-04-29 20:53 网络大豆 阅读(147) 评论(0) 推荐(0) 编辑
使用ResolverService,传输中文时出现乱码
摘要:发送请求后,在监听器中,processQuery正常,processResponse乱码"<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE QueryResponseMsg> <QueryResponseMsg> <listenerName> com.secondegg.reversi.ui.ServerConnectorAndPlayerFinder </listenerName> <data> ���� </data 阅读全文
posted @ 2013-04-29 12:22 网络大豆 阅读(327) 评论(0) 推荐(0) 编辑
jetnuke v1.2安装
摘要:在安装过程中报错,根据页面提示,说明数据库连接正常,在创建表时出错。后来发现是MySQL的建表脚本太老了,已经不合适了。经过适当修改,可顺利安装。以下是修改后的文件,主要是将TYPE=InnoDB修改为ENGINE=InnoDB,另外去掉某些日期类型的默认值。# MySQL-Front Dump 2.2## Host: localhost Database: jetnuke#--------------------------------------------------------# Server version 4.1.9-nt-max## Table structure for t.. 阅读全文
posted @ 2013-04-28 15:06 网络大豆 阅读(518) 评论(0) 推荐(0) 编辑
创业
摘要:JetNukehttp://adsensebook.cn/ 阅读全文
posted @ 2013-04-27 16:44 网络大豆 阅读(138) 评论(0) 推荐(0) 编辑
游戏相关网站
摘要:http://www.gamepyong.com/http://www.freewebs.com/phu004/http://www.otcsw.com/http://www.storm2d.net/Storm is a fast-paced, 2d side-scrolling multiplay... 阅读全文
posted @ 2013-04-26 15:29 网络大豆 阅读(362) 评论(0) 推荐(0) 编辑
@我的生活必备软件:大集中(强烈推荐)
摘要:http://jn3.141592654.blog.163.com/blog/static/2747726020115185235338/————————————————————————————————————————————————————————————————————安防:nod32+360 杀毒+360安全卫士+影子卫士,杀毒默认不自动启动,当我要批量尝试新软件我会同时打开进行查杀,并注明哪些有病毒。防火墙,以前玩过comodo,但 是本人不喜欢防火墙,所以现在不用了。 反间谍在xp的时候经常用,win7少了,推荐(Spyware Doctor)聊天:TM+QQ+旺旺+移动卡的时候也会 阅读全文
posted @ 2013-04-26 11:09 网络大豆 阅读(415) 评论(0) 推荐(0) 编辑
@MyEclipse启动Tomcat时Console不显示(已解决+配图)
摘要:http://jn3.141592654.blog.163.com/blog/static/2747726020117148155997/—————————————————————————————————————————————————————————— 阅读全文
posted @ 2013-04-26 11:06 网络大豆 阅读(269) 评论(0) 推荐(0) 编辑
Java Gaming Resources
摘要:http://www.java-gaming.org/index.php?action=resources———————————————————————————————————————————————————— 阅读全文
posted @ 2013-04-26 10:11 网络大豆 阅读(188) 评论(0) 推荐(0) 编辑
NetBeans 7.0 Duplicate class error message
摘要:http://forums.netbeans.org/topic39013.html————————————————————————————————————————————————————————I have a package with just one class. I had to rename that class, so I went ahead and in the Projects window, right clicked the class and selected Rename from Refactor, and in the Rename class window I 阅读全文
posted @ 2013-04-24 23:06 网络大豆 阅读(390) 评论(0) 推荐(0) 编辑
Creating Extensible Applications With the Java Platform
摘要:Lookup API Outside the NetBeans PlatformCreating Extensible Applications With the Java Platform——————————————————————————————————————————————————————————————————Creating Extensible Applications With the Java PlatformBy John O'Conner, September 2007 Articles IndexAn extensible application is one 阅读全文
posted @ 2013-04-24 06:48 网络大豆 阅读(280) 评论(0) 推荐(0) 编辑
在JXSE中,DHT=SRDI
摘要:http://www.oracle.com/technetwork/articles/javase/jxta-turns-5-142316.html#——————————————————————————————————————————————————————————————————————JXTA Technology Turns Five Years OldBy Stephanie Kaul and Mohamed AbdelAziz, April 2006 Articles Index "Project JXTA fulfills a vision I've had fo 阅读全文
posted @ 2013-04-23 13:46 网络大豆 阅读(360) 评论(1) 推荐(0) 编辑
解决win7下netbeans安装的错误问题
摘要: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 网络大豆 阅读(1429) 评论(0) 推荐(0) 编辑
javafx-2-gametutorial
摘要: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 网络大豆 阅读(164) 评论(0) 推荐(0) 编辑
java不支持泛型数组!!!
摘要:mark 阅读全文
posted @ 2013-04-18 15:52 网络大豆 阅读(137) 评论(0) 推荐(0) 编辑
绝世神功
摘要:http://www.dapenti.org/blog/more.asp?name=xilei&id=75472—————————————————————————————————————————————————————————————— 阅读全文
posted @ 2013-04-17 16:05 网络大豆 阅读(178) 评论(0) 推荐(0) 编辑
javacv——Java interface to OpenCV and more
摘要: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 网络大豆 阅读(458) 评论(0) 推荐(0) 编辑
struts2 if标签和枚举比较
摘要: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 网络大豆 阅读(465) 评论(0) 推荐(0) 编辑
Hibernate--基于注解方式的各种映射全面总结
摘要: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 网络大豆 阅读(533) 评论(0) 推荐(0) 编辑
编译jxse-src-2.5源代码缺少的文件
摘要: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 网络大豆 阅读(253) 评论(1) 推荐(0) 编辑

点击右上角即可分享
微信分享提示