摘要: $ cd myApp $ ionic platform add android $ ionic build android $ ionic emulate android 阅读全文
posted @ 2016-12-24 13:58 TTTK 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 鼠标滑过内容上移 组件方式开发 Web App全站 用HTML5/CSS3/JS流行技术,以组件式开发WebApp全站。 ... 阅读全文
posted @ 2016-12-23 20:57 TTTK 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 左边导航 通讯录 管理信息 ... 阅读全文
posted @ 2016-12-23 20:55 TTTK 阅读(208) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-12-23 20:18 TTTK 阅读(1) 评论(0) 推荐(0) 编辑
摘要: -webkit-animation:(时间 name 速度) -@webkit-keyframes name{ 0%{ } 100%{ left:(左移动- ,右边移动 +) } } 阅读全文
posted @ 2016-12-22 10:37 TTTK 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 确定 阅读全文
posted @ 2016-12-22 09:51 TTTK 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 功能主要实现:点赞 取消赞 评论 删除 回复 字数统计 oDiv.onclick=function(e){ e=e||window.event; var el=e.srcElement||e.target if(el.className=='del'){ }或者 switch(el.classNam 阅读全文
posted @ 2016-12-21 20:25 TTTK 阅读(515) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>购物车</title></head><style type="text/css">* { margin: 0; padding: 0;}a { color: #666; text-de 阅读全文
posted @ 2016-12-21 20:19 TTTK 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 1、charCodeAt方法返回一个整数,代表指定位置字符的Unicode编码。 strObj.charCodeAt(index) 说明: index将被处理字符的从零开始计数的编号。有效值为0到字符串长度减1的数字。 如果指定位置没有字符,将返回NaN。 例如: var str = "ABC"; str.charCodeAt(0); 结果:65 2、fromCharCode方... 阅读全文
posted @ 2016-12-16 11:37 TTTK 阅读(2786) 评论(0) 推荐(0) 编辑
摘要: 用react写表单验证 阅读全文
posted @ 2016-12-13 16:25 TTTK 阅读(380) 评论(0) 推荐(0) 编辑