参考:http://www.geeksforgeeks.org/inorder-tree-traversal-without-recursion-and-without-stack/
1. Initialize current as root
2. While current is not NULL
If current does not have left child
a)...
分类:
其他好文 时间:
2014-10-22 14:38:08
阅读次数:
187
据说要这样写才稳妥
// This principal will flow throughout the request.VoyagerPrincipal principal = new VoyagerPrincipal(yada, yada, yada); // Attach the new pr...
分类:
Web程序 时间:
2014-10-22 12:20:42
阅读次数:
260
说明:Cache类不能在 ASP.NET 应用程序外使用。它是为在 ASP.NET 中用于为 Web 应用程序提供缓存而设计和测试的。在其他类型的应用程序(如控制台应用程序或 Windows 窗体应用程序)中,ASP.NET 缓存可能无法正常工作。http://msdn.microsoft.com/...
分类:
Web程序 时间:
2014-10-22 01:06:12
阅读次数:
385
参考文档http://api.mongodb.org/python/current/tutorial.html?_ga=1.58141740.722641156.1410499072
分类:
数据库 时间:
2014-10-21 19:54:10
阅读次数:
163
前些天客户的ogg延迟到达8小时左右,于是我当时用logdump追踪了一下:
看进程状态:
send extsa staus
EXTRACT ZBDBA (PID 2269368)
Current status: Recovery complete: Processing data with empty data queue
Current read positio...
分类:
其他好文 时间:
2014-10-21 12:21:05
阅读次数:
250
1. QString字符串格式化方法如下QString i = "iTest"; // current file's number QString total = "totalTest"; // number of files to process QString...
分类:
其他好文 时间:
2014-10-21 11:52:52
阅读次数:
128
摘字CSDNreg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /va /f reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre...
分类:
其他好文 时间:
2014-10-21 11:40:58
阅读次数:
156
Lists.UpdateListItems 方法 (websvcLists) Windows SharePoint Services 3 Adds, deletes, or updates the specified items in a list on the current site.命名空间:...
分类:
其他好文 时间:
2014-10-21 11:37:28
阅读次数:
529
openweathermap-免费的天气预报接口其官方网址为:http://www.openweathermap.org/api静态截图:具备以下的一些特点:1.Current weather data 当前天气的数据2.5 and 16 day forecast 5到16天的天气预报3.His.....
分类:
其他好文 时间:
2014-10-21 10:09:43
阅读次数:
537
The situations where this ServerVariable works include the following methods of a browser loading a URL:clicking on a straight HTML link;submitting a....
分类:
Web程序 时间:
2014-10-21 08:53:48
阅读次数:
160