码迷,mamicode.com
首页 >  
搜索关键字:ant zip    ( 16918个结果
zookeeper 图形化的客户端工具:ZooInspector
ZooInspector下载地址https://issues.apache.org/jira/secure/attachment/12436620/ZooInspector.zip; 解压,进入目录ZooInspector\build, 双击zookeeper-dev-ZooInspector.ja ...
分类:其他好文   时间:2020-07-01 12:21:12    阅读次数:168
大学物理 —— 磁场中的磁介质
We can do anything we want to do if we stick to it long enough.只要锲而不舍,我们便能做自己想做的任何事情。 大学物理 —— 磁场中的磁介质 花了几天搞了些事情,祝我一切顺利。 目录 1. 磁介质对磁场的影响2. 原子的磁矩3. 磁介质的 ...
分类:其他好文   时间:2020-06-30 22:45:44    阅读次数:90
windows安装、使用MongoDB
安裝 MongoDB下载,下载zip包,解压 添加环境变量 创建数据库文件夹 C:\MongoDb_data\DB 配置数据库并启动 mongod --dbpath C:\MongoDb_data\DB 配置文件: 在MongoDB根目录创建文件mongod.cfg,写入: systemLog: d ...
分类:数据库   时间:2020-06-30 20:38:42    阅读次数:75
基于docker快速搭建hive环境
一、概述 Hive是什么? Hive是一个数据仓库基础工具在Hadoop中用来处理结构化数据。它架构在Hadoop之上,总归为大数据,并使得查询和分析方便。 最初,Hive是由Facebook开发,后来由Apache软件基金会开发,并作为进一步将它作为名义下Apache Hive为一个开源项目。它用 ...
分类:其他好文   时间:2020-06-30 17:16:56    阅读次数:54
Nginx 部署 Ant Design静态访问配置
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
位姿转换
位姿中姿态的表示形式有很多种,比如:旋转矩阵、四元数、欧拉角、旋转向量等等。这里实现四种数学形式的相互转换功能,基于Eigen。 首先丢出Eigen的一个Demo: testEigen.cpp(Demo) 1 #include<iostream> 2 using namespace std; 3 4 ...
分类:其他好文   时间:2020-06-30 14:28:37    阅读次数:58
P4 Runtime - Putting the Control Plane in Charge of the Forwarding Plane
A few weeks ago we introduced the first demonstration of “P4 Runtime”. We invite all members of the networking community to join with us, so that toge ...
分类:其他好文   时间:2020-06-30 13:01:44    阅读次数:51
linux下编译GDAL3.x(集成Proj和Geos等)
1、准备工作 1、安装 gcc 、vcpkg 等。 2、下载最新的 GDAL 源码。 3、使用 vcpkg 安装第三方库。 ./vcpkg install tiff install sqlite3[tool] ./vcpkg install geos ./vcpkg install curl ./v ...
分类:系统相关   时间:2020-06-30 13:00:36    阅读次数:183
[极客大挑战 2019]PHP
题目上说有备份的好习惯,扫描目录得到www.zip 几个重要php文件内容: index.php 1 <?php 2 include 'class.php'; 3 $select = $_GET['select']; 4 $res=unserialize(@$select); 5 ?> 代码第4行u ...
分类:Web程序   时间:2020-06-30 12:45:43    阅读次数:78
Ubuntu安装bochs运行Linux 0.11
安装 bochs sudo apt-get install bochs suao apt-get install bochs-x 下载Linux0.11镜像文件 从 http://oldlinux.org/Linux.old/bochs/ 下载 linux-0.11-devel-060625.zip ...
分类:系统相关   时间:2020-06-30 11:13:21    阅读次数:125
16918条   上一页 1 ... 61 62 63 64 65 ... 1692 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!