摘要:
Today, I started to create a couple of JSP pages for the server-side part of my MSc thesis project in order to be able to output some meaningful stati... 阅读全文
posted @ 2014-08-28 15:45
一天不进步,就是退步
阅读(1528)
评论(0)
推荐(0)
摘要:
I can think of numerous times when I have seen others write unnecessary Java code and I have written unnecessary Java code because of lack of awarenes... 阅读全文
posted @ 2014-08-28 11:02
一天不进步,就是退步
阅读(715)
评论(0)
推荐(0)
摘要:
首先,我们来看一个例子:byte[] b=new byte[]{2,9,43};String ss=new String(b,"utf-8");byte[] b1=ss.getbytes();这种情况下,b和b1字节数组是相同的。那下面这种情况呢?byte[] b=new byte[]{-2,-9,... 阅读全文
posted @ 2014-08-28 10:47
一天不进步,就是退步
阅读(4712)
评论(0)
推荐(0)
浙公网安备 33010602011771号