Grant-Permission.ps1 Download the EXE version of SetACL 3.0.6 for 32-bit and 64-bit Windows. Put setacl.exe at the same location with the script. function Grant-Permission { [CmdletBinding(SupportsShouldProcess=$true)] param( [Parameter()] [string]$C…
Table of Contents Introduction Key concepts Collect topology configuration data Generate a runbook from the topology Install a deployable package Back up the database and computer instance Update files Run database synchronization Start all services…
A. Using LCS services. B. Manual using command prompt. Here I’ll show using command prompt, as I found its better than LCS (After successfully deploy many packages J) Follow below steps, 1. Create Deployment Package: Run VS as admin, Go to Dynamics A…
1.final关键字和.net中的const关键字一样,是常量的修饰符,但是final还可以修饰类.方法.写法规范:常量所有字母都大写,多个单词中间用 "_"连接. 2.遍历集合ArrayList<Integer> list = new ArrayList<Integer>();list.add(1);list.add(3);list.add(5);list.add(7);// 遍历List方法1,使用普通for循环:for (int i = 0; i <…
PIC24FJ64GB002 with bluetooth USB dongle I will explain my project (how to control a bluetooth USB dongle by PIC24FJ64G002 on HCI protocol layer) step by step. I recommend you to check your bluetooth USB dongle. Some dongle has a hub construction. He…
https://chocolatey.org/install To install chocolatey now, open an administrative command prompt and paste the text from the box below that applies to the name of your shell and press enter. 第一步,在cmd里面执行一下命令 @powershell -NoProfile -ExecutionPolicy Byp…
You know as a beginner to learn WCF, the first thing is to make a simplest WCF service work like a classic "Hello World" console application. Now I will introduce the steps by following: 1.Create a "WCF Application Service" like this:…
Introduction There are few information about how to compile boost with Intel compiler. This article is to describe a simple command steps to let you get a boost library with Intel compiler support. Steps step 1: start your Intel compiler cmd window s…