-
ssm框架(spring+springmvc+mybatis)
资源描述ssm框架(spring+springmvc+mybatis),一个简单的demo可以参考学习
- 2022-01-25 23:36:40下载
- 积分:1
-
用Java实现的系统文件复制(含GUI界面)
通过GUI界面中的文件选择按钮选中系统中的一个文件,然后再选择复制文件的保存位置,点击copy按钮即可完成文件复制。
- 2022-01-26 00:07:55下载
- 积分:1
-
Java奥运五环旗图案
资源描述通过java编程语言来实现奥运五环旗的图案效果,非常适合Java初学者开拓思维,更深入领会Java语言的魅力。程序员们的奥运梦,程序员们的浪漫风趣。免费下载此源码,解压后直接可以在myeclipse或eclipse中运行,成为一匹IT黑马不是梦!
- 2022-01-26 08:04:20下载
- 积分:1
-
tbb_armeabi-v7a
tbb源码和tbb android例子和编译文档及新建项目使用tbb文档
centos系统中编译android tbb动态库,然后在android中调用,包括tbb编译的android release and debug版本的动态库,使用文档等等(tbb tbb android source code and examples of new projects and compile documents and documents using tbb
centos system to compile android tbb dynamic library, then call in android, including the tbb compiled android release and debug versions of dynamic libraries, documents, etc. Use)
- 2021-03-16 22:09:21下载
- 积分:1
-
android-abbeacon-master
关于ibeacon的Android开发的第一手资料,希望对有需要的人一种帮助,谢谢。(this progame about ibeacon developer for
android information.)
- 2015-06-16 17:16:57下载
- 积分:1
-
Apache Ant
Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks.
- 2023-07-28 21:15:04下载
- 积分:1
-
Java实现简单文件编辑器
原创代码,可作为初学Java的菜鸟们一些参考用。
顺序读/写文件(FileInputStream与FileOutputStream)
⑴FileInputStream类从磁盘文件读取数据。常用的构造方法有:
◆FileInputStream(String name):打开文件name用来读取数据。
如:FileInputStream f =new FileInputStream("c:/test.txt");
◆FileInputStream(File file):打开文件file用来读取数据。
如:File f=new File("c:/test.txt");
FileInputStream f1=new FileinputStream(f);
◆将FileDescriptor对象作为其参数。
- 2022-03-12 11:52:22下载
- 积分:1
-
ViewGroup_MarginLayoutParamsTest
View Group_ Margin Layout Params Test extends Android Test Case.
- 2014-02-27 11:50:28下载
- 积分:1
-
android 登录注册 实例源码下载
android 登录、注册相关功能实例
- 2014-06-06下载
- 积分:1
-
android通过拍照、相册获取图片并显示 实例完整源码下载(亲测通过)
其中也包含了 将图片保存至 sd卡功能
- 2015-02-06下载
- 积分:1