文章列表
对于"Java分布式应用学习笔记"的整理
请看附件
附件内容见此:
http://suhuanzheng7784877.iteye.com/category/146139
我只是整理一下,转换为pdf文件方便阅读
8月的试读章节真坑爹。都是一个目录加第一章。
第一章呢就都是介绍这个是什么。
就没点实质内容,试读什么?
var interval_1=0;
function startShow()
{
var r = Math.floor(Math.random() * (254)),
g = Math.floor(Math.random() * (254)),
b = Math.floor(Math.random() * (254)),
x = Math.floor(Math.random() * (439)),
y = Math.floor(Math.random() * (554)),
color = "rgb ...