上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 48 下一页
摘要: $model = self::where(['is_delete' => 0, 'is_on_sale' => 1]) ->whereIn('goods.cat_id', GoodsCategory::getCategoryIds($category)) ->pluck('brand_id'); return self::formatBody(['... 阅读全文
posted @ 2017-12-20 12:03 James·wang 阅读(10930) 评论(0) 推荐(0)
摘要: 如果安装了Tomcat查看版本方法如下:注意:先进到tomcat的bin目录下(cd /tomcat目录/bin),在执行./version.sh 下载tomcat8到你的某个目录下: 如上面的示例,我们下载了apache-tomcat-8.5.39版本的tomcat即下图示文件: 解压此文件: 即 阅读全文
posted @ 2017-11-30 22:22 James·wang 阅读(2962) 评论(0) 推荐(0)
摘要: .col-xs- 超小屏幕 手机 (<768px) .col-sm- 小屏幕 平板 (≥768px) .col-md- 中等屏幕 桌面显示器 (≥992px) .col-lg- 大屏幕 大桌面显示器 (≥1200px) 当屏幕尺寸 小于 768px 的时候,用 col-xs-12 类对应的样式; 在 阅读全文
posted @ 2017-11-29 17:30 James·wang 阅读(14483) 评论(0) 推荐(1)
摘要: service firewalld status; #查看防火墙状态 systemctl start firewalld.service;#开启防火墙 systemctl stop firewalld.service;#关闭防火墙 systemctl restart firewalld.service; #重启防火墙 systemctl disable firewalld.service#禁止... 阅读全文
posted @ 2017-11-24 15:42 James·wang 阅读(265) 评论(0) 推荐(0)
摘要: 1.新建文件夹 mkdir 文件名 新建一个名为test的文件夹在home下 view source1 mkdir /home/test 2.新建文本 在home下新建一个test.sh脚本 vi /home/test.sh 3.删除文件或文件夹 1、删除home目录下的test目录 rm /hom 阅读全文
posted @ 2017-11-24 15:39 James·wang 阅读(2288) 评论(0) 推荐(0)
摘要: span {display:-moz-inline-box; display:inline-block; width:20px;height:20px;} 阅读全文
posted @ 2017-11-21 14:12 James·wang 阅读(182) 评论(0) 推荐(0)
摘要: img { outline-width:0px; vertical-align:top; } 阅读全文
posted @ 2017-11-14 09:54 James·wang 阅读(551) 评论(0) 推荐(0)
摘要: 有如下表数据: 获取“菜单”分类的子分类数据列表: 结果如下: 阅读全文
posted @ 2017-11-08 18:58 James·wang 阅读(7736) 评论(0) 推荐(0)
摘要: $model = Shipping::join('shipping_area', 'shipping_area.shipping_id', '=', 'shipping.shipping_id') ->join('area_region', 'area_region.shipping_area_id', '=', 'shipping_area.shipping_area_i... 阅读全文
posted @ 2017-11-01 10:17 James·wang 阅读(377) 评论(0) 推荐(0)
摘要: User-Agent: Fiddler Host: localhost:16805 Content-Length: 51 Content-Type: application/json grant_type=password&username=wsw&password=19800606a 阅读全文
posted @ 2017-10-25 11:11 James·wang 阅读(5326) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 48 下一页