搜索资源列表
-
0下载:
1.字符处理组件,包括数据编码的转换,数据简单加密解密以及其他数据的处理方法.具体说明请见Document\StringUtils.doc.
2.Class文件夹下存放的是编译好了的class文件,可以直接使用.
3.在sample下有该组件使用的jsp例子.
4.原代码请参照source文件夹下的StringUtils.java.
5.Enviroument文件中存放的SystemConfig.java是用来读取配置文件中内码外码信息的,在StringUtils.java中ex
-
-
0下载:
可以判断字符流汉字编码,并含有转换汉字方法。-Can determine the character encoding character stream, and contains conversion characters method.
-
-
0下载:
Encoder/Decoder – Java version,用于本地化测试过程中使用各种编码方式得到输出字符流。-Encoder/Decoder- Java version, for the localization of the testing process used in a variety of encoding to be output character stream.
-
-
0下载:
Java I/O操作,字节流InputStream和OutputStream,字符流Reader和Writer,Java I/O库的设计原则,字符集的编码,RandomAccessFile类,管道流,对象的序列化。-Java I/O operations, byte-stream InputStream and OutputStream, character stream Reader and Writer, Java I/O library design principles, charact
-
-
0下载:
Java I/O操作,字节流InputStream和OutputStream,字符流Reader和Writer,Java I/O库的设计原则,字符集的编码,RandomAccessFile类,管道流,对象的序列化。-Java I/O operations, byte streams InputStream and OutputStream, character stream Reader and Writer, Java I/O library design principles, charac
-
-
0下载:
Java几个过滤器学习技巧
用于设置 HTTP 请求字符编码的过滤器,通过过滤器参数encoding指明使用何种字符编码,用于处理Html Form请求参数的中文问题
-Filter learning skills Java several HTTP requests character encoding used to set up a filter, through the filter parameter encoding specify which character enco
-
-
0下载:
用Java实现的飞鸽(附源代码)
Java全角和半角的转换代码
非常棒的放礼花的源程序
tomcat 监控器和定时器
Java中的字符编码与解码
“贪吃蛇”游戏程序代码
-Feige implemented using Java (with source code) Java full-width and half-width of the conversion code terrific fireworks put the source tomcat monitor a
-
-
0下载:
JSP+Servlet+中的汉字编码资料:JSP Servlet character encoding information in-JSP+ Servlet+ the character encoding information: JSP Servlet character encoding information in
-
-
0下载:
字符编码过滤器实例,可自行添加其他过滤代码-Character encoding filter instance, can add their own code of other filter
-
-
0下载:
每个java程序员,在java开发中都能遇到java中文乱码的情况,怎样才能够恰当地选择汉字编码方式并正确
地处理汉字的编码呢?希望通过下面的总结的java中文乱码解决方法对遇到过此类问题的朋友有所帮助。
-Every java programmer, can be encountered in java java development situation of Chinese garbage, how can we properly choose the correct charac
-
-
0下载:
文件上传java实现,里面实现如何将文件上传到服务器,还解决了字符编码问题-File upload java implementation, which realize how to upload files to the server, also addresses the character encoding problem
-
-
0下载:
用java把一个GBK编码的文本文件转换为UTF-8编码,输出文本,按行读取文本文件,控制台按行读入字符数据,下载文本数据-A GBK encoded text file using java, be converted to UTF-8 encoding, output text, read text file line by line, the console line read into the character data and download the text data
-
-
0下载:
Dbus.java:DAO层连接mysql及关闭连接;
Users.java:对用户信息的封装;
UserInterface.java:DAO层数据库访问接口;
UserImpl.java:DAO层数据库访问简单实现;
LoginServlet.java:用于处理用户登陆的servlet;
EncodeServlet.java:字符编码过滤器,设置为gb2312.-Dbus.java: DAO layer connection mysql and close the conn
-
-
0下载:
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 adv
-
-
0下载:
Identical to the Base64 encoding defined by <a href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a> and allows a character set to be specified.
-
-
0下载:
Returns a number (a nonnegative integer less than 2^16) representing the Unicode encoding of the character at position pos in this string.
-Returns a number (a nonnegative integer less than 2^16) representing the Unicode encoding of the characte
-
-
0下载:
An argument is converted to character by applying the operation ToUint16 and regarding the resulting 16bit integeras the Unicode encoding of a character.
-An argument is converted to character by applying the operation ToUint16 and regarding the re
-
-
0下载:
字符编码工具类源码,设置了转换编码,并验证了其可行性-The character encoding tool source code, the code set conversion, and the feasibility is verified
-
-
0下载:
使用过滤器统一字符编码,1、将项目导入本地
2、确认相关驱动和jar文件正确导入
3、通过WebRoot\WEB-INF\web.xml查看过滤器的配置可以运行WebRoot\jsp\admin\admin.jsp,实现新闻添加功能,查看中文是否出现乱码。-Use the filter unified character encoding
-
-
0下载:
这是一个java的爬虫工具包jsoup的jar包,有自己修改过的代码,可以支持传输字符编码,原来的jar包在抓包时,传输字符编码是写死的(This is a Java crawler kit jsoup jar package, have their own modified code, can support the transmission of character encoding, the original jar packet in packet capture, transmissi
-