今天处理一个bug,首页热门商品未按照预先排序展示。 前端使用ajax去后台获取数据,成功后循环商品列表渲染页面,前端不负责排序,因此问题应该出在后台返回的数据未正确排序上。 翻出后端代码,此处分为两步: 1,从热门商品表获取商品id并按字段sort排序,select commodity_id fr Read More
posted @ 2018-11-09 15:14 it_is_life 阅读(848) 评论(0) 推荐(0)
settings.xml 中配置 1,jar包将优先从此配置仓库下载 <profile> <id>nexus</id> <!--Enable snapshots for the built in central repo to direct --> <!--all requests to nexus Read More
posted @ 2017-12-31 11:51 it_is_life 阅读(272) 评论(0) 推荐(0)
1,启动命令 在bin目录下 flume-ng.cmd agent -conf ../conf -conf-file ../conf/spooling.conf -name a1 -property flume.root.logger=INFO,console 2,自定义拦截器 实现org.apac Read More
posted @ 2017-12-31 11:44 it_is_life 阅读(94) 评论(0) 推荐(0)
工作中常用Git操作 1,git init 在此目录下初始化git 2,git add -A git 添加所有文件 3,git commit -m“......” 提交到本地git 4,git remote add 【name】URL 添加远程github仓库,取名为name(初次添加远程) 5,g Read More
posted @ 2017-12-31 11:36 it_is_life 阅读(91) 评论(0) 推荐(0)
利用工具jar包,解析csv文件,直接上代码 Read More
posted @ 2017-10-27 17:07 it_is_life 阅读(3759) 评论(0) 推荐(0)
--查耗时长的SQLselect sql_textfrom v$sqltextwhere (hash_value,address) in (select * from (select sql_hash_value,sql_address from v$session_longops order by Read More
posted @ 2017-07-21 17:24 it_is_life 阅读(347) 评论(0) 推荐(0)
VPN :一般指虚拟专用网络 虚拟专用网络的功能是:在公用网络上建立专用网络,进行加密通讯。在企业网络中有广泛应用。VPN网关通过对数据包的加密和数据包目标地址的转换实现远程访问。VPN有多种分类方式,主要是按协议进行分类。VPN可通过服务器、硬件、软件等多种方式实现。 远程桌面连接:远程桌面连接功 Read More
posted @ 2017-07-21 17:05 it_is_life 阅读(7) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示