java
文章平均质量分 82
yue31313
这个作者很懒,什么都没留下…
展开
-
java,多线程下载
/** * 多线程下载的测试类 */ public class Demo { public static int threadCount = 3; public static int runningThread = 3 ; public static void main(String[] args) throws Exception { // 1.连接服务器 , 获取一个原创 2014-02-23 15:15:26 · 590 阅读 · 0 评论 -
eclipse 常用快捷键
选中代码块 按ALT+SHIFT+M ,根据方法体创建方法。原创 2014-02-13 13:07:47 · 429 阅读 · 0 评论 -
Json转换利器Gson之实例二-Gson注解和GsonBuilder
http://blog.csdn.net/lk_blog/article/details/7685190转载 2014-04-01 21:07:04 · 523 阅读 · 0 评论 -
怎么把做好的网站发布到互联网上去
怎么把做好的网站发布到互联网上去 http://jingyan.baidu.com/article/c14654134750ea0bfcfc4cc3.html http://bbs.csdn.net/topics/290011282 http://bbs.csdn.net/topics/290011282转载 2014-05-07 01:29:35 · 1484 阅读 · 0 评论 -
java,android,(protobuf网络通讯粘包)ProtoBufTest1.0
在有热情的时候,一定要好好搞 不要到没有热情的时候,在原创 2014-11-22 02:23:12 · 860 阅读 · 0 评论 -
安卓工作室 Android studio 或 Intellij IDEA 美化 修改 汉化 酷炫 装逼 Android studio or Intellij IDEA beautify modify
安卓工作室 Android studio 或 Intellij IDEA 美化 修改 汉化 酷炫 装逼 Android studio or Intellij IDEA beautify modify Chinesization cool decoration 作者:韩梦飞沙 Author:han_meng_fei_sha 邮箱:313134555@qq.原创 2017-08-10 20:21:55 · 713 阅读 · 0 评论 -
新巴巴运动网上商城 项目 快速搭建 教程 The new babar sports online mall project quickly builds a tutorial
新巴巴运动网上商城 项目 快速搭建 教程 The new babar sports online mall project quickly builds a tutorial 作者:韩梦飞沙 Author:han_meng_fei_sha 邮箱:313134555@qq.com E-mail: 313134555 @qq.com原创 2017-08-04 03:03:08 · 932 阅读 · 0 评论 -
At least one JPA metamodel must be present。 Perhaps you are running on a JRE rather than a JDK?
At least one JPAmetamodel must be present至少必须有一个JPA元模型==Perhaps you arerunning on a JRE rather than a JDK?也许您正在运行的是JRE而不是JDK?默认是运行在jre上的,但是maven插件需要使用jdk,因此需要在eclipse修改Installed JRES位置在-->【Window】-...原创 2018-03-10 11:06:50 · 1580 阅读 · 0 评论