上一页 1 ··· 97 98 99 100 101 102 103 104 105 ··· 133 下一页
摘要: $where_like = ['title','like','%' . $_GET['title'] . '%']; $result_list = $this->model->where($where) ->where($where_like[0],$where_like[1],$where_like[2]) ... 阅读全文
posted @ 2019-07-03 15:43 盘思动 阅读(2749) 评论(0) 推荐(0)
摘要: $where_time = []; if ($_GET['s_time'] && !isset($_GET['e_time'])){ $where_time = ['add_time','> time' , $_GET['s_time']]; $this->assign('s_time',$_GET['s_time'... 阅读全文
posted @ 2019-07-03 14:58 盘思动 阅读(7850) 评论(0) 推荐(0)
摘要: server { listen 80; server_name local.light.com; index index.html index.htm index.php; root /home/wwwroot/default/******/Public; // !!!! 所在的文件需要有可执行权限, 一般是75... 阅读全文
posted @ 2019-07-03 09:33 盘思动 阅读(199) 评论(0) 推荐(0)
摘要: ubuntu 16 下载地址: http://releases.ubuntu.com/16.04/?_ga=2.211639766.273896083.1564759714-49163328.1564759714 Desktop image The desktop image allows you 阅读全文
posted @ 2019-07-01 19:58 盘思动 阅读(3330) 评论(0) 推荐(0)
摘要: wx.setNavigationBarColor({//设置导航栏颜色 frontColor: '#000000',//注意frontColor的值只能为000000或者111111 backgroundColor: app.globalData.background }); 阅读全文
posted @ 2019-06-29 16:38 盘思动 阅读(3977) 评论(1) 推荐(0)
摘要: onPageScroll: function (e) { console.log(e.scrollTop); } 阅读全文
posted @ 2019-06-28 16:44 盘思动 阅读(371) 评论(0) 推荐(0)
摘要: const winHeight = wx.getSystemInfoSync().windowHeight Page({ data: { logs: [] }, onLoad: function () { this.setData({ winH: wx.getSystemInfoSync().windowHeigh... 阅读全文
posted @ 2019-06-28 16:20 盘思动 阅读(1965) 评论(0) 推荐(0)
摘要: div { width:100px; transition: width 2s; -moz-transition: width 2s; /* Firefox 4 */ -webkit-transition: width 2s; /* Safari 和 Chrome */ -o-transition: 阅读全文
posted @ 2019-06-28 16:16 盘思动 阅读(729) 评论(0) 推荐(0)
摘要: 公益文旅"精准扶贫平台正式1... 公益文旅"精准扶贫平台正式1... 公益文旅"精准扶贫平台正式1... vertical='true' 是swiper 用的;这样才可以山下翻滚,这个可以自动波动;scroll-y 是scroll 用的,这个不好自动翻滚,只可手动波动 阅读全文
posted @ 2019-06-28 14:07 盘思动 阅读(832) 评论(0) 推荐(0)
摘要: 1 2 3 .box { width:100vw; height: 200rpx; white-space: nowrap; /*white-space 不能丢*/ border: 1px solid red; box-sizing: border-box}.box-item { width: 45%; height:100... 阅读全文
posted @ 2019-06-27 15:49 盘思动 阅读(1539) 评论(0) 推荐(0)
上一页 1 ··· 97 98 99 100 101 102 103 104 105 ··· 133 下一页