欢迎加入QQ高级群:52694129,一起学习、讨论。
预览模式: 普通 | 列表

union all两表链接

建临时表
select *
into #table_1
from (select * from tab1 union all select * from tab2) as tmp

查看更多...

Tags: union all SQL Server

分类:数据库 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 460

set_magic_quotes_runtime和get_magic_quotes_runtime

set_magic_quotes_runtime()和get_magic_quotes_runtime()
set_magic_quotes_runtime()和get_magic_quotes_runtime() 是针对数据库

get_magic_quotes_gpc() 是针对GPC, Get/Post/Cookie

查看更多...

Tags: magic_quotes_runtime magic_quotes_gpc

分类:PHP | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 451

URLRewriter.dll asp.net伪静态

一、添加引用
   URLRewriter.dll 下载文件 点击下载此文件
二、<configuration>输入下插入以下代码
程序代码 程序代码
<configSections>
        <section name="RewriterConfig" type="URLRewriter.Config.RewriterConfigSerializerSectionHandler, URLRewriter" />
    </configSections>  

查看更多...

Tags: URLRewriter 静态

分类:ASP.net | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 767

[ti:风雨无阻]
[ar:刘德华]
[al:小天堂]
[by:92mp3音乐网]

查看更多...

分类:其它 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 615

好像有人不知道asp怎么调用

哎~~ asp怎么调用存储过程?
程序代码 程序代码
Set Cmd = Server.Createobject("ADODB.Command")   '建立对象
Cmd.ActiveConnection = Conn                                  '数据库链接connection对象
Cmd.CommandText = "存储过程名称"                           '要调用的存储过程名称
Cmd.CommandType = 4                                           '设置command为调用存储过程方式

查看更多...

分类:ASP | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 608

document.execCommand() 解析

2D-Position 允许通过拖曳移动绝对定位的对象。
AbsolutePosition 设定元素的 position 属性为“absolute”(绝对)。
BackColor 设置或获取当前选中区的背景颜色。
BlockDirLTR 目前尚未支持。
BlockDirRTL 目前尚未支持。

查看更多...

分类:Javascript | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 493

ASP常用所有功能函数

程序代码 程序代码
<%
'-------------------------------------
'所有功能函数名如下:
' StrLength(str) 取得字符串长度
' CutStr(str,strlen) 字符串长度切割

查看更多...

Tags: asp function

分类:ASP | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 484

Excel导入或导出至MSSQL数据库.rar

Excel导入或导出至MSSQL数据库.rar



下载文件 点击下载此文件

查看更多...

Tags: asp Excel mssql ACCESS

分类:ASP | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 654
<$NewMsg$>
xm.gif