码迷,mamicode.com
首页 >  
搜索关键字:windows server 2012双网卡绑定    ( 128933个结果
删除远程桌面连接记录
1、修改注册表:开始-运行-regedit找到HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default,删除右面的数值。这个办法只可以清除下拉框里的,但是最后一次你连接的还是显示在上面的。2、在“我的文档”下,把隐藏的“D...
分类:其他好文   时间:2014-05-05 22:36:07    阅读次数:318
tmux复制到windows剪贴板/粘贴板的坑
以下所有操作都是在windows下面用putty连接linux centos6的情景下。一直很纳闷为什么在tmux模式下不能把复制到的文字放到系统的粘贴板里面呢?通过层层阻碍,终于找到了原因。去掉 ~/.tmux.conf中#设置鼠标可用#setw -g mode-mouse on如果你在最开始的时...
分类:Windows程序   时间:2014-05-05 22:13:31    阅读次数:626
Creating a Unity Game for Windows 8
原地址:http://www.davebost.com/2013/08/30/creating-a-unity-game-for-windows-8Therecent release of Unity 4.2brings with it full-support for deploying Unit...
分类:Windows程序   时间:2014-05-05 22:12:34    阅读次数:861
Unity Game Starter Kit for Windows Store and Windows Phone Store games
原地址:http://digitalerr0r.wordpress.com/2013/09/30/unity-game-starter-kit-for-windows-store-and-windows-phone-store-games/Posted onSeptember 30, 2013byd...
分类:Windows程序   时间:2014-05-05 22:09:37    阅读次数:611
Unity for Windows: III–Publishing your unity game to Windows Phone Store
原地址:http://digitalerr0r.wordpress.com/2013/08/27/unity-for-windows-iiipublishing-to-windows-phone-store/InPart IIwe covered how you can publish your g...
分类:Windows程序   时间:2014-05-05 22:08:06    阅读次数:957
Unity for Windows: II – Publishing Unity games to Windows Store
原地址:http://digitalerr0r.wordpress.com/2013/08/27/unity-for-windows-ii-publishing-to-windows-8/Windows 8 is a new OS with a Windows Store where you can...
分类:Windows程序   时间:2014-05-05 22:07:04    阅读次数:593
【转载】Ubuntu安装之,硬盘分区
关于分区如果你只是简单地想用上Ubuntu,可以这样操作:1)如果你是直接将整个硬盘都用来装Ubuntu,机器上没有需要保存的数据,或者已经做好备份的情况下,可以直接在Ubuntu分区时选择“向导──整个硬盘”2)如果你是做双系统,并已经在Windows下倒出一块空白空间(在磁盘管理中直接删除某个....
分类:其他好文   时间:2014-05-05 22:06:41    阅读次数:382
windows 8.1 (IIS 8.5) 添加PHP
IIS,PHP
分类:Windows程序   时间:2014-05-05 22:03:26    阅读次数:459
动态类型识别&动态创建
以下大部分内容摘自《windows程序设计 第2版》 王艳平 张铮 编著动态类型识别:在程序运行过程中,辨别对象是否属于特定类的技术。应用举例:函数辨别参数类型、需要针对对象的类编写特定的代码。CRuntimeClass 包含类信息(不仅包含一般的信息,还包括创建类的函数指针)#include #i...
分类:其他好文   时间:2014-05-05 22:01:36    阅读次数:383
Python随机播放电脑里的音乐
就是找到硬盘中所有的MP3文件和wma文件,再随机打开其中的一个。...
分类:编程语言   时间:2014-05-03 17:10:52    阅读次数:286
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!