-
服务器
-
org.apache.tomcat.util.net.NioEndpoint,Tomcat 打开的文件过多
办法一: <Server port="8002" shutdown="SHUTDOWN" > <Service name="Catalina"> <Connector port="81 -
KVM虚拟机与宿主机复制文件
从虚拟机复制出来到宿主机 virt-copy-out -d domname file|dir [file|dir ...] localdir virt-copy-out -a disk.img file|dir [file|dir ...] localdir virt-copy-out -d vm0 -
修改远程桌面3389端口
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp HKEY_LOCAL_MACHINE\SYSTEM\CurrentContro1Set\Control\Tenninal Ser -
windows定时任务中启动bat失败
windows定时任务中启动bat失败 -
windows配置环境变量不重启生效
windows配置环境变量不重启生效 -
DOS(Windows)查看端口监听应用启动目录
netstat -ano查看全部端口监听情况
netsat -ano | findstr 80 查看80端口是否被监
tasklist | findstr 123 查看PID123的启动程序
到任务管理器中查找启动程序所在目录 -
Win10无法访问网上邻居
安装完windows后,把默认帐号删除了,启用administrator,发现网上邻居打不开了。 1. **启用Guest账户**:首先,确保Guest账户已经启用。在Windows 10中,可以通过“此电脑”管理界面找到“本地用户和组”中的Guest用户,右键点击选择“属性”,取消勾选“账户已禁用 -
CentOS中安装中文字体
先从你本机 C:\Windows\Fonts 拷贝或者网络上下载你想要安装的字体文件(*.ttf文件)到 /usr/share/fonts/cn(新创建的目录) # cd /usr/share/fonts/cn # chmod 755 *.ttf # mkfontscale (如果提示 mkfont -
yum配置
vi /etc/yum.repos.d/CentOS-Base.repo # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # u -
centos安装mongodb
rpm --import https://www.mongodb.org/static/pgp/server-5.0.asc vi /etc/yum.repos.d/mongodb-org-5.0.repo [mongodb-org-5.0] name=MongoDB Repository bas