There are lots of neat little things that are in many of the DLLs that Microsoft has installed in Windows. Most of them are documented in the Win32 API. However, there are a lot of them that are undocumented. This article shows how to use one of the undocumented functions available in user32.dll, MessageBoxTimeOut
原创
2021-07-29 15:18:01
146阅读
These commands may affect system pe
转载
2024-07-23 09:53:13
11阅读
An extended stored procedure (xp) is a dynamic link library that runs directly in the address space of SQL Server and is programmed using the SQL Server Open Data Services API. You can run extended stored procedures from the Query Analyzer, for example, just as you would normal stored procedures. Ex
转载
2012-01-05 17:47:00
169阅读
2评论
写这种系列blog,是为了监督自己,不然我估计我不会有动力写完。这一节,我将介绍下Buffer这个module。js本身对文本友好,但是处理二进制数据就不是特别方便,因此node.js提供了Buffer模块来帮助你处理二进制数据,毕竟node.js的定位在网络服务端,不能只对文本协议友好。Buffer模块本身其实没有多少未公开的方法,重要的方法都在文档里提到了,有两个方法稍微值的提下。Buffer
原创
2011-07-06 15:58:00
662阅读
node.js的API文档做的不是很好,有些部分干脆没文档,最终还是要看代码才能解决。我这里将记录下看源码过程中看到的一些API并补充一些测试例子。在玩node.js的朋友可以瞧瞧。process.reallyExit(status)用于进程主动退出,status设置退出的状态码。请注意,reallyExit退出的进程不会调用’exit’事件,下面的代码不会有任何输出:var interval=s
原创
2011-07-06 15:57:00
731阅读
Serdar Yegulalp, Contributor 03.16.2006
Rating: --- (out of 5) RSS FEEDS: Expert advice on database administration SQL Server transaction logs aren't typic
转载
2023-07-20 15:33:44
56阅读
http://undocumented.ntinternals.net/
原创
2018-05-01 14:14:40
346阅读
点赞
Oracle hidden corruption recovery parameters Note: Oracle hidden parameters are undocumented and unsupported by Oracle. Make sure that you thoroughly
转载
2019-01-28 21:58:00
156阅读
2评论
In this article, I am going to expose some of the hidden, undocumented, unsupported features and functions of the VMware vSphere Hypervisor (ESXi).
VMware vSphere ESXi 4.x, and ESXi 5.0
转载
精选
2013-04-22 15:33:30
8811阅读
In this post, I will give a list of all undocumented parameters in Oracle 11g. Here is a query to see all the parameters (docustring you enter when prompted:
转载
2024-07-23 10:35:02
7阅读
From Vinod Haval's <Inside Overview of ASM Metadata>
These Views helps in understanding the following metrics
Physical Mapping
Provides Undocumented Information
18 X$ Tables (May be more
原创
2008-06-19 23:46:51
436阅读
source https://github.com/jdg/MBProgressHUDMBProgressHUD is an iOS drop-in class that displays a translucent HUD with an indicator and/or labels while work is being done in a background thread. The HUD is meant as a replacement for the undocumented, private UIKit UIProgressHUD with some additional f
转载
2014-03-25 10:34:00
121阅读
2评论
Here's how to call a Message Box with a timeout, the message box closes itself after the timeout period was reached.The trick is to call an undocumented MessageBoxTimeout API located in user32.dll. T
转载
2009-04-27 19:48:00
173阅读
cisco 未公开的命令
Here you can find a collection of undocumented (not on Cisco Dokumentation CD or in online help) IOS commands:
csim show interface switching show ip ospf statistics debug ip ospf monit
转载
2008-09-11 21:45:49
611阅读
什么是" ASM file metadata operation "等待事件?
这是一个内部的undocumented等待事件:
"ASM file metadata operation" event is associated with database (instance) communication with ASM (instance). If the database has fil
原创
2011-09-17 23:20:50
3066阅读
iPhone中的API除了公开的API:Published API外(或者Documented API),还有两类:私有API:Private API和未公开API:UnPublished API(或者Undocumented API)。
转载
2023-07-14 12:41:42
197阅读
https://github.com/kennytm/iphone-private-frameworks Headers for private frameworks or undocumented interfaces of iPhoneOS 3.x or before (4.x is not supported yet).
class dump出来的头文件,包含a
原创
2011-05-30 23:48:37
735阅读
DnsFlushResolverCache 清除windows DNS缓存 效果等同于ipconfig /flushdns 命令。DnsFlushResolverCache 函数是在Dnsapi.dll导出,该函数没有任何参数。MSDN中找不到他,看来是个Undocumented函数,函数原型:BOOL WINAPI DnsFlushResolverCache(VOID);
原创
2023-07-14 19:58:24
200阅读
像下面 UITableView 中实现复数选择的设置,需要用到 Undocumented API。
首先,如下所示,在实现了 UITableViewDelegate 的类中实现下面的方法
- (UITableViewCellEditingStyle)tableView:(UITableView *)tableView &nb
转载
精选
2012-01-02 01:14:50
728阅读
iPhone中的API除了公开的API:Published API外(或者叫文档中记录的API:Documented API),还有两类API:私有API:Private API和未公开的API:UnPublished API(或者叫文档中未记录的API:Undocumented API)。
转载
2023-07-14 12:39:57
357阅读