再老,也得温习下: net use \\' /user:'administrator' //ipc连接 net use \\127.0.0.1\ipc$ /delete //退出ipc net use z:\\127.0.0.1\C$ //Z盘 映射指定IP的C盘 net user admin /add && net localgroup administrators admin /add //DOS新添加管理员 net user guest /active:yes &&
原文:http://www.sencha.com/blog/using-the-new-app-watch-command-in-sencha-cmd-4/ 作者:Don Griffin Don Griffin is a member of the Ext JS core team. He was an Ext JS user for 2 years before joining Sencha and has over 20 years of software engineering exper
一个C#项目,如果为同一个解决方案的其他项目所引用,则其编译后,会将DLL拷贝到引用项目中:但如果它并不被其他项目引用,但又想编译后能够自动将生成的东西拷贝过去,可以在项目的生成事件中,写上一些批处理命令,拷贝指定的内容. 项目的生成事件,可以右击项目,弹出菜单中选属性,即可见到. 下面是一个批处理示例: SET Area=Test SET SolutionDir=D:\svn\trunk\Code\Solution\ SET ProjectName=SubWeb set PluginDirec