上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 28 下一页
摘要: #set($layout = "layout/null.vm") <style type="text/css"> li { list-style: none; } .select-content { float: right; height: 36px; line-height: 36px; mar 阅读全文
posted @ 2020-03-24 16:41 王洪洪 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 下面记录下开发过程中的代码,便于后续使用。 1、多选下拉框,实现左右联动选择,其中引用了bootstrap样式的网络资源,使用时需保证网络可用。 <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding= 阅读全文
posted @ 2020-03-23 17:04 王洪洪 阅读(351) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > < 阅读全文
posted @ 2020-03-21 18:16 王洪洪 阅读(191) 评论(0) 推荐(0) 编辑
摘要: // 封装返回对象 String bizDataStr = bizMessage.getBizDataStr(); ConSellerGoods conSellerGoods = JsonUtil.fromJson(bizDataStr, ConSellerGoods.class); // 获取商家 阅读全文
posted @ 2020-03-21 17:03 王洪洪 阅读(135) 评论(0) 推荐(0) 编辑
摘要: package hh; import com.jd.jdx.x.sr.cms.business.container.ConOrderMainBusiness; import com.jd.jdx.x.sr.cms.dao.good.goodscategory.StkGoodsCategoryDao; 阅读全文
posted @ 2020-03-16 15:48 王洪洪 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 像这种带二级域名的,我们的项目部署上去会报404 解决方案 1、pom文件中添加 <profile> <id>development-ui</id> <properties> <jdx-sr-aps.prefix.url>/apsui</jdx-sr-aps.prefix.url> </proper 阅读全文
posted @ 2020-03-12 11:02 王洪洪 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 1、准备两张表,一张user一张ticket表(ticket用户登录后存储票据) 生成表语句 DROP TABLE IF EXISTS `per_users`; CREATE TABLE `per_users` ( `id` bigint(20) NOT NULL AUTO_INCREMENT CO 阅读全文
posted @ 2020-03-12 10:52 王洪洪 阅读(556) 评论(0) 推荐(0) 编辑
摘要: 一、redis概述 微信红包、淘宝、天猫、京东都使用redis redis是一种nosql 现在比较流行的nosql redis、memcached、mongodb、guava(loadingCache) redis支持多种数据类型:字符串(strings)、散列(hashes)、 列表(lists 阅读全文
posted @ 2019-12-26 18:05 王洪洪 阅读(551) 评论(0) 推荐(0) 编辑
摘要: .outer { width: 200px; height: 200px; background: red; position: relative; } .inner { position: absolute; top: 50%; left: 50%; transform: translate(-5 阅读全文
posted @ 2019-12-24 17:13 王洪洪 阅读(762) 评论(0) 推荐(0) 编辑
摘要: 1、ws.config签名 调用ticket等获取ws.config的签名,下面会调用方法再调用方法时需要再次按照调用方法的签名 wx.config({ debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通 阅读全文
posted @ 2019-11-06 15:45 王洪洪 阅读(2100) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 28 下一页