获取集合元素的长度用的是size方法. 传入Object类型的值,返回boolean值的remove方法,含义是判断是否删除成功. 传入索引值的remove方法,返回的是被删除的元素. 修改值得set方法,第一个参数是索引值,第二个参数是修改后的值最后返回的是被修改的值. package com.itheima_01; import java.util.ArrayList; /* * 获取元素 * public E get(int index):返回指定索引处的元素 * 集合长度 * publi…
转载自:http://www.cnblogs.com/xiaoit/p/3867573.html 1:启动MongoDB 2014-07-25T11:00:48.634+0800 warning: Failed to connect to 127.0.0.1:27017, reason: errno:10061 由于目标计算机积极拒绝,无法连接. 2:添加一配置文件 ##数据文件 dbpath=E:\ruanjian\MongoDB\data ##日志文件 logpath=E:\ruanjian…
1:启动MongoDB 2014-07-25T11:00:48.634+0800 warning: Failed to connect to 127.0.0.1:27017, reason: errno:10061 由于目标计算机积极拒绝,无法连接. 2:添加一配置文件 ##数据文件 dbpath=E:\ruanjian\MongoDB\data ##日志文件 logpath=E:\ruanjian\MongoDB\log\mongo.log 添加相应目录和文件,如下图所示 3: C:\User…
在运行maskrcnn时,会碰到训练不动的问题,就卡在这儿 UserWarning: Converting sparse IndexedSlices to a dense Tensor of unknown shape. This may consume a large amount of memory. "Converting sparse IndexedSlices to a dense Tensor of unknown shape. " Epoch 1/10 image_id…
尝试搭建nginx负载均衡,做域名转发时报如上错误,困扰了好长时间还好没放弃,还好百度找到解决办法: 是SeLinux导致: 1.执行下面的命令 setsebool -P httpd_can_network_connect 1 2.关闭SeLinux,可以查看以下文章: CentOS下查看SeLinux状态及关闭SeLinux 用第一种方案,完美解决,域名访问成功.转自博客园studyphp…
来源:http://forum.ubuntu.org.cn/viewtopic.php?f=116&t=463646 1.执行如下命令 uname -a sudo lspci -knn sudo lshw -C network ifconfig ping 192.168.1.1 -c 4 tail /var/log/syslog -n 20 2.查看状态: gofox@gofox-To-be-filled-by-O-E-M:~$ uname -aLinux gofox-To-be-filled-…
一.背景 LS1021ATWR开发板运行官方的openwrt系统 二.日志分析 2.1 linux相关日志 root@OpenWrt:/# reboot  重启 root@OpenWrt:/# [ 2324.325719] device eth0 left promiscuous mode 网卡eth0离开混杂模式 [ 2324.330172] br-lan: port 1(eth0) entered disabled state 网卡eth0进入禁用状态 [ 2324.346789] IPv6…
https://zhidao.baidu.com/question/192966322.html 写出ubuntu linux系统中查看本机cpu和内存信息的命令和用法,以及如何解读这些命令 ubuntu系统中查看本机cpu和内存信息的命令和用法 大文实验室/大文哥 壹捌陆捌零陆捌捌陆捌贰 21504965 AT qq.com 完成时间:2017/12/11 13:46 版本:V1.0 匿名 | 浏览 36342 次  问题未开放回答 |举报 推荐于2017-11-28 07:20:35 最佳答…
star@xmatrix:~$ lshwWARNING: you should run this program as super-user.xmatrix                       description: Computer    width: 64 bits    capabilities: vsyscall32  *-core       description: Motherboard       physical id: 0     *-memory         …
Linux 日常操作 */--> Linux 日常操作 Table of Contents 1. 查看硬件信息 1.1. 服务器型号序列号 1.2. 主板型号 1.3. 查看BIOS信息 1.4. 查看内存槽及内存条 1.5. 查看CPU 1.6. 查看内存 1.7. 查看磁盘基本信息 1.8. 查看网卡基本信息 2. 性能分析 2.1. 占用CPU最高的进程 2.2. 占用物理内存最多的进程 2.3. 占用swap空间最多的进程 2.4. 占用IO最高的进程 3. 时间相关 1 查看硬件信息…