登录
首页 » Java » 72601509

72601509

于 2018-02-10 发布 文件大小:7KB
0 172
下载积分: 1 下载次数: 0

代码说明:

说明:  

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 利用android手机自带的加速度传感器和磁场传感器确定手机的姿态
    利用android手机自带的加速度传感器和磁场传感器确定手机的姿态
    2022-04-11 10:17:17下载
    积分:1
  • Hibernate is a very popular object
    Hibernate是非常流行的对象关系映射工具。本书详细介绍了运用目前最成熟的Hibernate 2.1版本进行Java对象持久化的技术。Hibernate是连接Java对象模型和关系数据模型的桥梁,通过本书,读者不仅能掌握用Hibernate工具对这两种模型进行映射的技术,还能获得设计与开发Java对象模型和关系数据模型的先进经验。-Hibernate is a very popular object-relational mapping tools. The book details the use of the most mature Hibernate 2.1 version of Java Object Persistence technology. Hibernate is to connect Java object model and relational data model of the bridge, through this book, readers not only can use Hibernate tools to master these two models mapping technology, but also access to design and development of Java object model and relational data model of the advanced experience of .
    2022-06-18 00:01:52下载
    积分:1
  • 学生宿舍管理系统
    对宿舍人员的添加,修改,更新,删除 入住 每次新学期开始都会有很多新的面孔进入学校或者公司。他们的迎接安排工作也非常重要。 调整 在住宿过程中,很多时候学生或者员工会要求调整宿舍。他们可能出于不同的原因,在这个过程中很多合理的要求都会被楼管和宿舍管理部门所接受。 离开 当学生毕业或者员工离开的时候,需要做好宿舍信息的统计。统计还有多少宿舍铺位可以利用,已经有多少铺位被占用。
    2022-02-04 15:15:24下载
    积分:1
  • RunnersHigh
    一个跑酷类安卓手机游戏,可执行。适合初学者。(A Parkour class Android mobile game executable. Suitable for beginners.)
    2013-11-11 18:04:04下载
    积分:1
  • Java_import_Excel2007
    在Java中导入Excel2007或者Excel2003文档的数据(In Java import Excel2007 or Excel2003 document data)
    2013-07-25 09:51:27下载
    积分:1
  • etc原始
    说明:  问道1.6原始etc,修改错了的朋友可以选择用此文件恢复(Question 1.6 Original etc)
    2020-12-27 12:39:02下载
    积分:1
  • jsp+oracle企业管理系统源码,新手学习oracle数据库的参考源码
    jsp+oracle企业管理系统源码,新手学习oracle数据库的参考源码-jsp+ oracle enterprise management system source code, novice to learn oracle database, a reference source
    2022-02-06 02:15:43下载
    积分:1
  • 手机java拼图。java拼图游戏可以运行在移动设备上的…
    Java拼图游戏手机版。这款java拼图游戏可以在手机上运行。源文件需要用eclipse打开,在eclipse左侧资源管理器中右键导入,然后选择现有项目到工作区中,点下一步,在选择根目录中选择压缩包解压后的目录,单击完成即可。用eclipse新建项目、新建源文件夹src及对应三个类、新建文件夹pic,与src同目录,放置图片。-Mobile Java jigsaw puzzle. The java jigsaw puzzle can be run on mobile devices. Source files need to use eclipse open eclipse on the left in the Explorer right to import, and then select an existing project to the work area, point the next step, the choice of the root directory choose the directory after extracting archive, click can be completed. New Project with the eclipse, the new source folder src and the corresponding three classes, the new folder, pic, with the same src directory, and place images.
    2022-11-21 11:00:03下载
    积分:1
  • IO流文件复制
    import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.PrintStream; public class FileStreamDemo { public static void main(String[] args) { writeDate(); } private static void copy() { byte[] b= new byte[1000]; FileInputStream fs=null; FileOutputStream fo=null; try { fs = new FileInputStream("e:1.qsv"); fo = new FileOutputStream("e:11.qsv"); while((fs.read(b))!=-1){ fo.write(b); } } catch (FileNotFoundException e) { e.printStackTrace(); } catch (IOException e) { e.printStackTrace(); }finally{ try { fo.close(); fs.close(); } catch (IOException e) { e.printStackTrace(); } } }
    2023-05-13 11:05:02下载
    积分:1
  • android 自定义Switch控件 例子源码下载(兼容低版本)
    兼容android低版本
    2015-04-15下载
    积分:1
  • 696518资源总数
  • 105895会员总数
  • 18今日下载