V2AS
问路
意见反馈
↓ 按住下拉
mongodb-安装&配置&启动
下载:https://www.mongodb.com/dr/fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel70-4.0.3.tgz/download 解压:tar -zxvf mongodb-linux-x86_64-rhel70-4.0 ......
mongodb
MongoDB
安装
bin
64
centos7-网络与防火墙常用命令
1、网络配置 vi /etc/sysconfig/network-scripts/ifcfg-ens33 BOOTPROTO="static" IPADDR=192.168.163.131 NETMASK=255.255.255.0 GATEWAY=192.168.163.2 serv ......
防火墙
常用命令
firewall
firewalld
命令
12.Maps
1 Maps maps中的元素是key-value对儿,key与value之间使用冒号(:)分割。创建一个空value的map,使用[:]。默认情况下,map的类型是java.util.HashMap。如果这些k ......
map
println
key
value
entry
redis 拒绝远程访问解决
启动时报的警告: 1、Warning: no config file specified, using the default config. In order to specify a config file use ./src/redis-server /path/to/redis ......
redis
Redis
解决
访问
conf
morphia(3)-查询
1、查询所有 @Test public void query() throws Exception { final Query<Employee> query = datastore.createQuery(Employee.class); final List<Emplo ......
Employee
id
mongodb
morphia
查询
morphia(2)-添加
1、简单 @Test public void add() throws Exception { final Employee em = new Employee("遥远2",50000.0); Key<Employee> key = datastore.save(em); ......
Employee
id
com
添加
ObjectId
aerospike(1)-centos7安装aerospike
要安装的软件:server和tools 下载地址:https://www.aerospike.com/download/server/4.5.1.5/ server: 1、下载 wget https://www.aerospike.com/artifacts/aerosp ......
aerospike
安装
root
zuoys
el7
V2AS = Way To Ask
V2AS 一个技术分享与创造的静土
手机扫一扫
移动阅读更方便
近15日热搜文章
Paxos协议超级详细解释+简单实例
Linux下VCS2014和Verdi2015的联合使用
C++20初体验——concepts
4
Linux下安装ffmpeg,视频格式转换
5
Arduino 看门狗使用
6
UPX源码分析——加壳篇
7
Knockout.Js官网学习(数组observable)
8
华为路由交换综合实验 ---IA阶段
9
查看显卡报错:NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
10
linux下生成动态库和链接动态库