摘要:
形如——&#dddd;&#xhhhh;&#name;——的一串字符是 HTML、XML 等 SGML 类语言的转义序列(escape sequence)。它们不是「编码」。以 HTML 为例,这三种转义序列都称作 character reference:前两种是 numeric character ... 阅读全文
posted @ 2014-11-10 14:33
jack_ou
阅读(9926)
评论(1)
推荐(1)
摘要:
Random.nextint() 和Math.random()的区别 Java代码 Randomrand=newRandom();longstartTime=System.nanoTime();inti1=rand.nextInt(1000000000);System.out.println(i1... 阅读全文
posted @ 2014-11-10 11:34
jack_ou
阅读(5906)
评论(0)
推荐(0)