预览模式: 普通 | 列表
程序代码 程序代码

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

查看更多...

程序代码 程序代码

<style type="text/css">
.drag { font-size : 14px ; background-color : #000000; text-align :center ;}
.accc { color :#FFFFFF ; width : 142px; position : absolute;}
</style>

查看更多...

net use \\ip\ipc$ " " /user:" " 建立IPC空链接 
net use \\ip\ipc$ "密码" /user:"用户名" 建立IPC非空链接 
net use h: \\ip\c$ "密码" /user:"用户名" 直接登陆后映射对方C:到本地为 

H: 

查看更多...

谈到使用VSS(Visual SourceSafe)做配置服务器的时候,都有一个不可避免的问题就是一定要共享整个数据库目录,这样很不安全,而且微软好象也不提供VSS后续的技术支持了,让很多喜欢VSS的用户感到很难受和遗憾。 
但是微软在官方网站上提供一个解决方案( http://www.microsoft.com/china/msdn/ssafe/headlines/offer.htm) ,可以使用第三方的软件支持VSS可以在Internet访问,那也就是说可以不需要共享任何数据库目录了。 

这个微软推荐第三方软件就是SourceOffsite,现在中文网站介绍SourceOffsite的不多,而且没有一个系统全面的介绍,本人在研究SourceOffsite时,也花费了一些的时间和精力,最终是成功地实现VSS的Internet访问。 

查看更多...

•ิ.•ั๑ ๑۩۞۩๑ ♬✿.。.:* ☂☃ ☄ ★ ☆ ☇ ☈ ☉ ☊ ☋ ☌ ☍ ☑ ☒☢ ☸ ☹ ☺ ☻ ☼ ☽ ☾ ♠   ♡ ♢ ♣ ♤ ♥ ♦ ♧ ♨ ♩ ✙✈ ✉ ✌ ✁ ✎ ✐ ❀ ✰ ❁ ❤ ❥ ❦❧ ➳ ➽ εїз℡❣·۰•●○●


ゃōゃ♥ ♡๑۩ﺴ ☜ ☞ ☎ ☏♡ ⊙◎ ☺ ☻✖╄ஐﻬ ► ◄ ▧ ▨ ♨ ◐ ◑ ↔ ↕ ▪ ▫ ☼ ♦ ▀ ▄ █▌ ▐░ ▒ ▬♦ ◊ ◦ ☼ ♠♣ ▣ ▤ ▥ ▦ ▩ ◘ ◙ ◈ ♫ ♬ ♪ ♩ ♭ ♪ の ☆ → あ ぃ £ ❤ 。◕‿◕。 

查看更多...

删除指定长度的字符,并在指定的起点处插入另一组字符。

语法
  
STUFF ( character_e­xpression , start , length ,character_e­xpression )

查看更多...

程序代码 程序代码

<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"lang="gb2312"> 
<head>
<title></title>

查看更多...

程序代码 程序代码

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

查看更多...

程序代码 程序代码

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

查看更多...

程序代码 程序代码

Alter PROCEDURE dbo.InsertProcedure
AS
DECLARE @ID INT
DECLARE @BY INT

查看更多...