摘要: package com.lanyuan.log;public class Test1 { private TNode head; private int size; private TNode last; public int size() { return t... 阅读全文
posted @ 2014-12-22 10:33 苗苗的编程世界 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 1 public class ByteToBinary { 2 /** 3 * 把byte数组转化成2进制字符串 4 * @param bArr 5 * @return 6 */ 7 ... 阅读全文
posted @ 2014-12-22 10:02 苗苗的编程世界 阅读(400) 评论(0) 推荐(0) 编辑
摘要: public class Test { public static void main(String[] args) { int start = -131; int end = 131; for (int i = start; i < end; i++... 阅读全文
posted @ 2014-12-22 09:55 苗苗的编程世界 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 一、1.1、提交中文,接受参数会出现乱码,出现乱码的原因是什么?1.2、如果使用get方式提交中文,如何保证取到正确的结果?1.3、如果使用post方式提交中文,如何保证取到正确的结果?1.4、如何保证jsp页面上显示中文不出现乱码?1.1 Java和JSP文件本身编译时(Java和JSP编译成... 阅读全文
posted @ 2014-12-22 09:25 苗苗的编程世界 阅读(154) 评论(0) 推荐(0) 编辑