2005年5月20日

Permissions in C#

摘要: Today I needed to set NTFS permissions in C# on some newly created directories. No problem I thought, the CLR will have something for it somewhere in Security, so I checked Google in the hopes to find... 阅读全文

posted @ 2005-05-20 17:48 噢,酷哥 阅读(642) 评论(0) 推荐(0) 编辑

JavaScript小技巧

摘要: 事件源对象 event.srcElement.tagName event.srcElement.type 捕获释放 event.srcElement.setCapture(); event.srcElement.releaseCapture(); 事件按键 event.keyCode event.shiftKey event.altKey event.ctrlKey 事件返回值 event.r... 阅读全文

posted @ 2005-05-20 17:45 噢,酷哥 阅读(697) 评论(0) 推荐(0) 编辑

导航