会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
安好_世界
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
19
下一页
2021年3月3日
JS 正则详解
摘要: test - 判断字符串是否符合规定的正则 rep =/\d+/; rep.test('211')#true rep =/^\d+$/ rep.test('2222ff3') #false rep.test('22223') #true exec -获取匹配的数据 req = /\d+/ str="
阅读全文
posted @ 2021-03-03 22:23 安好_世界
阅读(208)
评论(0)
推荐(0)
2021年3月1日
表单验证
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .error{ color: red; } </style> </head> <body> <form id="f1
阅读全文
posted @ 2021-03-01 16:40 安好_世界
阅读(36)
评论(0)
推荐(0)
2021年2月22日
ubuntu16.04安装Grafana
摘要: ubuntu16.04安装Grafana 1.在Grafana官网查看最新版本。 2.输入以下命令,执行安装。 wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana_5.1.3_amd64.deb sudo
阅读全文
posted @ 2021-02-22 11:33 安好_世界
阅读(808)
评论(0)
推荐(0)
Crontab详细用法-定时任务详解
摘要: Cron表达式是一个字符串,字符串以5或6个空格隔开,分为6或7个域,每一个域代表一个含义,Cron有如下两种语法格式: Seconds Minutes Hours DayofMonth Month DayofWeek Year或Seconds Minutes Hours DayofMonth Mo
阅读全文
posted @ 2021-02-22 10:58 安好_世界
阅读(4902)
评论(0)
推荐(0)
ubuntu16.04 安装influxdb,简单使用
摘要: 1. 执行命令,完成安装 sudo apt install influxdb sudo apt install influxdb-client 2. 查看influxdb状态,q退出。设置开机启动 sudo service influxdb status //查看状态 sudo service in
阅读全文
posted @ 2021-02-22 10:56 安好_世界
阅读(579)
评论(0)
推荐(0)
2021年2月18日
jQuery CSS操作 点赞样式
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .container{ padding: 50px; border: 1px solid #dddddd; } .i
阅读全文
posted @ 2021-02-18 17:07 安好_世界
阅读(88)
评论(0)
推荐(0)
jQuery文档处理
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <input id="t1" type="text"/> <input id="t2" type="b
阅读全文
posted @ 2021-02-18 15:19 安好_世界
阅读(39)
评论(0)
推荐(0)
tab菜单的实现
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .hide{ display: none; } .active{ background-color: brown;
阅读全文
posted @ 2021-02-18 14:11 安好_世界
阅读(109)
评论(0)
推荐(0)
2021年2月10日
jQuery的属性和样式操作
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .c1{ } .hide{ display: none; } </style> </head> <body> <in
阅读全文
posted @ 2021-02-10 10:50 安好_世界
阅读(62)
评论(0)
推荐(0)
2021年2月7日
jQuery模态对话框示例
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .modal{ position: fixed; top: 50%; left: 50%; width: 500px
阅读全文
posted @ 2021-02-07 17:55 安好_世界
阅读(143)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
19
下一页
公告