摘要: 开启博客之旅—阿毅 为什么写博客 1.提示自己的写作水平,为转型做准备。 2.提示自己的编程水平。 3.助人为乐,成长自己。 对自己要求: 坚持 有自己的风格 原创 技术碰撞: QQ:649271302 Email:huangwenyi10@163.com 阅读全文
posted @ 2016-02-24 21:41 Map2024 阅读(128) 评论(0) 推荐(0)
摘要: ember常用的方法(官方文档的翻译而已): 1.modelFor 在路由层级中,返回父路径路由解析的model,具体例子如下: App.Router.map(function() { this.route('post', { path: '/post/:post_id' }, function() 阅读全文
posted @ 2016-02-24 10:38 Map2024 阅读(142) 评论(0) 推荐(0)
摘要: 本地主机hosts配置: # localhost name resolution is handled within DNS itself.# 127.0.0.1 localhost# ::1 localhost192.168.3.211 www.inno.bbs.com192.168.3.211 阅读全文
posted @ 2015-07-09 10:14 Map2024 阅读(853) 评论(0) 推荐(0)
摘要: 功能描述: 1.简单的require.js的运用 2.BaseUrl运用(加载不同文件夹下的路径) 3.shim运用(依赖:比如jquery-ui 需要依赖jquery) 4.require方法调用(包括回调方法使用) 1.文件的目录结构 main.js代码 require.config({ bas 阅读全文
posted @ 2015-05-07 18:39 Map2024 阅读(237) 评论(0) 推荐(0)
摘要: 描述:利用原生js + bootstrap 实现基本的增删改查功能:包含两个文件(index.jsp 和 index.js)<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> < 阅读全文
posted @ 2015-05-07 10:33 Map2024 阅读(2804) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" c 阅读全文
posted @ 2015-04-17 23:58 Map2024 阅读(652) 评论(0) 推荐(0)
摘要: <div id="checkAndInverCheck"> <p style="text-align:center; padding-top:15px"> 选择喜欢的兰花品种:</br> <input type="checkbox" value="蕙兰">蕙兰 <input type="checkb 阅读全文
posted @ 2015-03-29 14:18 Map2024 阅读(207) 评论(0) 推荐(0)