由于我们需要使用到的是模型来验证一下,所以我们先到 D:\phpStudy\WWW\shop\WEB\Admin\Model 下创建一个CateModel.class.php 然后来设置一下模版: 然后我们来写 Cate 控制器 的add方法: 我们添加几条数据看看: 然后到数据库看看: 已经添加成 ...
分类:
其他好文 时间:
2017-07-30 10:15:34
阅读次数:
165
【CSS Secrets】 http://shop.oreilly.com/product/0636920031123.do 以饿了么商家信息的弹出层为例,布局如下: 样式上, ...
分类:
其他好文 时间:
2017-07-29 11:41:42
阅读次数:
165
package com.cs99lzzs.shop.util; import java.math.BigInteger; import java.security.Key; import java.security.MessageDigest; import java.security.NoSuch... ...
分类:
编程语言 时间:
2017-07-27 18:32:19
阅读次数:
263
package lizikj.bigwheel.shop.util.excel; import java.io.File;import java.io.FileInputStream;import java.io.IOException;import java.io.InputStream;impo ...
分类:
编程语言 时间:
2017-07-27 12:44:19
阅读次数:
248
据说是经典dp问题? 对于每个a[i][j],表示第 i 种花放在第 j 个花瓶里时产生的美学价值(aesthetic value), 我们用dp[i][j]表示共 i 种花放到 j 个花瓶里,产生的最大美学价值(显然这需要i<=j)。 那么我们的答案也很简单,就是dp[F][V]。 那么接下来就是 ...
分类:
其他好文 时间:
2017-07-26 23:29:44
阅读次数:
208
Vitaly has an array of n distinct integers. Vitaly wants to divide this array into three non-empty sets so as the following conditions hold: Help Vita ...
分类:
其他好文 时间:
2017-07-26 00:03:01
阅读次数:
144
# Python ● 别人写好的东西(库) A:*foo1 foo2 foo3 foo4 B:*foo2 foo1 foo3 foo4 from XX import XX from XX 就是 包的东西 ● __XX__.py 不对外公开的 ● 作业讲解 新建 Shop.py 新建 Login.py ...
分类:
编程语言 时间:
2017-07-23 19:48:53
阅读次数:
163
Are you interested in pets? There is a very famous pets shop in the center of the ACM city. There are totally m pets in the shop, numbered from 1 to m ...
分类:
其他好文 时间:
2017-07-21 21:56:51
阅读次数:
233
package com.chinasoft.thr.shop;import java.sql.*;public class JDBC { public static final String DRIVER = "com.mysql.jdbc.Driver"; public static final ...
分类:
数据库 时间:
2017-07-20 21:03:47
阅读次数:
226
1.登陆 2.注册 3.主页 4.购物车 5.管理中心 6.文件上传 代码: https://github.com/Carol0311/min_Shop.git 后期会持续进行功能更新以及开发阶段遇到的问题 ...
分类:
数据库 时间:
2017-07-18 13:30:17
阅读次数:
153