自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (10)
  • 收藏
  • 关注

原创 【备忘】css文本超出后显示省略号(支持单行、多行)

//css文本超出后显示省略号(单行):overflow:hidden;/*是让文本溢出后,显示成省略号*/text-overflow:ellipsis;/*禁止自动换行*/white-space:nowrap;//css文本超出后显示省略号(多行): display: -webkit-box; -webkit-box-orient: vertical; /** 要控制的行数, 例如:控制文字达到第4行,那多余的就显示省略号 */ -webkit-lin

2021-05-19 15:20:39 142

原创 【备忘】es复杂聚合之统计每半个小时最高在线人数

我的需求:统计每个小时最高在线人数日志记录逻辑:每个大厅每15秒记录一次在线人数数据统计逻辑:{ "query": { "bool": { "must": [{ "match": { "statFunc": "onlinecount" } }, {

2021-05-08 11:07:40 531

原创 【备忘】es复杂聚合逻辑查询语句编辑经验记录

我的需求:统计每天最高在线人数日志记录逻辑:每个大厅每15秒记录一次在线人数数据统计逻辑:{ "query": { "bool": { "must": [ { "range": { "unixtime": { "gt": 1620316800000, "lt": 1620403199000 } } .

2021-05-08 10:50:32 262

原创 【备忘】crontab使用经验集合

# 每隔30分钟执行python文件(可以改为每隔几天,几小时,几个月)*/30 * * * * python /path-to-file/test.py# 每3分钟请求一次URL*/3 * * * * /usr/bin/curl http://fghj.playone.cn/index/Info/philDience >> /tmp/task_log.log# 每分钟更新一次代码*/1 * * * * cd /www/web/www.ss.com;git pull..

2021-05-07 14:13:58 118

方便自己下载的ajaxfileupload.js备份

1、jquery异步上传图片 2、js前端异步上传图片 3、下载免费 4、功能已测试可以使用

2022-02-25

JavaScript原生客户端cookie存取功能(优化加密+封装版)cookie.js

手写cookie操作功能,纯正,有效,适合所有开发者使用。 使用:1、引入Cookie.js; 2、存储:Cookie.setCookie('name','andy'); 3、获取:Cookie.getCookie('name');

2021-02-09

[废弃]JS cookie存取功能(加密优化版)

什么是cookie? cookie 是存储于访问者的计算机中的变量。每当同一台计算机通过浏览器请求某个页面时,就会发送这个 cookie。你可以使用 JavaScript 来创建和取回 cookie 的值。 有关cookie的例子: 名字 cookie 当访问者首次访问页面时,他或她也许会填写他/她们的名字。名字会存储于 cookie 中。当访问者再次访问网站时,他们会收到类似 "Welcome John Doe!" 的欢迎词。而名字则是从 cookie 中取回的。 密码 cookie 当访问者首次访问页面时,他或她也许会填写他/她们的密码。密码也可被存储于 cookie 中。当他们再次访问网站时,密码就会从 cookie 中取回。 日期 cookie 当访问者首次访问你的网站时,当前的日期可存储于 cookie 中。当他们再次访问网站时,他们会收到类似这样的一条消息:"Your last visit was on Tuesday August 11, 2005!"。日期也是从 cookie 中取回的。

2018-08-15

PHPExcel_数据导出excel

HPExcel 是用来操作Office Excel 文档的一个PHP类库,它基于微软的OpenXML标准和PHP语言。可以使用它来读取、写入不同格式的电子表格。整体来说是一个不错的Excel操作类。

2017-12-31

hplusadmin

hplusadmin hplus hplusadmin 后台系统 h+后台系统 h+后台系统

2017-12-31

Navicat_for_MySQL_11.0.10_

Navicat_for_MySQL_11.0.10_Navicat_for_MySQL_11.0.10_

2017-12-31

jquery版本集合

版本集合 jquery版本集合 高低版本自由选择 验证器需配合layer使用,也可自主优化,使其脱离layer

2017-12-31

tomcat 6.x

Tomcat是Apache 软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,由Apache、Sun 和其他一些公司及个人共同开发而成。由于有了Sun 的参与和支持,最新的Servlet 和JSP 规范总是能在Tomcat 中得到体现,Tomcat 5支持最新的Servlet 2.4 和JSP 2.0 规范。因为Tomcat 技术先进、性能稳定,而且免费,因而深受Java 爱好者的喜爱并得到了部分软件开发商的认可,成为目前比较流行的Web 应用服务器。

2014-06-16

spring_完整包

spring 完整包 用于欢迎下载 Spring Framework 3 2 0 M1 Copyright c 2002 2012 SpringSource a division of VMware Inc This product is licensed to you under the Apache License Version 2 0 the "License" You may not use this product except in compliance with the License This product may include a number of subcomponents with separate copyright notices and license terms Your use of the source code for these subcomponents is subject to the terms and conditions of the subcomponent"s license as noted in the license txt file ">spring 完整包 用于欢迎下载 Spring Framework 3 2 0 M1 Copyright c 2002 2012 SpringSource a division of VMware Inc This product is licensed to you under the Apache License Version 2 0 the "License" You may not use this product except in compliance with the License Thi [更多]

2014-06-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除