CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - system file java
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - system file java - List
[
android
]
fileIO_for_android
DL : 0
android手机系统的文件读写操作例子。简单的实现了手机系统中的文件的读写。-android mobile operating system, file reading and writing examples. Simple implementation of the mobile phone system read and write files.
Date
: 2025-12-30
Size
: 26kb
User
:
彭擎
[
android
]
benchmark
DL : 0
一个测试系统性能的软件,可以测试Android系统的2D图形、cpu、内存和文件系统等方面的性能.测试项目非常多,且测试速度快,可以给出一个参考 分数供用户参考使用。-Tool measure phone performance for following categories: - 2D Graphic performance - CPU performance - Memory performance - File system performance
Date
: 2025-12-30
Size
: 106kb
User
:
李雷
[
android
]
website0911
DL : 0
android行动网JSP新闻发布系统源码 技术实现:采用JSTL标签,基于servlet,jdbc开发。使用mysql数据库。 设计优势:一切技术使用最底层的,没有使用ssh框架,可以在任何国内的jsp空间里使用。 良好的分层,大量方法重用,无垃圾代码。代码分为action层,service层和公用的类库。 无dao层,所有代码中无sql语句,全部写入xml配置文件中,保证的代码良好的可读性和修改性。使用dbcp连接池管理数据库连接。使用自定义标签控制权限,保证网站后台的安全。 -android Action Network press release system source code JSP technology: using JSTL tags, based on the servlet, jdbc development. Use mysql database. Design advantages: all the technical use of the bottom, do not use ssh framework for any country in the jsp space use. Good stratification, a large number of method reuse, no garbage code. Code into action layer, service layer and public libraries. No dao layer, all of the code is no sql statement, all write xml configuration file, the code to ensure good readability and modifiability. Dbcp connection pool management using the database connection. Permission to use a custom label control to ensure the safety of the background site.
Date
: 2025-12-30
Size
: 2.79mb
User
:
刘宏宇
[
android
]
Android-MusicPlayer
DL : 0
Android2.1系统的音乐播放器,实现了音频文件的播放控制,显示歌词-Android2.1 system, music player, to achieve the audio file playback control, display lyrics ... ...
Date
: 2025-12-30
Size
: 642kb
User
:
willy
[
android
]
Androidmusicbofangqi
DL : 0
本论文的音乐播放器采用了Android开源系统技术,利用Java语言和Eclipse编辑工具对播放器进行编写。同时给出了详细的系统设计过程、部分界面图及主要功能运行流程图,本文还对高度过程中遇到的问题和解决方法进行了详细的讨论,该音乐播放器集播放、暂停、停止、上一首、下一首、音量调节、歌词显示等功能于一体,性能良好,在Android系统中能独立运行。该播放器还拥有对手机文件浏览器的访问功能、歌曲播放模式、以及歌词开闭状态的友好设置.- The music player of this thesis, the Android open-source system, the use of the Java language and Eclipse editing tools write the player. Given a detailed system design process, part of the interface map and run flow chart of the main function, this paper also carried a high degree of process problems encountered and solutions are discussed in detail, the music player set to play, pause, stop, a next song, volume adjustment, lyrics display functions into one, good performance, and in the Android system can run independently. The player also has access to the phone file browser functionality, music playback mode, and the lyrics opening and closing state-friendly settings.
Date
: 2025-12-30
Size
: 1.1mb
User
:
张三
[
android
]
HbxLink
DL : 0
Android系统的疯狂连连看游戏源代码,代码注释比较丰富,而且资源文件完整,还有文档,看上去一切都很规范,压缩包有9M多,值得参阅的Android游戏源代码。源代码内包括了封装图片ID与图片本身的工具类,来自疯狂Java联盟。 根据游戏状态来绘制游戏界面上的全部方块。-Lianliankan game madness of the Android system source code, the rich code comments, and the resource file is complete, there is a document looks like everything is standardized, compression package 9M multi, worth to see the Android game source code. The package picture ID with picture tools are included in the source code, from crazy Java Union. The draw game interface box based on the state of the game.
Date
: 2025-12-30
Size
: 9.78mb
User
:
youyou
[
android
]
Calculator_kxjsq
DL : 0
科学计算器源码是一个基于安卓的计算器项目源码,除了可以实现了系统自带计算器功能外还可以进行基本函数的运算和括号的运算,能根据表达式的优先级来自动区分运算顺序。另外在软件的下方也能根据按键进行功能上的友好的提示。全部功能只用了一个java文件搞定,源码有详细的注释,新手朋友可以学习一下布局和实现。-Scientific calculator source code is a calculator program source code based on Android, in addition to realize the system comes with the calculator function can also carries on the basic function of operation and the parentheses operation, can according to the expression of priority to automatically distinguish the order of operations. In addition to the bottom of the software can also be based on the function of the button on the friendly tips. All features only a java file to get, the source code has detailed notes, novice friends can learn about the layout and implementation.
Date
: 2025-12-30
Size
: 1.69mb
User
:
shdmh12138
[
android
]
Android_gwwz
DL : 1
在线商城系统源码包括Android客户端源码+jsp服务端源码+MySQL数据库。初级作品,没有使用分层架构,项目不大,注释得当。比较适合做毕业设计,安卓客户端里面默认的调用地址已经失效了,需要自己搭建服务端,把服务器端源代码目录下的shop.sql文件以utf8编码导入MySQL后,在AndroidWeb\src\hibernate.cfg.xml这个文件中更改数据库连接,安卓客户端在ConnectWeb.java中更改网站调用地址,全部配置好以后启动网站再打开安卓客户端就可以看到演示了,服务端配置需要一定的耐心和技术基础,因为服务端搭建配置比较耗时我就没有去搭建,只简单的截了一张没有数据的图,翻了翻源码登录、购物车、订单处理这些简单的功能都有,需要的朋友可以自己搭建起来看一下。-Online mall system source code, including the Android client source code+ JSP+ MySQL server source code. Primary work, don t use the layered architecture, the project is not big, annotation is proper. Is more suitable for graduation design, the android client calls inside the default address has failed, the need to build the server, the server side source code directory shop. SQL file to utf8 encoding after importing the MySQL in AndroidWeb \ SRC \ hibernate CFG. XML this file change the connection, the android client in ConnectWeb. Calls to address changes in the Java website, all configured later launch site again open the android client can see the demo, the server configuration requires patience and technology base, because the server build configuration more time-consuming I will not go, only simple cut a figure without data, flipped through source login, shopping cart, order processing these simple function, need friends can set up to look at ourselves.
Date
: 2025-12-30
Size
: 666kb
User
:
duxiao
[
android
]
facesign
DL : 0
基于安卓的LBS+人来识别的移动考勤系统--服务器(PC)端--带数据库(mysql)文件-服务器文件过大-无法上传-只上传了sql文件--找我2831242966下载全部文件(Android based LBS+ people to identify mobile attendance system - server (PC) side - with a database (MySQL) file;The server file is too large to upload - just upload the SQL file - find me 283124296@qq.com to download all the files)
Date
: 2025-12-30
Size
: 2kb
User
:
MimiDog
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.