搜索资源列表
UnicodeReader
- 发现很多支持java的智能手机虽能直接打开txt各式的文件,然而当文件中包含中文时就会出现乱码,让人非常不爽,而且它不带有记忆功能,假如100页的书,你已看到了第50页,那末等下次再打开文件时,它又从第一页开始显示,于是你要一页页地往后翻。UnicodeReader就是目前仅支持unicode编码格式的txt文件,不仅解决了上面的两个问题,而且增加了其他一些有用的功能,最有特色的一点是支持超大的txt文件。-found many supporters of java Although the s
serialportsend_receive
- 串口收发程序,用VC控件实现,能够方便打开文件保存文件-Serial Transceivers procedures, VC Controlware to facilitate open file documents
PocketPC2002使用文件打开对话框
- PocketPC2002使用文件打开对话框-PocketPC2002 use file open dialog
FileFetcher
- 打开文件的目录 查找文件
CeFileOpenDlg_VS2005_UPDATED
- wince 文件打开对话框自定义 文件对话框-File Open dialog box wince custom file dialog
GLTry
- android文件管理器介绍 android系统并不自带文件管理器,但是很多情况下,我们有诸如从SD中打开文件的需要,就必须借助三方开发的资源管理器,常用的有AndExplorer等。这种情况下发布后,用户还需要安装依赖的软件,非常麻烦。下面介绍在代码中实现资源管理器,只需要一百行左右的一个类即可以最常用的文件选择功能。理代码-android file manager introduced android system does its own file manager, but ma
MiCode-FileExplorer-fc66c64
- android文件管理器介绍 android系统并不自带文件管理器,但是很多情况下,我们有诸如从SD中打开文件的需要,就必须借助三方开发的资源管理器,常用的有AndExplorer等。这种情况下发布后,用户还需要安装依赖的软件,非常麻烦。下面介绍在代码中实现资源管理器,只需要一百行左右的一个类即可以最常用的文件选择功能。理代码-android file manager introduced android system does its own file manager, but ma
FileManager
- android系统并不自带文件管理器,但是很多情况下,我们有诸如从SD中打开文件的需要,就必须借助三方开发的资源管理器,常用的有AndExplorer等。这种情况下发布后,用户还需要安装依赖的软件,非常麻烦。下面介绍在代码中实现资源管理器,只需要一百行左右的一个类即可以最常用的文件选择功能。 -android system does not come with the file manager, but in many cases, we have, such as the need to
filebrowser
- 正好现在正在弄上传文件,当时想怎么能实现fileDialog的功能呢,打开文件,浏览文件,然后选择文件呢,查了好多资料,也看了不少论坛,都说里面没有这个功能,那真是奇怪了,里面没有这个功能,当然就需要自己动手添加这个功能了-Just upload files, Lane is now thought to how to achieve functionality of fileDialog it, open files, browse the file, then select the file
opening-files
- android手机小程序。打开文件框选择文件,图像或音频文件-android application for opening files to choose file, images for uploading
FileExplore
- 安卓实现路径查找文件 同时可以打开文件的功能-Android implementation path finding files and can open the file functions
download
- 一个Android文件下载Download程序示例,文件会下载至local端,远程安装程序(请输入URL),取得远程文件,取得URL,创建连接,InputStream 下载文件,创建临时文件,取得站存盘案路径,将文件写入暂存盘,在手机上打开文件的method ,调用getMIMEType()来取得MimeType,设置intent的file与MimeType ,判断文件MimeType的method,取得扩展名,依扩展名的类型决定MimeType,如果无法直接打开,就跳出软件列表给用户选择-De
directoryTree
- Android文件管理器(增加了文件夹复制移动,下载资源暂停删除等,以及复制过程中的可视化进程)是一个基于Android开发的应用,包含常用文件操作以及文件下载功能,文件操作包括打开文件夹和打开各类的文件(apk、avi、mp3、doc等等),以及文件和文件夹的移动复制,文件夹的创建,文件/文件夹大小查看,日志记录等,文件下载包括,多线程断点续传功能、使用ProgressBar可视化下载进度等。里面附有所有的可执行源码。-Android File Manager (adds folder mov
download
- 一个安卓android下载文件的例子,从指定的URL中下载文件,并根据文件类型打开文件,是入门的好例子。-An Android Android download file example, download files the specified URL, and according to the type of file to open the file, is the entry of the good example.
operations
- 进行文件的操作基本增删改查都有。打开文件的路径包括打开某一文件时对应选择的应用,复制有一点问题有待改进-For file operations have basic CRUD. The path to open the file, including when you open a file corresponding to the selected application, copy a little problem to be improved
打开文件对话框
- 自定义打开文件对话框源码 可以设置过滤器(Android OpenFile dialog mod)
KumBaskanXahar
- 这是一个小说应用,listview支持字体,打开多个txt文件。(ListView show txt, txt show font. good app.)
小程序代码内含后台php文件
- 小程序中资源的打开和上传、下载功能实现。(In the small program, the resources are opened and uploaded and downloaded.)
openfile
- openfiledemo,一个android打开文件选择框的demo程序。大家共同学习。~~~(Openfiledemo, a Android demo program that opens the file selection box. Everybody study together. ~ ~ ~)
java 画板
- java实现的简易画板,可选择颜色,线段出息,保存和打开文件,有各种图形可以绘制,java简单画板程序。