logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【解决方案】Linux图形界面远程显示Linux服务器的图形化窗口

ssh到图形界面时报:X11 forwarding request failed on channel 0ssh登录Linux服务器,并显示图形化界面a) 编辑本地主机sshd的配置文件。a) 编辑目标主机的sshd配置文件。b) 重新启动sshd服务让它生效。如果登陆时输出的文本信息中不包含。查看当前DISPLAY配置。b) 重启ssh 服务。配置转发参数为yes。

#linux#服务器#运维
【OpenCV+OPENVINO使用】openvino安装教程

转载自文章:巨详细!使用OpenCV和OpenVINO轻松创建深度学习应用额外内容:修改openvino安装后自带的opencv,改为自己版本的opencv(为了使用opencv_contrib)第一步:安装OpenVINO从官网注册并下载OpenVINO开发包的Linux版本:官网下载地址:https://software.intel.com/content/www/us/en/develop/

#openvino#linux
【PAT】1001.A+B Format (20)

题目描述:Calculate a + b and output the sum in standard format – that is, the digits must be separated into groups of three by commas (unless there are less than four digits).翻译:计算a+b然后按照标准格式输出——这代表数字...

【PAT】1024.Palindromic Number (25)

题目描述A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. For example, 1234321 is a palindromic number. All single digit numbers are palindromic n..

【Web开发】Action和类型转换

间接访问Servlet API通过ActionContext类来访问Servlet的对象,只能获得requestpublic String checkLogin(){ActionContext ac=ActionContext.getContext();ac.getSession().put("login", name);ac....

到底了