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
安裝 MongoDB下载,下载zip包,解压 添加环境变量 创建数据库文件夹 C:\MongoDb_data\DB 配置数据库并启动 mongod --dbpath C:\MongoDb_data\DB 配置文件: 在MongoDB根目录创建文件mongod.cfg,写入: systemLog: d ...
分类:
数据库 时间:
2020-06-30 20:38:42
阅读次数:
75
一、概述 Hive是什么? Hive是一个数据仓库基础工具在Hadoop中用来处理结构化数据。它架构在Hadoop之上,总归为大数据,并使得查询和分析方便。 最初,Hive是由Facebook开发,后来由Apache软件基金会开发,并作为进一步将它作为名义下Apache Hive为一个开源项目。它用 ...
分类:
其他好文 时间:
2020-06-30 17:16:56
阅读次数:
54
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
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
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
题目上说有备份的好习惯,扫描目录得到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
安装 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