摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> * { margin: 0; padding: 0; } #myCanvas { background-col 阅读全文
posted @ 2016-09-27 16:06 弓长白乐 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-09-27 11:15 弓长白乐 阅读(134) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <canvas id="c1" width="600" height="600"></canvas> </body> <scri 阅读全文
posted @ 2016-09-27 10:52 弓长白乐 阅读(166) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html var myCan = document.getElementById("myCanVas"); var can = myCan.getContext("2d"); var snakeLength = 5; // 定时器对象 var time = null; // 取随 阅读全文
posted @ 2016-09-27 10:46 弓长白乐 阅读(347) 评论(0) 推荐(0) 编辑
摘要: # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x000000011a4aece9, pid=566, tid=24835 # # JRE version: J 阅读全文
posted @ 2016-09-10 16:07 弓长白乐 阅读(3036) 评论(0) 推荐(0) 编辑
摘要: js 通过定时器实现点名功能 阅读全文
posted @ 2016-08-27 09:01 弓长白乐 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-08-07 16:27 弓长白乐 阅读(162) 评论(0) 推荐(0) 编辑