摘要: java 遍历方法 及 数组,ArrayList,HashMap,HashSet的遍历 阅读全文
posted @ 2017-09-21 09:56 草木物语 阅读(6403) 评论(0) 推荐(0)
摘要: 新旧弹性盒 样式 阅读全文
posted @ 2017-09-20 18:07 草木物语 阅读(678) 评论(0) 推荐(0)
摘要: 弹性盒布局 水平垂直居中(新弹性盒) display: flex; 弹性父元素属性 align-items 设置或检索弹性盒子元素在侧轴(纵轴)方向上的对齐方式。 内容对齐(justify-content)属性应用在弹性容器上,把弹性项沿着弹性容器的主轴线(main axis)对齐。 阅读全文
posted @ 2017-09-20 18:02 草木物语 阅读(12589) 评论(0) 推荐(1)
摘要: 安卓没有角标问题 ios角标混乱问题 服务端同步ios角标 Android平台如发送的是透传消息不触发"receive" Android平台离线消息接受缓慢问题 阅读全文
posted @ 2017-09-19 18:25 草木物语 阅读(643) 评论(0) 推荐(0)
摘要: 插入数据INSERT INTO INSERT INTO table_name ( field1, field2,...fieldN ) VALUES ( value1, value2,...valueN ); 如果数据是字符型,必须使用单引号或者双引号,如:"value" 查询数据SELECT SE 阅读全文
posted @ 2017-09-19 15:27 草木物语 阅读(275) 评论(0) 推荐(0)
摘要: 1.form元素上加onsubmit="return false" 2.多个input存在时按回车不会自动提交   3.给input绑定onkeydown事件 阅读全文
posted @ 2017-09-14 11:41 草木物语 阅读(3681) 评论(0) 推荐(0)
摘要: java 连接数组 阅读全文
posted @ 2017-08-23 20:38 草木物语 阅读(1190) 评论(0) 推荐(0)
摘要: java 判断元素是否在数组内 阅读全文
posted @ 2017-08-23 20:15 草木物语 阅读(16869) 评论(0) 推荐(0)
摘要: java 不定长参数 阅读全文
posted @ 2017-08-23 19:26 草木物语 阅读(3809) 评论(0) 推荐(0)
摘要: :first-child :last-child :first-of-type :last-of-type :nth-child(n) :nth-last-child(n) :nth-of-type(n) :nth-last-of-type(n) :only-of-type :only-child 阅读全文
posted @ 2017-08-17 14:43 草木物语 阅读(3729) 评论(0) 推荐(0)
摘要: 微信开发者工具 快捷键 删除一行 Ctrl+Shift+k 阅读全文
posted @ 2017-08-16 15:08 草木物语 阅读(10176) 评论(0) 推荐(0)
摘要: 标志;正则表达式对象;exec()函数;test()函数;compile()函数;$1...$9 属性; 阅读全文
posted @ 2017-08-16 09:19 草木物语 阅读(1168) 评论(0) 推荐(0)
摘要: eclipse workspace 阅读全文
posted @ 2017-07-12 15:22 草木物语 阅读(247) 评论(0) 推荐(0)
摘要: mui-action-menu mui侧滑菜单"点击含有mui-action-menu类的控件"无法实现侧滑 阅读全文
posted @ 2017-07-12 11:07 草木物语 阅读(2079) 评论(0) 推荐(0)
摘要: java 数组声明定义 数组内存分配 数组初始化 数组引用 数组的遍历 阅读全文
posted @ 2017-07-07 17:18 草木物语 阅读(7509) 评论(0) 推荐(0)
摘要: css 选择符中的 >,+,~,^,$,*,|,:,空格 的意思 阅读全文
posted @ 2017-06-29 14:36 草木物语 阅读(1251) 评论(0) 推荐(0)
摘要: 用table绘制 等宽等间距的单元 empty-cells: show; border-collapse: separate; table-layout: fixed; 阅读全文
posted @ 2017-06-22 17:24 草木物语 阅读(695) 评论(0) 推荐(0)
摘要: word-break:break-all和word-wrap:break-word的区别 阅读全文
posted @ 2017-06-21 16:49 草木物语 阅读(286) 评论(0) 推荐(0)
摘要: Ecplise 快捷键 阅读全文
posted @ 2017-06-15 14:16 草木物语 阅读(455) 评论(0) 推荐(0)
摘要: js 函数声明和函数表达式的区别 阅读全文
posted @ 2017-06-09 09:19 草木物语 阅读(330) 评论(0) 推荐(0)