Windows 下远程桌面连接linux服务器(确保服务器为带桌面版)方法一(通过xmanager中的Xbrowser工具远程桌面):详细步骤Cd /etc/sysconfig/Vi displaymanager,修改DISPLAYMANAGER_REMOTE_ACCESS=“yes”DISPLAY...
1. OverviewSome time ago, I was automating a few tasks with PowerShell and needed to set NTFS permissions on a folder. I was tempted to use the good o...
分类:
其他好文 时间:
2014-07-18 19:31:42
阅读次数:
359
C:\> @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1...
分类:
其他好文 时间:
2014-07-18 16:26:38
阅读次数:
185
sharepoint admin svc must be running in order to create deployment timer job 若要创建计时器作业,必须运行SVC...
分类:
其他好文 时间:
2014-07-18 11:19:35
阅读次数:
197
导出到txt[void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Office.Server") [void][System.Reflection.Assembly]::LoadWithParti...
分类:
其他好文 时间:
2014-07-17 21:37:20
阅读次数:
454
经常使用命令行或者PowerShell的朋友肯定会遇到这种情况:粘贴文本很简单,右键--选择粘贴即可,但是想要复制命令行或者PowerShell中的命令,倒是不知道怎么办了。其实只需要更改其属性。...
分类:
其他好文 时间:
2014-07-17 20:35:06
阅读次数:
228
因为最近总是要部署wsp解决方案,所以经常要用到命令行或者PowerShell,所以有必要将命令集中放在这里,在部署的时候能够快速的参考。...
分类:
其他好文 时间:
2014-07-17 16:16:23
阅读次数:
206
一、创建本地分支 chengdr1、在Git Repositories视图中,选中Remote Tracking-origion/master分支,右键->Create Branch...在弹出的对话框中输入新分支的名称:chengdr,然后Finish即可。二、创建远程分支chengdr(远程分支...
分类:
其他好文 时间:
2014-07-16 13:49:28
阅读次数:
204
如果需要同步远程仓库的分支,或者说是远程仓库有新的分支了,你需要查看,可以使用fetch来获取远程仓库的更新信息。1、右键项目text->Team->Remote->Fetch From...2、上图中默认配置不变,Next>3、上图中是默认获取全部分支的更新情况,如只需获取指定分支的更新情况,按下...
分类:
其他好文 时间:
2014-07-16 13:39:51
阅读次数:
215
jquery.validate remote 和 自定义验证方法$(function(){var validator = $("#enterRegForm").validate({debug:false, //调试模式取消submit的默认提交功能//errorClass: "error",//默认...
分类:
Web程序 时间:
2014-07-16 13:37:49
阅读次数:
277