#X11

Xshell报错“The remote SSH server rejected X11 forwarding request.”

 xshell连接centos7,报错:“TheremoteSSHserverrejectedX11forwardingrequest.” 打开文件/etc/ssh/sshd_config,修改下面的参数X11Forwardingyes如果有,那就不用修改 修改xs...

cxx11emu.h 和 logprint.h

 /*Startofcxx11emu.h*/#ifndefSTDBP_CXX11EMU_H_#defineSTDBP_CXX11EMU_H_#ifdefined(__cplusplus)||defined(c_plusplus)///@todoValuemaynotbecorrect,becauseasofw...
代码星球 ·2020-08-01

Directx11教程(14) D3D11管线(2)

下面我们来了解一些GPUmemory的知识,主要参考资料:http://fgiesen.wordpress.com/0211/07/02/a-trip-through-the-graphics-pipeline-2011-part-2    【注:请参考另一篇日志:2012-11...
代码星球 ·2020-05-14

Directx11代码下载

很多年前的代码,看还有朋友需要,上传到百度网盘了https://pan.baidu.com/s/1pnGFt84htvdXeK86pvyR8Qhttps://pan.baidu.com/s/1zTqSTFMc2M7dPNfIozXTjg...
代码星球 ·2020-04-18

Linux下运行Java项目时,出现No X11 DISPLAY variable was set, but this program performed an operation which requires it.的问题解决

在~/.bashrc环境变量文件最下方加入:exportDISPLAY=:0.0然后,刷新环境变量以使其生效:source~/.bashrc参考:http://stackoverflow.com/questions/662421/no-x11-display-variable-what-does-it-mean...