在路由器上启用OSPF路由协议 Router(config)#router ospf process-id process-id是进程号,取值范围1-65535。 发布所知道的网络 Router(config-router)#network address wildcard-mask area ar ...
分类:
其他好文 时间:
2021-05-24 09:55:54
阅读次数:
0
小程序启动下载逻辑相关: https://game.weixin.qq.com/cgi-bin/h5/static/commlib/index.html 这个是实时的。 但是貌似本地也会存储,存储路径: /var/mobile/Containers/Data/Application/B1E7B553 ...
分类:
微信 时间:
2021-05-24 09:49:44
阅读次数:
0
~~ (取整) ~~代表双非按位取反运算符, 如果你想使用比Math.floor()更快的方法,那就是它了。 需要注意,对于正数,它向下取整;对于负数,向上取整;非数字取值为0,它具体的表现形式为: ~~null; // => 0 ~~undefined; // => 0 ~~Infinity; / ...
分类:
Web程序 时间:
2021-05-24 08:51:19
阅读次数:
0
<html> <embed height="200" type="application/x-shockwave-flash" width="200" src="http://www.blogclock.cn/swf/S1000746cf11489-9.swf" wmode="transparent ...
分类:
其他好文 时间:
2021-05-24 08:27:38
阅读次数:
0
Java零基础学习(Object类) API概述以及Object类的概述 1.API(Application Programming Interface) 应用程序编程接口 2.Java API 就是Java提供给我们使用的类,这些类将底层的实现封装了起来 我们不需要关心这些类是如何实现的,只需要学 ...
分类:
编程语言 时间:
2021-05-24 08:04:10
阅读次数:
0
云服务器 公共参数 - 调用方式 - API 中心 - 腾讯云 https://cloud.tencent.com/document/api/213/15692 X-TC-Version String 是 操作的 API 的版本。取值参考接口文档中入参公共参数 Version 的说明。例如云服务器的 ...
分类:
其他好文 时间:
2021-05-24 07:45:47
阅读次数:
0
一. requests库的介绍与安装 pip install requests 二. 请求数据场景 2.1 请求方式:GET, 请求类型:application/x-www-form-urlencoded # -*- coding: utf-8 -*- # @Time : 2021/5/11 23: ...
分类:
编程语言 时间:
2021-05-24 07:15:29
阅读次数:
0
原生input 类型为file时需要对不同参数做出调整 <input type="file" name="file" id="file" accpet=".doc,.docx,application/msword,application/vnd.openxmlformats-officedocume ...
分类:
其他好文 时间:
2021-05-24 06:06:15
阅读次数:
0
运算符 一元运算符 只能操作一个值的运算符叫做一元运算符 //后取值 先执行运算, 再取值 //前取值 先取值, 再执行运算 前自加: var x=5; var num1=++x; // 相当于x=x+1; var num1=x; console.log('num1='+num1+' x='+x); ...
分类:
编程语言 时间:
2021-05-24 04:47:43
阅读次数:
0
get 头部header为 'content-type': 'application/json' post 头部 'content-type':"application/x-www-form-urlencoded" ...
分类:
其他好文 时间:
2021-05-24 04:36:32
阅读次数:
0