<ul class="shop-list ml10 mr10 store_list" id='demo' style="margin-top:80px;"></ul> <script type="text/javascript"> layui.use('flow', function(){ var ...
分类:
其他好文 时间:
2017-09-27 14:26:01
阅读次数:
375
平均数 select avg(shop_price) from goods; 求最大最小 select min(shop_price) from goods; select max(shop_price) from goods; 求行数 select count(*) from goods; 分组统 ...
分类:
数据库 时间:
2017-09-24 16:49:06
阅读次数:
191
// 加载配置文件var instance = axios.create({ baseURL: 'http://zy-shop.tincent.me/Wechat/', headers: { 'Content-Type': 'application/x-www-form-urlencoded' } ...
分类:
Web程序 时间:
2017-09-21 13:22:19
阅读次数:
252
// pages/shop/shop.js Page({ /** * 页面的初始数据 */ data: { carts: [ { teaname: '冠军乌龙茶-150g', image: '../../imgs/car/shopping_pic_1.png', num: '1', price: ' ...
分类:
微信 时间:
2017-09-14 13:25:04
阅读次数:
336
<!--pages/shop/shop.wxml--> <view wx:if="{{hasList}}"> <view class="container carts-list"> <view wx:key="isshop" wx:for="{{carts}}" class="carts-item" ...
分类:
微信 时间:
2017-09-14 13:18:02
阅读次数:
371
$money_count = ShopOrders::find() ->where(['shop_user_id'=>$shop_user_id,'status'=>2,'shop_id'=>$shop_id]) ->SUM('goods_price'); ...
分类:
其他好文 时间:
2017-09-11 18:23:42
阅读次数:
162
1.https://shop.smashingmagazine.com/products/inclusive-design-patterns?utm_source=magazine&utm_campaign=inclusive-design-patterns&utm_medium=html-ad-c ...
分类:
其他好文 时间:
2017-09-10 18:48:49
阅读次数:
131
电脑上CMD查询时乱码:set names gbk; 查看表结构:show columns from 表名; 连接查询如:select a.id,a.name,b.title from my_admin_user a left join my_admin_shop b on a.shopid = b ...
分类:
数据库 时间:
2017-09-09 13:50:34
阅读次数:
108
平时做项目时难免会从git,svn下载代码或者把别人的项目文件导入到自己的MyEclipse中进行操作,因此会遇到很多问题,常见的有一种是使用的jdk版本不一致造成的报错, 错误案例: 错误提示:com/shop/dao/AdminDao : Unsupported major.minor VERS ...
分类:
其他好文 时间:
2017-09-03 12:12:46
阅读次数:
180
一.SVN svn全称Subversion,实现多人开发同一个项目时,对源代码进行管理的工具 在公司里边,一个项目是由多人同时在开发,大家在本地自己电脑开发php代码,完毕后就commit上传给服务器运行。 上图,多人开发同一个php程序文件(重叠部分代码),在做commit提交给服务器的时候,要造 ...
分类:
其他好文 时间:
2017-08-23 00:55:10
阅读次数:
277