摘要: 1.overflow:hidden; 2.在父级元素结尾加上一个clear:both的div。 阅读全文
posted @ 2016-08-05 00:48 有爱就去追 阅读(126) 评论(0) 推荐(0) 编辑
摘要: placeholder 阅读全文
posted @ 2016-08-04 23:06 有爱就去追 阅读(254) 评论(0) 推荐(0) 编辑
摘要: style="word-wrap: break-word;word-break:break-all;" 阅读全文
posted @ 2016-01-19 09:21 有爱就去追 阅读(160) 评论(0) 推荐(0) 编辑
摘要: ("#btnEditFuwu").attr("onclick", "SaveFuWu();");改为:$("#btnEditFuwu").unbind('click');//解除原绑定click事件$("#btnEditFuwu").click(function () { SaveFuWu() })... 阅读全文
posted @ 2015-12-05 17:38 有爱就去追 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 在SqlServer中,and的优先级比or的优先级要高AND的语义是:二者必须满足才为RTUE;OR的语义是:二者只要有一个满足就为TRUE,言外之意,二者同时满足也为TRUE。 阅读全文
posted @ 2015-12-03 18:45 有爱就去追 阅读(338) 评论(0) 推荐(0) 编辑
摘要: .am-text-xs - 12px.am-text-sm - 14px.am-text-default - 16px.am-text-lg - 18px.am-text-xl - 24px.am-text-xxl - 32px.am-text-xxxl - 42px 阅读全文
posted @ 2015-12-01 13:58 有爱就去追 阅读(209) 评论(0) 推荐(1) 编辑