码迷,mamicode.com
首页 >  
搜索关键字:instaling software    ( 7075个结果
1- Bluetooth开发
工具篇: ①协议栈下载环境 nrfgo studio NORDIC 公司有专业的协议栈下载工具。大家可以去 NORDIC 公司官网下载最新版本,(注意如果使用我们的 jlink ob 仿真器,最新版本 nrfgo 只能在 win10 系统下使用)https://www.nordicsemi.com/ ...
分类:其他好文   时间:2020-07-22 11:31:54    阅读次数:82
oracle 11g安装
oracle下载 一、oracle官网https://www.oracle.com/database/technologies/oracle-database-software-downloads.html进行相应版本下载,之后会有两个压缩包,下载完成后将文件解压到同一个目录下。 二、安装步骤如下: ...
分类:数据库   时间:2020-07-21 21:31:41    阅读次数:85
常用模块文档地址
1. urllib https://docs.python.org/zh-cn/3/library/urllib.request.html#module-urllib.request 2. BeautifulSoup https://www.crummy.com/software/Beautiful ...
分类:其他好文   时间:2020-07-21 01:10:58    阅读次数:71
Hadoop基础(三十三):Zookeeper 分布式安装部署
1.集群规划 在 hadoop102、hadoop103 和 hadoop104 三个节点上部署 Zookeeper。 2.解压安装 (1)解压 Zookeeper 安装包到/opt/module/目录下 [atguigu@hadoop102 software]$ tar -zxvf zookeep ...
分类:其他好文   时间:2020-07-21 01:06:25    阅读次数:87
PaperRead - Fast Software for Box Intersections
PaperRead - Fast Software for Box Intersections Zomorodian, Afra, Edelsbrunner,等. Fast Software for Box Intersections.[J]. International Journal of Co ...
分类:其他好文   时间:2020-07-20 15:40:31    阅读次数:66
hdfs、hive、hbase的搭建总结
jdk的安装 上传jdk的安装包到linux中 解压、更名 [root@qianfeng01 software]# tar -zxvf jdk-8u221-linux-x64.tar.gz -C /usr/local/ [root@qianfeng01 software]# cd /usr/loca ...
分类:其他好文   时间:2020-07-19 17:54:49    阅读次数:72
python网站发布
""" /etc/python3 @File : IO_HTTP.py @Time : 2020/7/18 下午3:26 @Author : wangyongqi @Email : 92644827@qq.com @SOftware : PyCharm """ from socket import ...
分类:编程语言   时间:2020-07-18 22:38:02    阅读次数:118
Git 源码编译安装
在官网下载源码包 https://mirrors.edge.kernel.org/pub/software/scm/git/ 编译安装,此处演示2.27.0版本。 tar xf git-2.27.0.tar.gz cd git-2.27.0 yum install gcc zlib-devel.x8 ...
分类:其他好文   时间:2020-07-18 22:34:06    阅读次数:133
select 中的poll方法
服务端: """ /etc/python3 @File : poll_test.py @Time : 2020/7/17 下午5:00 @Author : wangyongqi @Email : 92644827@qq.com @SOftware : PyCharm """ from socket ...
分类:其他好文   时间:2020-07-17 22:21:19    阅读次数:90
鼠标右键快捷键修改的所对应注册表位置
打开注册表:在【开始】→【运行】中输入-》 regedit 按回车键之后,打开注册表编辑器。 或者win+r输入regedit 按回车键之后,打开注册表编辑器。 1. 添加鼠标右键新建项:对应单击桌面空白处,新建菜单中的项目对应注册表中的位置 : HKEY_CURRENT_USER\Software ...
分类:其他好文   时间:2020-07-15 15:57:50    阅读次数:128
7075条   上一页 1 ... 15 16 17 18 19 ... 708 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!