York Jong's Library tagged → View Popular
StraceNT - Strace for Windows
StraceNT is a System Call Tracer for Windows. It provides similar functionality as of strace on Linux.
A WinDbg Tutorial
CodeProject: Windows Debuggers: Part 1: A WinDbg Tutorial. Free source code and programming help
Easy Bug Tracer v1.0.6 Full Source
這個 Bug Tracer 是一個簡單的應用程式,你在寫作程式時只必須加入 #include "dout.h" ,並在你需要輸出檢查訊息處加上 dout("錯誤訊息");即可。
Dependency Walker (depends.exe) Home Page
Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are actually being called by other modules
-
For each module found, it lists all the functions that are exported by
that module, and which of those functions are actually being called by other modules
Simon Tatham's Fonts Page
mkwinfont is a small program that generates Windows bitmap fonts from a text description. Also supplied is dewinfont, which generates the text description files from the source fonts.
-
Windows
.FONfiles come in two different types: NE and PE. These
stand for New Executable and Portable Executable (Windows font files
have the same basic structure as Windows executables). NE is the old
format that was used by Windows 3, and PE is the new 32-bit
executable format used in Win95 and above. I believe fonts
in PE format are not supported by anything below Windows NT. (So
oddly, the "new" NE is the older of the two formats, and the
"portable" PE is the one which doesn't work everywhere!) Themkwinfontscript below generates NE fonts only, so they should
work everywhere. Thedewinfontscript can untangle both NE and PE
fonts, so you could use these scripts to convert a non-portable PE
font into a portable NE one.
UGiA.CN » .fon字体文件
几年前痴迷于nfo2pic的时候,就一直在找.fon文件的格式说明,以便从里面把字体点阵提取出来,但是没有找到,最后我和andot不得不抓屏,然后分析图片,把点阵数据提取出来做成gd可以使用的字体。其后一直未放弃寻找,直到前几天想起来,找到一点线索,然后顺藤摸瓜,终于搞清楚了.fon文件的格式,参照python的一个脚本用php提取出了.fon字体中的点阵数据,并制作成gd可用的字体。
Unicode for Programmers - Windows
This article focuses exclusively on system-level Windows programming in C and C++. Other languages designed for Windows, such as Visual Basic, deal with Unicode in their own idiosyncratic ways. Starting with .NET, all of these languages (including VB.NET and C#) now use UTF-16 Unicode strings.
-
On Windows, as in Java, using Unicode means using UTF-16 as the
general-purpose encoding for manipulating text in memory and passing
strings to APIs. -
On Windows/x86 platforms,
wchar_tis a
16-bit type, and it is used exclusively for Unicode. - 5 more annotations...
Programming with Subversion Quickstart - 安裝 Subversion 服務
-

-
Subversion 預設使用專屬的 URL 格式存取專案,其格式為 "svn://主機名稱/專案路徑/"
- 14 more annotations...
在 Windows 上使用 Trac on Apache - 安裝與設定篇
-
如果有使用 IIS 的話,請先把 IIS 停掉。然後執行 apache_2.0.59-win32-x86-no_ssl.msi
-
在 D:\AppServ\Apache\conf\httpd.conf 中把 Port 80 改成 Port 8000 (或其他不影響系統運作的數字) ,然後重新啟動 Apache 及 IIS
- 7 more annotations...
在Windows上安裝Trac的完整步驟
-
LoadModule python_module
modules/mod_python.so -
根目錄必須開放讀的權限給Trac的使用者,否則在瀏覽原始檔時會出現權限不足的錯誤訊息
Subversion for Windows 安裝指南
-
- 把下面這行加入到 Apache 的 httpd.conf 裡面:
LoadModule sspi_auth_module modules/mod_auth_sspi.so
注意上面加入的這行一定要放在下面這行的前面:LoadModule auth_module modules/mod_auth.so
修改 httpd.conf 的 <Location> 設定如下:<Location /svn>
AuthType SSPI
DAV svn
SVNParentPath d:/svn
AuthName "Subversion 檔案庫"
Require valid-user
SSPIAuth On
SSPIAuthoritative On
SSPIDomain <domaincontroller>
SSPIOfferBasic On
</Location>
- 把下面這行加入到 Apache 的 httpd.conf 裡面:
-
如果你的同事 John 的電腦有加入網域,但是他平時都是登入本機,而非登入網域,在存取檔案庫時會不會要求輸入帳號密碼?答案是如果 John
登入他本機的帳號和密碼跟他在網域使用者的帳號密碼完全一樣的話,就無需再輸入密碼;相反的,如果登入本機的使用者帳號和密碼與網域使用者帳號密碼不同,第一次存取時就必須輸入密碼 - 15 more annotations...
在 Windows 上安裝 Subversion 獨立伺服器
-
Windows NT 系列已經提供一個 sc (Service Controller) 指令可以幫我們把程式註冊成 Service
-
使用 subserve.exe 時,權限的管理比較簡易,而且沒辦法加密。設定方式主要是修改 D:\Repository\專案名稱\conf\ 目錄下的三個檔案: svnserve.conf 、 authz 、 passwd
- 4 more annotations...
TracOnWindows - The Trac Project - Trac
-
Trac includes a standalone webserver called tracd. You can also use Trac with other webservers, but you should first try tracd to make sure everything's set up and working correctly:
From the command line, and in the [Python Install]\Scripts directory:tracd.py -p 8000 C:\Python24\Scripts\trac\my-project
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in Windows
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo











