logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Win10锁屏壁纸位置在哪?默认锁屏壁纸怎么提取

http://jingyan.baidu.com/article/fedf07375ea25135ad897761.htmlC:\Users\MIS\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets备注一下:MIS:是你要的用户名文件夹Mic

virtualbox创建com对象失败(被召者 RC: REGDB_E_CLASSNOTREG (0x80040154))

解决办法:1) Open a standard command line (not as administrator)2) "cd X:\Program Files\VirtualBox"3) issuVBoxSVC /ReRegServer"4) issue regsvr32 VBoxC.dll

Qt|Qt之鼠标样式

http://blog.sina.com.cn/s/blog_a6fb6cc90101fsoe.htmlQt中可以自定义鼠标样式,无论是为了美观,还是遵从同行业标准,或者说是界面友好性都需要了解。使用setCursor(Qt::CursorShape)来设置鼠标样式,Qt::CursorShape包含以下选项:1、正常选择Qt::ArrowCursor效果:

Ubuntu 14.04安装VMware Workstation Player和解决VMware Tools选项显示灰色的问题

引子:笔者的开发环境为Ubuntu 14.04,但是需要使用的一款软件只有Windows版本,故想安装一个虚拟机软件,在虚拟机中,使用那款Windows软件。软件:笔者使用的虚拟机软件为VMware Workstation Player,可用于非商业环境。https://www.vmware.com/cn/products/workstation-player.htmlhttps://...

#ubuntu
Mac OS X查看二进制可执行文件引用的动态链接库

Mac OS X下二进制可执行文件的动态链接库是dylib文件,linux下用ldd查看,苹果系统用otool即可,不过要安装xcodeotool –L xxxx.dylibThe "strings" tool can output a list of the methods that the library calls and "otool -ov" will output the

C# Winform界面中的分隔线问题

http://blog.sina.com.cn/s/blog_93098cb101012ssl.htmlC#中Winform中的控件很多,一个小小的问题居然会绕上一个小弯子,做界面的时候,你需要在界面上弄一条分隔线,把相关的功能分隔开来,结果原来在其它IDE编辑器里很容易实现的这个功能,在C#中试了半天,本想用那个Panel容器控件来做,结果调来调去,尺寸高度使终是4以上的高度才看得见,还

C++笔记——std::min_element和std::max_element

https://blog.csdn.net/breeze5428/article/details/25918925参考网页:http://en.cppreference.com/w/cpp/algorithm/min_element主要有两种用法template< class ForwardIt > ForwardIt min_element( ForwardIt fi

C#关键字

internal sealed class XXXXNativeAPI{}internal 只能在to

到底了