...n col_id //搭配ID col_title //搭配标题 col_text //搭配说明 商品表: //items item_id //商品ID item_title //商品标题 item_text //商品说明 item_type // 商品类型:上衣、裙子、裤子、鞋子、配饰 col_id // 归属于哪个搭配ID 就是一个服装搭...
...n col_id //搭配ID col_title //搭配标题 col_text //搭配说明 商品表: //items item_id //商品ID item_title //商品标题 item_text //商品说明 item_type // 商品类型:上衣、裙子、裤子、鞋子、配饰 col_id // 归属于哪个搭配ID 就是一个服装搭...
情景: /** 商品表: 字段: id = int 产品ID ,存储格式为 1 catid = int 栏目ID , 存储格式为 38 option = string 属性值 =》 3,5,8 3,5,8 是属性表里的 3【红色】,5[38码],8【纯棉】 ------- **/ 现...
...ct.default_charset = utf-8 server.index = 8383 server.search = 8384 ; 商品ID 与配送范围 配送范围以特殊格式放到标题后面 [goods_id] type = id ; 商品名称 [goods_name] type = title index = both ; 商品分类 [cat_id] type = string index = mixed tokenizer =...
...结果有丢失,而且搜寻结果还重复。 本来只让显示ID和商品名称的,可是结果却部分显示了商品编号。 奇怪的是,显示商品编号的都没有标题。有编号的都显示正确。 请问我哪地方写得不对吗?