-
The system allows teachers and administrators in two logged in at the same time...
本系统允许教师和管理员两种身份登入,同时可以限制登陆的IP段或者IP地址,或者说只允许某一个IP段访问本系统。-The system allows teachers and administrators in two logged in at the same time can be restricted to landing IP paragraph or IP address, or permit only a single IP segment access the system.
- 2023-06-14 01:25:04下载
- 积分:1
-
This is a current through the registry Enumerate the performance of the system c...
这是一个通过注册表枚举当前系统的性能计数器的程序源码。-This is a current through the registry Enumerate the performance of the system counter the program source code.
- 2022-09-19 00:05:03下载
- 积分:1
-
指针应用~经典指针应用实例~指针应用~经典指针应用实例~
指针应用~经典指针应用实例~指针应用~经典指针应用实例~-Application ~ classic pointer pointer Applications ~ Application ~ classic pointer pointer Applications ~
- 2022-05-07 13:34:53下载
- 积分:1
-
在安装应用程序的过程中有时需要实现关闭或重启计算机的功能。本实例将介绍如何用Visual C++控制计算机的关机和重启。...
在安装应用程序的过程中有时需要实现关闭或重启计算机的功能。本实例将介绍如何用Visual C++控制计算机的关机和重启。-In the process of installing the application is sometimes necessary to achieve the shut down or restart the computer functions. This example describes how to use Visual C++ control computer shutdown and restart.
- 2022-03-24 04:57:56下载
- 积分:1
-
Java示例
Java示例-Java Example
- 2022-04-30 12:49:01下载
- 积分:1
-
一个如何作内存映射的程序,同过一个范例说明内存映射函数的使用...
一个如何作内存映射的程序,同过一个范例说明内存映射函数的使用-A demo program about MMF
- 2022-06-19 03:50:06下载
- 积分:1
-
在UNIX的Shell里经常用到的AWK系列命令的详细例子介绍.
在UNIX的Shell里经常用到的AWK系列命令的详细例子介绍.-in UNIX Shell frequently use AWK series of orders of the examples presented in detail.
- 2022-03-01 20:14:25下载
- 积分:1
-
Windows 中创建空的备用列表
翻译:maninwest@Codeforge 作者:Member 10018957 @CodeProject如何在 Windows 中创建看空的备用列表。进程黑_客的制造者了解 Windows 内核的里里外外,他们也幸运地熟练掌握 Windows 内核的设计语言C++。而其他的人则努力通过 C# 执行相似的功能。其中一个功能就是释放来自 windows 备用内存的内存。这就是我们在此要做的。最难的部分是获取内核的优先权限。感谢Nick Lowe:http://processprivileges.codeplex.com/步骤1:设置内核优先权限Microsoft 设计了可以获取包含结构数组的结构的 API。没有适用于此的编组过程的捷径。要么假设数组是 length=1 要么要求数组大小在编译时预先确定。为此,我设计了一个类,它通过 System.IntPtr拥有微软在未管理的内存中需要的确切结构。当前,我不得不采用不安全的步骤,但是我确定,将来会有办法绕过。[return: MarshalAs(UnmanagedType.Bool)]
[SuppressUnmanagedCodeSecurity, DllImport("advapi32.dll", SetLastError = true)] internal static extern bool AdjustTokenPrivileges(AccessTokenHandle accessTokenHandle,
[MarshalAs(UnmanagedType.Bool)] bool disableAllPrivileges, IntPtr NewPriviledges, Int32 bufferLength, ref IntPtr PriorPriviledges, out Int32 returnLength); 将我的类和 Nick Lowe 的优先代码相结合,我们可以设置内核优先权限:
- 2022-05-07 13:17:48下载
- 积分:1
-
very good illustration of how the procedures let you reboot the system of sample...
非常不错的演示如何让你的程序重启系统的示例程序-very good illustration of how the procedures let you reboot the system of sample program
- 2022-02-03 19:13:19下载
- 积分:1
-
Bossa测试实例的工作之一。Bossa实例测试发动机
bossa测试实例,给出了一个用于测试bossa引擎的工作流实例-bossa test examples are given an engine for testing bossa examples of the work flow
- 2022-05-17 22:21:31下载
- 积分:1