随笔 - 232  文章 - 1  评论 - 28  阅读 - 60万 
06 2022 档案
html加水印背景
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>页面添加水印</title> <script src="https://s3.pstatp.com/cdn/expire-1-M/jquery/3.3.1/jq 阅读全文
posted @ 2022-06-30 09:25 肖建锋 阅读(210) 评论(0) 推荐(0) 编辑
elasticsearch 聚合+排序
摘要:聚合的两种排序方式 1. 按组内字段排序: 分组后按组内数据某个字段进行排序 2. 按聚合后指标排序: 分组聚合后按照聚合后的某个新指标字段进行排序 案例: 按组内字段排序 AggregationBuilder aggregation = AggregationBuilders .terms("ag 阅读全文
posted @ 2022-06-10 16:58 肖建锋 阅读(688) 评论(0) 推荐(0) 编辑
npm配置nexu私服地址
摘要:现在公司内外配置nexus, 前端开发尽量使用公司私服, 减少构建时间。 npm install -g cnpm --registry=https://registry.npmmirror.com npm config set registry https://registry.npmmirror. 阅读全文
posted @ 2022-06-06 18:01 肖建锋 阅读(347) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示