03 2006 档案
摘要:作者:木蚂蚁社区 来源于:www.mumayi.net 发布时间:2005-4-16 0:19:48 我做这个实验是因为http://community.csdn.net/Expert/topic/3927/3927012.xml?t...
阅读全文
摘要:DOS命令字典
net use \\ip\ipc$ " " /user:" " 建立IPC空链接
net use \\ip\ipc$ "密码" /user:"用户名" 建立IPC非空链接
net use h: \\ip\c$ "密码" /user:"用户名" 直接登陆后映射对方C:到本地为H:
net use h: \\ip\c$ 登陆后映射对方C:到本地为H:
net use \\ip\ipc$ /del 删除IPC链接
net use h: /del 删除映射对方到本地的为H:的映射
net user 用户名 密码 /add 建立用户
net user guest /active:yes 激活guest用户
net user 查看有哪些用户
net
阅读全文
摘要:protected void ExportExcel() { gridbind(); if(ds1==null) return; string saveFileName="";// bool fileSaved=false; SaveFileDialog saveDialog=new SaveFileDialog(); saveDialog.DefaultExt =...
阅读全文
摘要:How to Bind an ArrayList to a DataGrid More Information on installing the .Net Framework click here.Download full Visual Studio C# .NET Examples fro...
阅读全文