大约有 8,000 项符合查询结果(耗时:0.0140秒) [XML]

https://bbs.tsingfun.com/thread-775-1-1.html 

svn提交文件夹失败 svn: File not found: transaction... - 环境配置 - 清...

...nd: transaction '2-9', path '/src/xxx' 原因:svn没被版本化,可能是由于目录位置变更,服务器配置变更等等。 解决方法:整个目录删除,重新checkout。
https://www.tsingfun.com/it/os... 

解决xrdp登陆一直黑屏的问题:显示通道被占用 - 操作系统(内核) - 清泛网 -...

...ar/log/xrdp-sesman.log #发现显示通道204启动超时,其他Xserver可能已占用该通道 ps -elf|grep vnc kill {PID of vnc} 通道启动超时的日志如下: [ERROR] X server for display 204 startup timeout [ERROR] another Xserver might already be active on display 204 - see log...
https://www.tsingfun.com/it/cp... 

MFC Telnet Application(mfc telnet 端口,代码实现、不调用telnet.exe) ...

...代码原生实现、不调用telnet.exe。程序源码工程升级后,可能出现编译不过的情况,请将stdafx.h中0x0410全部改为0x0501即可。The article demonstrates an MFC GUI Telnet application with server capabilities for incoming connections support. Download demo - 29.9 K...
https://www.tsingfun.com/it/cp... 

Linux C++程序内存占用过高的原因分析 - C/C++ - 清泛网 - 专注C/C++及内核技术

...跟踪泄漏点。 2、如果交换内存使用几乎为0的话,考虑可能是内存碎片过多导致的,这种情况下可以考虑使用 jemalloc,使用preload方式载入 jemalloc,接替系统的内存分配函数,可极大消除内存碎片问题。 valgrind 内存泄漏 jemalloc
https://www.tsingfun.com/it/cp... 

浅析Linux段错误:SEGV_MAPERR、SEGV_ACCERR - C/C++ - 清泛网 - 专注C/C++及内核技术

...导致的,这被报告为SEGV_MAPERR,堆栈溢出或缓冲区溢出都可能导致该错误。 参考:https://stackoverflow.com/questions/1000002/what-is-segv-maperr linux 段错误 SEGV_MAPERR SEGV_ACCERR
https://www.tsingfun.com/it/cp... 

MFC Telnet Application(mfc telnet 端口,代码实现、不调用telnet.exe) ...

...代码原生实现、不调用telnet.exe。程序源码工程升级后,可能出现编译不过的情况,请将stdafx.h中0x0410全部改为0x0501即可。The article demonstrates an MFC GUI Telnet application with server capabilities for incoming connections support. Download demo - 29.9 K...
https://www.tsingfun.com/it/cp... 

MFC Telnet Application(mfc telnet 端口,代码实现、不调用telnet.exe) ...

...代码原生实现、不调用telnet.exe。程序源码工程升级后,可能出现编译不过的情况,请将stdafx.h中0x0410全部改为0x0501即可。The article demonstrates an MFC GUI Telnet application with server capabilities for incoming connections support. Download demo - 29.9 K...
https://www.tsingfun.com/it/os... 

解决xrdp登陆一直黑屏的问题:显示通道被占用 - 操作系统(内核) - 清泛网 -...

...ar/log/xrdp-sesman.log #发现显示通道204启动超时,其他Xserver可能已占用该通道 ps -elf|grep vnc kill {PID of vnc} 通道启动超时的日志如下: [ERROR] X server for display 204 startup timeout [ERROR] another Xserver might already be active on display 204 - see log...
https://www.tsingfun.com/it/os... 

解决xrdp登陆不上的问题:xrdp session: Login failed for display 0 - 操...

...无误的后,仍然登不上报这个错误。 2、这个时候考虑可能是运行时间久了,连接数用光了导致的登陆不上: 问题原因:远程桌面没正确关闭,虽然在windows 系统关闭远程桌面连接,但是在里linux上的进程还在运行,导致连...
https://www.tsingfun.com/it/opensource/2548.html 

libunwind链接时报错:undefined reference to `_Ux86_64_init_local\' - ...

...原因:编译出来的libunwind拆分成了很多个模块,部分函数可能不在默认模块中。 解决:-lunwind -lunwind-x86_64 链接两个模块即可。libunwind