
Tech
文章平均质量分 81
cnyifeng
这个作者很懒,什么都没留下…
展开
-
CVS使用手册
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明http://www.chedong.com/tech/cvs_card.html 关键词:CVS CVSWeb CVSTrac WinCVS CVSROOT 内容摘要: CVS是一个C/S系统,多个开发人员通过一个中心版本控制系统来记录文件版本,从而达到保证文件同步的目的。工作模式如下: CVS服务器(文件转载 2004-07-06 09:37:00 · 1316 阅读 · 0 评论 -
Setting NTFS Permissions with C#
using Microsoft.Win32.Security;Heres a method to add a dir, and set NTFS permissions on it for a given user:private Boolean CreateDir(String strSitePath, String strUserName) { Boo转载 2004-11-02 11:14:00 · 931 阅读 · 0 评论 -
C# and PHP MD5 Hash Difference
We have a database of hashed passwords, created via a C# windows app and queried using PHP. I wrote the following code:private void btnHashIt_Click(object sender, System.EventArgs e){b转载 2004-11-03 09:35:00 · 957 阅读 · 0 评论 -
SQL Server DO's and DON'Ts
Even if you are not using SQL Server, most of these design guidelines apply to other DBMS, too: Sybase is a very similar environment for the programmer, and Oracle designs may benefit from this too. I转载 2004-11-04 18:27:00 · 947 阅读 · 0 评论