码迷,mamicode.com
首页 >  
搜索关键字:x11 putty    ( 1986个结果
mqtt学习——ubuntu入门
环境:云端环境:阿里云服务器ECS linux操作系统 本地环境:win10 软件putty:连接教程:https://help.aliyun.com/document_detail/25434.html?spm=a2c4g.11186623.4.4.5fc8164b8FwgBF 阿里云新手教程参考 ...
分类:系统相关   时间:2018-09-05 18:04:56    阅读次数:265
matplotlib的学习13-subplot分格显示
ax3 = plt.subplot2grid((3,3),(2,0))表示把整个figure分为了三行三列,从第二行第0列开始作图 可以就是用网格作图,方便 ...
分类:其他好文   时间:2018-09-04 14:02:38    阅读次数:287
putty-gns3
hcl-cloud用的就是这个putty http://forum.gns3.net/topic5016.html File comment: Compiled PuTTY 0.62 for windows:1 - Normal PuTTY with this patch.2 - Standalon ...
分类:其他好文   时间:2018-09-01 21:59:31    阅读次数:310
PuTTY 反向代理
Session 添加Host Name 例: dxc@123.206.*.* port:0000Saved Sessions:Tunnels SSH 中 Tunnels 添加通道:Source port :7001Destination:localhost:8080Auto Remote添加 Add ...
分类:其他好文   时间:2018-08-31 11:47:31    阅读次数:228
华为虚拟化卷删除后解除关联失败
注:虚拟化版本FusiionComputerV100R006C10SPC101手动删除卷成功,在数据存储进行解关联操作时,提示“数据存储正在使用,不允许操作”卷被删除以后,数据库中残留存储的数据未成功删除,导致无法在FusionCompute系统中删除对应数据存储信息解决方法:1、查看VRM节点上数据库的类型,默认为高斯数据库2、使用PuTTY连接VRM的浮动IP地址,使用gandalf帐号进行登
分类:其他好文   时间:2018-08-29 18:00:43    阅读次数:214
getting session bus failed: //bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.
今天在调试dbus程序的时候,运行程序出现了getting session bus failed: //bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initializati ...
分类:数据库   时间:2018-08-28 20:14:45    阅读次数:1103
plink和pscp命令使用(登录linux并执行命令/linux和Windows服务器文件互拷)
1. 使用Putty提供的plink.exe来自动登陆一个机器并执行命令,完成后自己关闭 bat文件内容如下: D:\Download\Software\Putty-0.60\plink.exe -pw jointforce2004 root@192.168.0.1 "/root/testconn. ...
分类:Windows程序   时间:2018-08-28 01:02:22    阅读次数:743
Jmeter 处理Unicode编码转为中文
1.添加一个后置处理器(BeanShell PostProcessor) 添加代码如下: String s=new String(prev.getResponseData(),"UTF-8"); char aChar; int len= s.length(); StringBuffer outBuf ...
分类:其他好文   时间:2018-08-27 14:05:36    阅读次数:238
Can't connect to X11 window server using ':1.0' as the value of the DISPLAY variable.
安装oracle数据时需要用到图形界面安装,当我们用root用户登录后切换到oracle用户时运行./runInstaller提示报错: Can't connect to X11 window server using ':1.0' as the value of the DISPLAY varia ...
分类:Windows程序   时间:2018-08-24 22:56:15    阅读次数:229
怎样操作vue.js使用3DES加密
如何在VUE-CLI手脚架建立的工程中使用3des加密: 1 npm install crypto-js --save-dev npm install crypto-js --save-dev 1 import CryptoJS from 'crypto-js' import CryptoJS fr ...
分类:Web程序   时间:2018-08-24 17:15:04    阅读次数:244
1986条   上一页 1 ... 38 39 40 41 42 ... 199 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!