摘要:
1 public class Employee 2 { 3 public int EmployeeID { get; set; } 4 public string Name { get; set; } 5 public string Sex { get; set; } 6 7 public int 阅读全文
摘要:
Public Function getPos(source As String, searchChar As String) Dim i i = InStr(1, source, searchChar, vbTextCompare) '调用vba函数 getPos = i End Function 阅读全文
摘要:
Sub 宏1() Dim oDoc As DocumentSet oDoc = Word.ActiveDocumentDim oTable As TableFor Each oTable In oDoc.Tables oTable.Columns(1).Width = 30 oTable.Colum 阅读全文
摘要:
Windows Server 2016 更改远程桌面端口操作步骤: 步骤一:在服务器运行窗口中输入“regedit”打开注册表编辑器。 步骤二:在注册表HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rd 阅读全文