descr 相关的软件列表

首页

ASP备份SQL Server数据库改进版

2020-02-16 标签:asp,备份,sql,server,数据库,改进,实现,代码,如下,form,method,post,n,ame,myform,action,选择,操作

实现代码如下: 选择操作:备份 恢复 数据库名:"> 文件路径:(备份或恢复的文件路径) 0 then response.write err.number&"" response.write err.description&"" end if Response.write

首页

MySQL单表多关键字模糊查询的实现方法

2020-02-16 标签:mysql,多关,字模,查询,实现,方法,最近的,项目,需要,但这,关键字,并不一定,存在于,某个字

在最近的一个项目需要实现在MySQL单表多关键字模糊查询,但这数个关键字并不一定都存在于某个字段。例如现有table表,其中有title,tag,description三个字段,分别记录一条资料的标题,标签和介绍。然后根据用户输入的查询请求,将输入的字串通过空格分割为多个关键字,再在这三个字段中查询

JQuery文本框高亮显示插件代码
首页

JQuery文本框高亮显示插件代码

2020-02-16 标签:jquery,文本框,高亮,显示,插件,代码,如下,highlight,js,实现,description,textbox,author,allen,liu,function,fn,options,var,defaultopt

代码如下: jquery-highlight.js 实现代码如下: /* description:TextBox HighLight author:Allen Liu */ (function($) { $.fn.highlight = function(options) { var default

首页

基于jquery的让textarea自适应高度的插件

2020-02-16 标签:基于,jquery,textarea,自适应,高度,插件,google,calendar,s,description,when,create,one,n,ew,update,existence

Introduction 1. This textarea is like the google calendar's description when you create one new or update one existence calendar; 2. Its height will b

首页

Mysql中返回一个数据库的所有表名,列名数据类型备注

2020-02-16 标签:mysql,返回,数据库,名数,类型,备注,desc,show,columns,describe,create,table,use,information,schema,select

desc 表名; show columns from 表名; describe 表名; show create table 表名; use information_schema select * from columns where table_name='表名'; 顺便记下: show datab

首页

一些经常会用到的Javascript检测函数

2020-02-16 标签:经常,会用,到的,javascript,检测,函数,function,name,trim,description,去除,字符串,首尾,空格,creation,date,2004,13,15

// Function Name: trim // Function Description: 去除字符串的首尾的空格 // Creation Date: 2004-7-13 15:30 // Last Modify By: N/A // Last Modify Date: N/A String.p

首页

asp 在线备份与恢复sqlserver数据库的代码

2020-02-16 标签:asp,在线,备份,恢复,sqlserver,数据库,代码,sql,server,实现,如下,backup,database,disk,mappath,backuptext,dat,set

asp在线备份sql server数据库: 1、备份sqlserver 实现代码如下: 0 then response.wrITe "错误:"&err.Descripting else response.wrITe "数据备份成功!" end if %>2、恢复sqlserver 实现

首页

ASP.NET下上传图片到数据库,并且读出图片的代码(详细版)

2020-02-16 标签:asp,net,上传,图片,数据库,并且,读出,代码,详细,首先在,sql,server,建立,存储,imagedata,column

首先在SQL Server中建立一个图片存储的数库表,ImageData Column为图象二进制数据储存字段,ImageContentType Column为图象文件类型记录字段,ImageDescription Column为储蓄图 象文件说明字段,ImageSize Column为储存图象文件

首页

MySQL 数据库常用命令 简单超级实用版

2020-02-16 标签:mysql,数据库,常用,命令,简单,超级,实用,create,database,n,ame,创建,use,选择,drop,直接,删除

1、MySQL常用命令 create database name; 创建数据库 use databasename; 选择数据库 drop database name 直接删除数据库,不提醒 show tables; 显示表 describe tablename; 表的详细描述 select 中加上d

首页

Asp.Net 程序错误Runtime Error原因与解决

2020-02-16 标签:asp,net,程序,错误,runtime,error,原因,解决,description,application,occurred,server,current,custom,settings,prevent,details,viewed,remotely,security

Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of