Welcome![Sign In][Sign Up]
Location:
Search - file encoding in java

Search list

[J2MEUnicodeReader

Description: 发现很多支持java的智能手机虽能直接打开txt各式的文件,然而当文件中包含中文时就会出现乱码,让人非常不爽,而且它不带有记忆功能,假如100页的书,你已看到了第50页,那末等下次再打开文件时,它又从第一页开始显示,于是你要一页页地往后翻。UnicodeReader就是目前仅支持unicode编码格式的txt文件,不仅解决了上面的两个问题,而且增加了其他一些有用的功能,最有特色的一点是支持超大的txt文件。-found many supporters of java Although the smartphone will be able to directly open txt variety of documents, However, when the file contains Chinese would appear when the distortion, people very quickly, but it is not with memory function, If 100 of the book, you have seen the first 50, then the next and so on, then open the file, From the first page it started to show, so you have to a page turned to the future. UnicodeReader is currently only supports unicode encoding formats txt documents, not only solve the above two issues, and a number of other useful functions. The most distinctive thing is the support of super txt document.
Platform: | Size: 14336 | Author: 阿木 | Hits:

[JSP/JavaPPTTools

Description: PPT播放功能 环境的搭建: 1、新建一个Web工程 2、将Jsp下的JSP页面和images拷贝到工程的WebRoot里面 3、将Enviroument下的images文件夹拷贝到工程的WebRoot里面 运行注意事项: 1、JS文件的编码是utf-8-PPT playback environment structures: one, create a new Web Project 2, will be under jsp JSP pages and images copied to WebRoot inside 3 projects will be Enviroument folder under the images are copied to the project running inside WebRoot NOTES: 1, JS file encoding is utf-8
Platform: | Size: 3446784 | Author: wanna001 | Hits:

[File OperateJAVA_CodeConvert_win32_2006-1-22a

Description: JAVA源代码,功能:文件编码转换,例如:GB编码转换为UTF8。-JAVA source code, functions: file encoding conversion, for example: GB encoding is converted to UTF8.
Platform: | Size: 25600 | Author: Charles | Hits:

[JSP/JavaFileUtil

Description: 文件基本类源代码,包括获取文件编码、文件编码转换,文件下载,整个文件夹拷贝、删除等。源文件中已附带说明-Basic types of source code files, including access to a document encoding, file encoding conversion, file download, the entire folder copy, delete and so on. Source file has been included in the Notes
Platform: | Size: 3072 | Author: 李大钊 | Hits:

[Internet-NetworkJavaAsn1Compiler_2.0

Description: JAC (Java Asn.1 Compiler) is a tool for you if you want to (1) parse your asn.1 file (2) create .java classes of data types defined in your asn.1 file and (3) do encoding/decoding of instances of your generated classes. BER, CER and DER are all supported. Just download and import it into your eclipse workspace.
Platform: | Size: 717824 | Author: guoyun | Hits:

[JSP/JavaStringUtils

Description: 1.字符处理组件,包括数据编码的转换,数据简单加密解密以及其他数据的处理方法.具体说明请见Document\StringUtils.doc. 2.Class文件夹下存放的是编译好了的class文件,可以直接使用. 3.在sample下有该组件使用的jsp例子. 4.原代码请参照source文件夹下的StringUtils.java. 5.Enviroument文件中存放的SystemConfig.java是用来读取配置文件中内码外码信息的,在StringUtils.java中exchange()和getISO8859()将用到. 6.在用到decodeBase64(String data)方法解密中文加密后的字符时,需要进行GB2312转玛才能正确显示解码内容(中文).-1. Character processing components, including data encoding conversion, data encryption and decryption as well as other data on a simple approach. Specifically, see Document \ StringUtils.doc. 2.Class folder is stored in good to compile the class files, can be used directly. 3. In the sample under the jsp examples of the use of the component. 4. the original source codes, please refer to the folder under the StringUtils.java. 5.Enviroument files stored SystemConfig.java is used to read configuration file in the code information within the yards, in StringUtils.java the exchange () and getISO8859 () will be used. 6. In use decodeBase64 (String data) method to decrypt encrypted in Chinese characters, you need to switch to ma GB2312 correctly Display decoding (English).
Platform: | Size: 24576 | Author: fangmin | Hits:

[JSP/JavajavacodeSTEGNAGRAPHY.txt

Description: simple Steganography program(Encoding and decoding wav file using crypt algorithm)
Platform: | Size: 4096 | Author: vigneshhh | Hits:

[JSP/JavaMyTools

Description: 文件编码转换器源码(java开发)快速转换文件编码-Source file encoding converter (java development) quickly convert the file encoding
Platform: | Size: 61440 | Author: 万其鹏 | Hits:

[J2MEJ2ME

Description: Java的中文问题通常会困扰很多开发者,你可能在开发Web应用程序的时候遇到中文参数的传递问题,最后你可能选择使用Filter把Request的编码方式设置为GBK来解决。在J2ME的开发中我们同样会遇到中文问题,比如在RMS中存储中文、网络传输中传输中文、从文件中读取中文等问题。-Chinese in Java, many developers often troubled, you may in the development of Web applications pass parameters when it came to the Chinese problem, and finally you may choose to use the Filter to set the Request encoding GBK to resolve. Development in J2ME we encounter the same problems in Chinese, such as stored in the RMS Chinese, network transmission to transmit Chinese, Chinese read from the file and other issues.
Platform: | Size: 2048 | Author: 撒加 | Hits:

[JSP/JavaDoc3

Description: 图片文件格式转换最核心的问题就是要解决各种图片格式的编码和解码,推荐用jimi包,可从 http://java.sun.com/products/jimi/ 下载该包及其源码和demo   需要注意的是:jimi提供了对几乎所有图片格式的解码支持,但是为提供gif和tif/tiff格式的编码api,gif编码问题在网上可以找到县相关的源码,tiff好像jai:http://java.sun.com/products/java-media/jai/index.jsp提供了它的编码,不过我没有用jai,暂时用jpeg编码代替了。   察看jimi的源码,在com.sun.jimi.core中是jimi的核心处理api。-Image file format conversion crux of the problem is to solve a variety of image formats of encoding and decoding, recommended by jimi package can be downloaded from the http://java.sun.com/products/jimi/ package and its source code and demo of the need for Note: jimi provides decoding of virtually all image formats support, but to provide gif and tif/tiff format encoding api, gif encoding issues related to the Internet can find the source counties, tiff like jai: http://java .sun.com/products/java-media/jai/index.jsp to provide its code, but I did not use jai, temporarily replaced with the jpeg encoding. View jimi' s source code is in the com.sun.jimi.core jimi core processing api.
Platform: | Size: 5120 | Author: 李茉莉 | Hits:

[Crack Hackjava_security_sdk

Description: 软件是bouncycastle组织开发的软件包,包括DES_CBC算法的实现、RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证)、数字信封的实现、利用数字信封实现大文件的加密、解密。可以作为研究、学习信息安全中的密码学设计与实现技术。在原版的基础上进行一些改进,对文件加密、解密的时候要频繁的IO加一个缓冲区,RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存。-Software development organization is bouncycastle package, including DES_CBC Algorithm, RSA algorithm implementation (including: key generation, public key encryption and private decryption, digital signature and signature verification), the realization of digital envelope using the envelope to achieve digital large file encryption and decryption. Can be used as research, study of information security design and implementation of cryptographic technology. On the basis of the original number of improvements, file encryption, decryption time to frequent the IO plus a buffer, RSA private key can PKCS8 accumulated when the form and then saved by the BASE64 encoding.
Platform: | Size: 212992 | Author: 鹿淑煜 | Hits:

[Crack HackM-Tool

Description: 用C#实现的DES/3DES加解密和多种数据编码格式的转换及JAVA CARD cap文件的解析。-DES/3DES implemented in C# and a variety of encryption and decryption of data encoding format conversion and JAVA CARD cap file parsing.
Platform: | Size: 2443264 | Author: | Hits:

[Editorjedit4.5pre1source

Description: jEdit是一个用Java语言开发的文本编辑器,在GPL下发布。它可以在Windows、Linux、Mac OS等多种平台 下运行,并且有很多插件,可以扩充基本功能。它也支持80多种文件类型的文法加亮显示。支持包括UTF-8 在内的多种字符编码。 jEdit也有很方便的宏定义功能,可以用BeanShell、Jython和JavaScript等脚本语言。-jEdit is a Java language text editor, released under the GPL. It can be Windows, Linux, Mac OS and other platforms Run, and there are many plug-in, you can extend the basic functionality. It also supports 80 different file types of grammar highlighted. Support, including UTF-8 Including a variety of character encoding. jEdit also has a very convenient macro function, you can use BeanShell, Jython and JavaScript scripting language.
Platform: | Size: 3079168 | Author: zu | Hits:

[Windows DevelopTraslat

Description: 可以将java和txt文件的编码格式任意转换的一个小程序-A small program in java and txt file encoding format any conversion
Platform: | Size: 15360 | Author: Kris | Hits:

[JSP/Javajava_nio

Description: nio 是 java New IO 的简称,在 jdk1.4 里提供的新 api 。 Sun 官方标榜的特性如下: – 为所有的原始类型提供 (Buffer) 缓存支持。 – 字符集编码解码解决方案。 – Channel :一个新的原始 I/O 抽象。 – 支持锁和内存映射文件的文件访问接口。 – 提供多路 (non-bloking) 非阻塞式的高伸缩性网络 I/O 。-nio java New IO in jdk1.4 api. The Sun officially advertised features are as follows:- for all the primitive types (Buffer) caching support.- Character set encoding and decoding solutions.- Channel: a new original the I/O abstraction.- Support the lock and memory-mapped files, file access interface.- Provides multiple (non-bloking) highly scalable non-blocking network I/O
Platform: | Size: 11264 | Author: yue | Hits:

[Game ProgramHodoku_src

Description: JAVA swing 编写的一款数独源代码 里面具有很优秀的算法 编码:UTF-8 主类:sodoku.Main 包内含有 eclipse 和 netbeans 的相关项目文件 开始方式:点击工具栏上那个“数独小图标”就能开始一局随机的数独,边上的下拉框中表示数独难度。右侧的解题步骤中,颜色越深的表示该算法的思维方式越复杂。-A Sudoku source code written in JAVA swing Which has a very good algorithm Encoding: UTF-8 Main class: sodoku.Main Package containing eclipse and netbeans project file Start: Click "Sudoku small icon on the toolbar can start a Bureau of random Sudoku, the edge of the drop-down box indicates the difficulty of Sudoku. Solving steps to the right, the darker the color the more complex way of thinking of the algorithm.
Platform: | Size: 1259520 | Author: yangguang | Hits:

[Industry researchChinese-incorrect-codes-of--Java

Description: 通过分析Java程序设计中Java编译器对Java源文件和JVM(Java Virtual Machine)对字节码文件的编码/解码过程,解决Java编程中的中文乱码问题。-By analyzing the Java programming Java compiler for Java source files and JVM (Java Virtual Machine) bytecode file encoding/decoding process, the Java programming to solve the garbage problem in Chinese.
Platform: | Size: 23552 | Author: 侯璟琨 | Hits:

[JSP/Javajuniversalchardet-1.0.3

Description: 在java的项目中,为了对付多个平台,有时候需要判断要出来的文本文件时什么编码. 如果不知道编码的话有可能就产生乱码了. 当然有一中方法就是事先约定是什么编码.比如只能是UTF-8等,这样就稍微有一点不方便. 最近在发现了一个判断的小工具.比较好用.随便推广一下.-In java projects, in order to deal with multiple platforms, and sometimes need to determine what you want out of encoding text file. If you do not know if it is possible to encode produces distortion. Of course there is a prior agreement in approach is what is coded. For example, only could be UTF-8, etc., so a little bit inconvenient. recently found a gadget judgment. relatively easy to use. just to promote what.
Platform: | Size: 176128 | Author: dcr | Hits:

[androidAndroid_gwwz

Description: 在线商城系统源码包括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.
Platform: | Size: 681984 | Author: duxiao | Hits:

[androidmusicDEMO_a5

Description: 简单音乐播放器源码是一个非常简单的音乐播放器项目源码,可以把SD卡上的音乐扫描出来并填充到ListView里,然后还有暂停、结束、播放、上一曲、下一曲、退出、后台等基本功能,支持后台播放,项目只有3个java文件代码整个例子代码只有500行左右,麻雀虽小五脏俱全,属于很基础的小例子,很适合新手朋友学习,默认编译版本4.4.2编码GBK。-A simple music player source code is a very simple the music player project source code, the SD card music scanning and filling in the listview, then there is a pause, stop, play, sing a song, the next song, exit, background, etc. basic functions support for playing in the background, project only three Java code file the example code only about 500 lines, although spadger is small all sided, belongs to the foundation is a small example, very suitable for novice friends learning, the default compiler version 4.4.2 GBK encoding.
Platform: | Size: 1302528 | Author: wangjintao | Hits:

CodeBus www.codebus.net