当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 备份EXEC master..xp_cmdshell &acut
 

 

 ·常用加密算法    »显示摘要«
    摘要:public static string hashcryptstring(string strtext,string method){ if(method == "md5"){ strtext = system.web.security.formsauthentication.hashpasswordforstoringinconfigfile(strtext,"md......
 ·alert在asp.net中如何使用??    »显示摘要«
    摘要:改成这样:string str="<script language=´javascript´>alert(´省局数据不能进行修改!´);</script>";page.registerstartupscript("dd",str); 提示成功后转到别的页面response.write(......


BCP的使用技巧
备份

exec master..xp_cmdshell ´bcp "pubs..sysobjects" out "c:\a.txt" /s"localhost" /u"sa" /p"mdcija" /c 【程序编程相关:Jboss 3.2.6终于出了,logo

【推荐阅读:spring reference 第三章

还原 【扩展信息:Spring Reference 1.1

exec master..xp_cmdshell  ´bcp "pubs..sysobjects" in "c:\a.txt" /s"服务器名" /u"用户名" /p"密码" /c´


    摘要:socket类表现了客户端套接字,它是属于一台或两台计算机的两个tcp通讯端口之间的通讯通道。端口可以连接到本地系统的另一个端口,这样可以避免使用另一台计算机,但是大多数网络软件将使用两台计算机。但是tcp套接字不能与两台以上的计算机通讯。如果需要这种功能,客户端应用程序必须建立多个套接字连接,每台计算机一个套接字。document.write("");全文阅读:java网络编......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE