码迷,mamicode.com
首页 >  
搜索关键字:dl    ( 2509个结果
Fedora32安装google chrome
一.创建yum源文件 cd /etc/yum.repo.d/ touch google-chrome.repo 二.输入yum源信息 [google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/st ...
分类:其他好文   时间:2020-07-05 10:38:04    阅读次数:114
LTE DL-SCH and PDSCH Processing Chain
Introduction In LTE the Downlink Shared Channel (DL-SCH) is a transport channel used for the transmission of user data, dedicated control and user-spe ...
分类:其他好文   时间:2020-07-05 00:30:22    阅读次数:93
Go语言VS Code开发环境搭建
Go版本:1.14.4 系统:win10 编辑器:VS Code golang 1.14 版本发布已有一段时间,搜了一下网上之前的教程都已过时,所以整理了一篇最新的 golang 开发环境搭建教程。 一、下载Go语言安装包 到官网https://golang.google.cn/dl/下载最新安装包 ...
分类:编程语言   时间:2020-07-02 18:27:58    阅读次数:81
在Linux中使用selenium(环境部署)
docker: https://www.cnblogs.com/qjfoidnh/p/12685060.html 在Linux中使用selenium(环境部署) 1、安装chrome 用下面的命令安装Google Chrome yum install https://dl.google.com/li ...
分类:系统相关   时间:2020-07-01 20:23:28    阅读次数:58
HTML元素刷新方式
div的局部刷新 $(".dl").load(location.href+" .dl"); 全页面的刷新方法 window.location.reload()刷新当前页面. parent.location.reload()刷新父亲对象(用于框架) opener.location.reload()刷新 ...
分类:Web程序   时间:2020-06-30 12:39:42    阅读次数:312
delphi中用代码实现注册Ocx和Dll
在windows系统中,可以通过Regsvr32来实现注册ocx或者dl, 编程时,调用Regsvr32来注册,却不能正常执行。尤其是在Win7系统中,需要管理员身份才能运行。 使用下面的代码则能正常注册。 //注册 function RegisterDllServer(FileName: stri ...
分类:Windows程序   时间:2020-06-30 10:49:27    阅读次数:64
华为 服务器 存储相关资料
fusionCube体验平台:http://itlabs.huawei.com/products/fusionCube 抓包工具 https://1.na.dl.wireshark.org/win64/Wireshark-win64-3.0.11.exe 配套的 华为官网学习视频:https://i ...
分类:其他好文   时间:2020-06-29 22:46:07    阅读次数:130
ubuntu18安装go
1.下载go go官网连不上,从golang中文社区下载go的安装包wget https://studygolang.com/dl/golang/go1.14.4.linux-amd64.tar.gz 2.将解压后的文件夹移动到 /usr/local/下 sudo mv go /usr/local/ ...
分类:系统相关   时间:2020-06-28 13:16:05    阅读次数:97
DL/T 1848-2018 220kV和110kV变压器中性点过电压保护技术规范
点击下载该标准 标准编号:DL/T 1848-2018标准名称:220kV和110kV变压器中性点过电压保护技术规范英文名称:Guide for overvoltage protection of 220kV and 110kV transformer neutral points发布部门:国家能源 ...
分类:其他好文   时间:2020-06-28 09:24:34    阅读次数:362
LTE DL-SCH and PDSCH Processing Chain
...
分类:其他好文   时间:2020-06-26 22:36:23    阅读次数:61
2509条   上一页 1 ... 6 7 8 9 10 ... 251 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!