/** * 直接使用 */ var scripts = document.getElementsByTagName("script"); for (var i = 0; i < scripts.length; i++) { scripts[i].parentNode.removeChild(scri ...
分类:
编程语言 时间:
2021-01-28 12:27:14
阅读次数:
0
SQL Query aggregate may not appear in WHERE clause 错误的写法 SELECT StartDate, ClientID, COUNT(1) AS Total FROM dbo.tbm_cti_CustomTableItem_BudgetPeriod W ...
分类:
移动开发 时间:
2021-01-28 12:25:03
阅读次数:
0
SONIC 简介 定义及架构 SONIC (Software for Open Networking in the Cloud) 主要是运行在开放交换机上的开源网络操作系统,其包含了一个功能齐全的网络层设备。截至 2018 年,SONIC 支持 BGP,LLDP,link aggregation/L ...
分类:
其他好文 时间:
2021-01-28 12:14:56
阅读次数:
0
CSS ##选择器 类选择器 . id选择器 # 标签选择器 某标签名 嵌入方式: - 行内 style="color:blue" - 内部<style type="text/css"> - 外部<link href="demo.css" rel="stylesheet"> 高级选择器: first ...
分类:
Web程序 时间:
2021-01-28 12:12:11
阅读次数:
0
一、网络配置文件 1.1 系统网络设备配置文件/etc/sysconfig/network-scripts ]# vim /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 //表示网卡物理设备的名字 BOOTPROTO=dhcp //表示为网 ...
分类:
系统相关 时间:
2021-01-28 11:48:37
阅读次数:
0
错误原因:cannot import name 'open' from 'smart_open' 根本原因在于:各个模块之间版本不兼容,调用出现错误 更新smart_open版本无效,之后查看smart_open文件夹下utils.py和smart_open_lib.py 在smart_open_l ...
分类:
其他好文 时间:
2021-01-27 13:23:41
阅读次数:
0
# cp [-adfilprsu] 源文件(source) 目标文件(destination)# cp [options] source1 source2 source3 …. directory参数:-a :相当于 -pdr 的意思;-d :若来源文件为连结文件的属性(link file),则复制 ...
分类:
系统相关 时间:
2021-01-26 12:02:15
阅读次数:
0
使用wait()notify()的前置条件 调用wait()和notify()的线程必须是已经获取了synchronized对象锁(注意这里是对象锁不是类锁也就是说被static标记的方法是不行的)的线程。否则将会抛出java.lang.IllegalMonitorStateException wa ...
分类:
编程语言 时间:
2021-01-26 11:40:49
阅读次数:
0
CSS Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS. <link href="https://cdn.jsdelivr.net/npm/bootstrap ...
分类:
其他好文 时间:
2021-01-25 11:24:06
阅读次数:
0
{eyou:tag getall='1' row='50' sort='hot'} <a href='{$field.link}'>{$field.tag}</a> {/eyou:tag} getall='' 获取类型,0为当前内容页TAG标记,1为获取全部TAG标记 sort='' 标签排序方式 ...
分类:
其他好文 时间:
2021-01-25 11:16:55
阅读次数:
0