摘要:
时间紧张,先记一笔,后续优化与完善。Mac 不像Windows 一样可以直接设置。 在终端里输入上面命令即可让它们表现出来。defaults write com.apple.finder AppleShowAllFiles -bool true 如果想恢复隐藏,可以用这个命令:defaults write com.apple.finder AppleShowAllFiles -bool false每日一道理 天又快黑了,这座忙碌的城市又将入睡,让这劳累的“身躯”暂别白日的辛勤,让它入睡,陪伴着城市中的人们进入梦乡。当空的弯月正深情地注视着这座城市与城市中的人们,看着家家户户的灯渐渐熄灭,它在床 阅读全文
posted @ 2013-05-24 21:10
xinyuyuanm
阅读(184)
评论(1)
推荐(0)
摘要:
本文是一篇关于目录访问共享的帖子用C#访问共享目录老是涌现权限问题,让人很头疼,研究了良久找到一种方法,贴上代码:public class IdentityScope : IDisposable { // obtains user token [DllImport("advapi32.dll", SetLastError = true)] static extern bool LogonUser(string pszUsername, string pszDomain, string pszPassword, ... 阅读全文
posted @ 2013-05-24 21:06
xinyuyuanm
阅读(386)
评论(0)
推荐(0)