#!/bin/bash ms=`date +%-H%M` if ((10#$1 <= 10#$ms));then echo "future time,please" exit 0 fi while ((10#$1 != 10#$ms)) do ms=`date +%H%M` if ((10#$1-1 ...
分类:
其他好文 时间:
2020-06-30 20:56:18
阅读次数:
74
this.wxInfo.redirect_uri = encodeURIComponent(window.location.href); var h = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=" + this.wxInf ...
分类:
微信 时间:
2020-06-30 17:39:40
阅读次数:
150
import shelve a = shelve.open('1') b = [1,2,3] a['b'] = b a.close()a['b'] Traceback (most recent call last):File "C:\Users\Administrator\AppData\Local ...
分类:
其他好文 时间:
2020-06-30 17:22:01
阅读次数:
66
location / { root /Users/heyang/Desktop/web/static; index index.html index.htm; try_files $uri $uri/ /index.html; } ...
分类:
其他好文 时间:
2020-06-30 17:12:37
阅读次数:
64
NGINX Docs | HTTP Load Balancing https://docs.nginx.com/nginx/admin-guide/load-balancer/http-load-balancer/ ...
分类:
其他好文 时间:
2020-06-30 13:05:33
阅读次数:
58
Spring Boot 整合 Shiro ,两种方式全总结! shirospringboot 发布于 2019-06-11 在 Spring Boot 中做权限管理,一般来说,主流的方案是 Spring Security ,但是,仅仅从技术角度来说,也可以使用 Shiro。 <!--more--> ...
分类:
编程语言 时间:
2020-06-30 12:32:50
阅读次数:
65
对于任何物联网DIY项目来说,Wi-Fi都是必不可少的工具包,毕竟没有网络,我们如何能称之为物联网系统呢?在物联网系统中,我们常使用的设备就是Arduino和树莓派,Arduino价格相比较于树莓派来说价格低不少,是很多学习者的香饽饽,但是Arduino并没有Wi-Fi模块,如果添加Wi-Fi防护罩... ...
分类:
其他好文 时间:
2020-06-29 18:45:22
阅读次数:
154
这个网站好像不能上传附件,直接分享csdn下载站的资源吧: https://download.csdn.net/download/dipolar/12559906 ...
分类:
其他好文 时间:
2020-06-29 15:36:08
阅读次数:
76
URI和URL URI的全程为Uniform Resource identifier,即统一资源标志符,URL的全称 Universal Resource Locator 即统一资源定位符 在目前的互联网,一般的网页链接可以成为URL,也可以成为URI。 超文本 超文本其英文名称叫做Hypertex ...
分类:
Web程序 时间:
2020-06-29 15:19:51
阅读次数:
72