Fork me on GitHub

05 2017 档案

摘要:<div class="clearfix" style="margin-bottom: 10px;"></div>清除浮动加个margin是最好的选择,加id写样式的都是异教徒。 阅读全文
posted @ 2017-05-24 15:15 思考的大腿 阅读(1624) 评论(0) 推荐(0) 编辑
摘要:设置settings javascript language version后 <script>标签加个 type <script type="text/ecmascript-6"></script> 阅读全文
posted @ 2017-05-23 16:40 思考的大腿 阅读(207) 评论(0) 推荐(0) 编辑
摘要:When you're using get() you get a collection. In this case you need to iterate over it to get properties: @foreach ($collection as $object) {{ $object 阅读全文
posted @ 2017-05-23 15:21 思考的大腿 阅读(4915) 评论(0) 推荐(0) 编辑
摘要:【sqlserver】: sqlserver 认为 null 最小。 升序排列:null 值默认排在最前。 要想排后面,则:order by case when col is null then 1 else 0 end ,col 降序排列:null 值默认排在最后。 要想排在前面,则:order 阅读全文
posted @ 2017-05-19 20:07 思考的大腿 阅读(1267) 评论(0) 推荐(0) 编辑
摘要:BLOBTEXT一个BLOB或TEXT列,最大长度为65535(2^16-1)个字符。 MEDIUMBLOBMEDIUMTEXT一个BLOB或TEXT列,最大长度为16777215(2^24-1)个字符。 LONGBLOBLONGTEXT一个BLOB或TEXT列,最大长度为4294967295(2^ 阅读全文
posted @ 2017-05-18 17:40 思考的大腿 阅读(4020) 评论(0) 推荐(0) 编辑
摘要:优先级顺序是&&||andor 阅读全文
posted @ 2017-05-15 15:50 思考的大腿 阅读(196) 评论(0) 推荐(0) 编辑