上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 30 下一页
摘要: Unit01: Servlet基础 、 HTTP协议 在页面上输出当前时间 web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xm 阅读全文
posted @ 2017-02-18 11:20 唐胜伟 阅读(248) 评论(0) 推荐(0) 编辑
摘要: Unit02: jQuery事件处理 、 jQuery动画 jQuery实现购物车案例 <!DOCTYPE html> <html> <head> <title>购物车</title> <meta charset="utf-8" /> <style type="text/css"> h1 { tex 阅读全文
posted @ 2017-02-15 23:20 唐胜伟 阅读(286) 评论(0) 推荐(0) 编辑
摘要: Unit01: jQuery概述 、 jQuery选择器 、 jQuery操作DOM 使用jQuery放大字体: 使用jQuery,点击图片后放大,缩小 选择器知识点: jQuery操作DOM知识点: 广告收起案例: 1.点击按钮收起 2.自动收起 <!DOCTYPE html> <html> <h 阅读全文
posted @ 2017-02-15 00:06 唐胜伟 阅读(228) 评论(0) 推荐(0) 编辑
摘要: Unit07: document 对象 、 自定义对象 、 事件 知识点: 下拉框选择案例 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <script> var citie 阅读全文
posted @ 2017-02-13 23:53 唐胜伟 阅读(342) 评论(0) 推荐(0) 编辑
摘要: Unit06: 外部对象概述 、 window 对象 、 document 对象 小代码演示: 电子时钟显示小案例:setInterval <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</t 阅读全文
posted @ 2017-02-12 20:12 唐胜伟 阅读(271) 评论(0) 推荐(0) 编辑
摘要: Unit05: JavaScript对象概述 、 常用内置对象一 、 常用内置对象二 、 常用内置对象三 常用内置对象使用演示: 使用eval()进行计算小程序 阅读全文
posted @ 2017-02-09 23:52 唐胜伟 阅读(242) 评论(0) 推荐(0) 编辑
摘要: Unit04: JavaScript 概述 、 JavaScript 基础语法 、 流程控制 my.js demo1.html 演示点击按钮,弹出提示框 demo2.html js的数据类型及转换 demo3.html 使用js实现计算平方小例子 <!DOCTYPE html> <html> <he 阅读全文
posted @ 2017-02-08 22:50 唐胜伟 阅读(234) 评论(0) 推荐(0) 编辑
摘要: Unit02: CSS 概述 、 CSS 语法 、 CSS 选择器 、 CSS声明 my.css demo1.html demo2.html demo3.html demo4.html demo1.html demo2.html demo3.html demo1.html 演示浮动定位 demo2. 阅读全文
posted @ 2017-02-05 14:52 唐胜伟 阅读(590) 评论(0) 推荐(0) 编辑
摘要: Unit01: Web概述 、 HTML概述 、 文本处理 、 图像和超链接 、 表格 、 表单 demo1.html demo2.html demo3.html demo4.html LOL.html <!DOCTYPE html> <html> <head> <title>英雄联盟_达内百科</ 阅读全文
posted @ 2017-02-05 14:30 唐胜伟 阅读(726) 评论(0) 推荐(0) 编辑
摘要: JAVA Debug 调试代码 1.什么时候使用Debug: 程序的运行结果,与你的预期结果不同时,Debug的目的是找错误,而不是该错误; 2.早期调试代码的方式就是打桩: System.out.println("????"); 3.Debug调试的步骤: 先加断点 以调试(Debug)模式来运行 阅读全文
posted @ 2017-01-26 23:45 唐胜伟 阅读(2300) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 30 下一页