随笔 - 71  文章 - 0 评论 - 0 阅读 - 19180
< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

摘要: . 阅读全文
posted @ 2015-10-07 19:34 beyond_Acm 阅读(277) 评论(0) 推荐(0) 编辑
摘要: . 阅读全文
posted @ 2015-09-29 21:33 beyond_Acm 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 花了一天时间实现了一个 简单的用户登录验证的小模型。基本实现了现在 用户登录模块的绝大多数功能, 也算是 熟悉了一下系统的逻辑。在这个小模型中, 实现了以下的基本功能 : Logging in and authenticating users . Managing passwords Recordi... 阅读全文
posted @ 2015-09-29 21:10 beyond_Acm 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 数据库 按照 一定规则保存 数据, 程序再发起 查询 取回所需的数据。Web 程序 最常用基于 关系模型的数据库,这种 数据库 也称为 SQL 数据库, 因为使用结构化查询语言。But in recent years document-oriented and key-value databases... 阅读全文
posted @ 2015-09-23 15:44 beyond_Acm 阅读(127) 评论(0) 推荐(0) 编辑
摘要: . 阅读全文
posted @ 2015-09-22 15:05 beyond_Acm 阅读(116) 评论(0) 推荐(0) 编辑
摘要: Ajax( Asynchronous JavaScript and XML)在 Ajax 中 Asynchronous 是指异步, 代表 客户端(Client 通常是指浏览器) 可以向服务器(Server) 发出请求 用户无须等待相应。 异步是 Ajax 技术的核心所在。Ajax 只是一个概念,用来... 阅读全文
posted @ 2015-09-21 13:51 beyond_Acm 阅读(112) 评论(0) 推荐(0) 编辑
摘要: What not to do :In theory , you could use JavaScript to add important content to a web page.However, that would be a very bad idea, because there woul... 阅读全文
posted @ 2015-09-14 15:18 beyond_Acm 阅读(445) 评论(0) 推荐(0) 编辑
摘要: Most of the DOM methods you've seen so far are useful for identifying elements.Both getElementById and getElementByTagName allow you to quickly and ea... 阅读全文
posted @ 2015-09-10 15:05 beyond_Acm 阅读(144) 评论(0) 推荐(0) 编辑
摘要: Lets apply the Best practices to the Image Gallery ./*** index.html ***/ Image Gallery Snapshiots Fire... 阅读全文
posted @ 2015-09-10 11:25 beyond_Acm 阅读(123) 评论(0) 推荐(0) 编辑
摘要: Some items you should konw : Graceful degradation : ensuring that your web pages still work without JavaScript Unobtrusive JavaScript : separating s... 阅读全文
posted @ 2015-09-10 10:20 beyond_Acm 阅读(329) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示