E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
reconfigure
在SQL Server中使用SQL命令删除文件
如果'xp_cmdshell'没有启用,可以使用下列语句启用'xp_cmdshell': exec sp_configure 'show advanced options', 1;
reconfigure
bluestorm
·
2009-12-08 14:00
sql
SQL Server
XP
ubuntu的subversion 不支持ssl
/bin/sh echo "This script will
reconfigure
subversion to work with certs correctly.
hacker_zxf
·
2009-11-09 12:00
PHP
ubuntu
ssh
脚本
subversion
如果使用SQLExpress 2005时要求'sp_configure 'User instances enabled''
SqlExpress2005时出现要求执行sp_configure'userinstancesenabled',可以执行已下SQL语句解决exec sp_configure 'user instances enabled',1
reconfigure
yanghaiskys
·
2009-10-22 11:00
sql
.net
asp.net
asp
Excel导入SQL Server以及数字文本混合问题
************** --打开安全许可(SQL server会定时自动关闭) exec sp_configure 'show advanced options',1
reconfigure
exec
xltank
·
2009-10-09 15:00
sql
SQL Server
Excel
Microsoft
Access
Excel导入SQL Server以及数字文本混合问题
************** --打开安全许可(SQL server会定时自动关闭) exec sp_configure 'show advanced options',1
reconfigure
exec
xltank
·
2009-10-09 15:00
sql
SQL Server
Excel
Microsoft
Access
AdobeFlashPlugin等包破损处理
如进行了dpkg-
reconfigure
-a后,adobe-flashplugin包就会出现紊乱现象,在浏览器中插件就会失效。
蔡华江
·
2009-09-25 00:00
linux
Debian
Flash
vim
Adobe
LDAP数据的移植
theWaytoExportandImportLDAPData1、从旧LDAP数据库导出数据$sudoslapcat-v-laa.ldif2、在新LDAP数据库中进行初始化初始化请使用dpkg-
reconfigure
zfpnuc
·
2009-09-03 17:00
数据库
server
import
MSSQL2005 手工盲注详解
1.开启xp_cmdshellEXECsp_configure’showadvancedoptions’,1;
RECONFIGURE
;EXECsp_configure‘xp_cmdshell’,1;
RECONFIGURE
北北_
·
2009-08-27 19:22
数据库
职场
休闲
MSSQL2005 手工盲注详解
1.开启xp_cmdshellEXECsp_configure’showadvancedoptions’,1;
RECONFIGURE
;EXECsp_configure‘xp_cmdshell’,1;
RECONFIGURE
北北_
·
2009-08-27 19:22
数据库
职场
休闲
设置内存选项
minservermemory(MB) ' , 0 -- 设置maxservermemory配置项 EXEC sp_configureN ' maxservermemory(MB) ' , 256 -- 使更新生效
RECONFIGURE
yinhe2726
·
2009-08-25 23:00
sql
sql
C++
c
server
Go
SQLServer设置单词首字母大写
:jinjazz /csdn --SQLServer2005启用OLEAutomation sp_configure 'show advanced options', 1; go
RECONFIGURE
wsql
·
2009-08-25 14:00
JavaScript
正则表达式
Go
SQLServer设置单词首字母大写
:jinjazz /csdn --SQLServer2005启用OLEAutomation sp_configure 'show advanced options', 1; go
RECONFIGURE
wsql
·
2009-08-25 14:00
JavaScript
正则表达式
Go
SQLServer设置单词首字母大写
:jinjazz /csdn --SQLServer2005启用OLEAutomation sp_configure 'show advanced options', 1; go
RECONFIGURE
csstome
·
2009-08-25 14:00
JavaScript
正则表达式
Go
SQLServer设置单词首字母大写
:jinjazz /csdn --SQLServer2005启用OLEAutomation sp_configure 'show advanced options', 1; go
RECONFIGURE
xiaoer_1982
·
2009-08-25 14:00
JavaScript
正则表达式
Go
SQLServer设置单词首字母大写
:jinjazz /csdn --SQLServer2005启用OLEAutomation sp_configure 'show advanced options', 1; go
RECONFIGURE
wsql
·
2009-08-25 14:00
JavaScript
正则表达式
Go
SQLServer设置单词首字母大写
:jinjazz /csdn --SQLServer2005启用OLEAutomation sp_configure 'show advanced options', 1; go
RECONFIGURE
izuoyan
·
2009-08-25 14:00
JavaScript
正则表达式
Go
让ubuntu下的eclipse支持GBK编码
Ubuntu支持GBK,方法如下:修改/var/lib/locales/supported.d/local文件,在文件中添加zh_CN.GBKGBKzh_CN.GB2312GB2312sudodpkg-
reconfigure
leaze
·
2009-08-25 12:30
eclipse
linux
ubuntu
中文乱码
gbk
让ubuntu下的eclipse支持GBK编码
Ubuntu支持GBK,方法如下:修改/var/lib/locales/supported.d/local文件,在文件中添加zh_CN.GBKGBKzh_CN.GB2312GB2312sudodpkg-
reconfigure
leaze
·
2009-08-25 12:30
eclipse
linux
ubuntu
中文乱码
gbk
让ubuntu下的eclipse支持GBK编码
Ubuntu支持GBK,方法如下:修改/var/lib/locales/supported.d/local文件,在文件中添加zh_CN.GBKGBKzh_CN.GB2312GB2312sudodpkg-
reconfigure
leaze
·
2009-08-25 12:30
linux
eclipse
GBK
把excel文件导入到sql server 2005
1、先将Ad Hoc Distributed Querie和show advanced options开启 exec sp_configure 'show advanced options',1
reconfigure
wukele
·
2009-08-18 10:00
sql
SQL Server
Microsoft
Excel
SQLServer更改sa用户名
在企业管理器的查询分析器中运行以下代码(注意,进入查询分析器的用户名的角色要为System administrator,而且是各个数据库的db owner): sp_configure 'allow updates', 1 go
RECONFIGURE
wanchong998
·
2009-08-17 23:00
sql
SQL Server
Go
sql 大全
memory (MB)', 0 --设置 max server memory 配置项EXEC sp_configure N'max server memory (MB)', 256 --使更新生效
RECONFIGURE
pcajax
·
2009-08-17 11:00
sql
c
SQL Server
F#
Go
Ubuntu server 服务器搭建
解决办法是执行如下命令: sudo dpkg-
reconfigure
tzdata 然后根据交互界面重新设置时区。
dahui12344321
·
2009-07-22 14:00
apache
mysql
ubuntu
vim
debian下用exim4发送邮件
方式一:直接使用SMTP发信 #dpkg-
reconfigure
exim4-config (1)将配置文档拆分成小文件么?
brucectl
·
2009-06-26 21:00
Web
.net
Debian
Google
Gmail
gridpanel动态重新加载columnModel与store
//重新绑定gridthis.grid.
reconfigure
(newStore, new Ext.grid.ColumnModel(cm1));//重新绑定分页工具栏this.pagingBar.bind
Java世界
·
2009-05-20 15:00
SQL 语句启用组件Ad Hoc Distributed Queries
exec sp_configure 'show advanced options',1reconfigureexec sp_configure 'Ad Hoc Distributed Queries',1
reconfigure
xiaoer_1982
·
2009-05-08 21:00
sql
gridpanel动态重新加载columnModel与store
//重新绑定gridthis.grid.
reconfigure
(newStore, new Ext.grid.ColumnModel(cm1));//重新绑定分页工具栏this.pagingBar.bind
holdbelief
·
2009-03-24 17:00
html
.net
ext
OpenLdap的配置
*******基于Ubuntu8.10******** # 初始配置,把domain设成正确的值 /etc/ldap$: sudo dpkg-
reconfigure
slapd
andyhu1007
·
2009-03-16 23:00
.net
ubuntu
F#
Ruby
Exim4配置smarthost使用gmail发邮件
debian发行版(包括ubuntu)使用exim4作为默认的邮件服务器, 如果想使用gmail account发送邮件, 需要做一下配置: # dpkg-
reconfigure
andyao
·
2009-02-20 16:00
Debian
ubuntu
Google
Gmail
如何批量将一个文件夹下所有的SQL文件执行,更新到数据库
execmaster..xp_cmdshell'osql-S服务器-Usa-Paa-dmy-id:/aa.sql'2. execsp_configure'showadvancedoptions',1
reconfigure
only_endure
·
2009-02-14 14:00
sql
数据库
服务器
delete
insert
SSIS
Exim4配置smarthost使用gmail发邮件
debian发行版(包括ubuntu)使用exim4作为默认的邮件服务器, 如果想使用gmail account发送邮件, 需要做一下配置: # dpkg-
reconfigure
andyao
·
2009-02-13 09:00
Debian
Google
ubuntu
Gmail
安装SVN客户端
/bin/sh echo "This script will
reconfigure
subversion to work with certs correctly.
mujizi
·
2009-02-11 16:00
thread
PHP
SVN
ssh
subversion
解决debian xmms乱码
解决办法: #dpkg-
reconfigure
locales 然后选择zh_CN-UTF8,默认的也配置为zh_CN-UTF8 #ln -s /etc/gtk/gtkrc.zh_CN /e
emcome
·
2008-12-30 11:00
html
linux
.net
Debian
MS SQL SERVER2005跨服务器查询
AdHocDistributedQueries'execsp_configure'showadvancedoptions',1reconfigureexecsp_configure'AdHocDistributedQueries',1
reconfigure
cary
·
2008-12-09 17:00
SQL
SQL
Server
Go
MS SQL SERVER2005跨服务器查询
1:打开'Ad Hoc Distributed Queries' exec sp_configure 'show advanced options',1
reconfigure
exec sp_configure
cary
·
2008-12-09 17:00
sql
SQL Server
Go
ubuntu字符集
cat/usr/share/i18n/SUPPORTED找到自己需要的字符集vim/var/lib/locales/supported.d/local添加需要的字符集dpkg-
reconfigure
--
aayyooh
·
2008-11-28 12:02
linux
ubuntu
职场
休闲
未启用对系统目录的特殊更新。系统管理员必须重新配置 SQL Server 以允许这种操作
0 -- 此时不允许修改值sp_configure 'allow updates', 1 --允许对系统表进行修改
RECONFIGURE
yydy1983
·
2008-11-06 15:00
sql
SQL Server
配置管理
sun
Netbeans
Excel导入数据到sqlserver2005
相比有不少朋友和我一样无奈,先分享sql语句导入方法如下: 步骤一:启用Ad Hoc Distributed Queries exec sp_configure 'show advanced options',1
reconfigure
jandroid
·
2008-10-30 17:00
sqlserver2005
修改sql server2005的系统时间
--修改前时间printgetdate() --打开高级系统控制选项 EXECmaster.dbo.sp_configure'showadvancedoptions',1
RECONFIGURE
--修改执行权限
Notus|南色的风
·
2008-09-09 14:00
MSSQL: sql危险存储过程
如果不删除sql危险存储,可以按下面的方法执行系统命令sqlserver2005下开启xp_cmdshell的办法EXECsp_configure'showadvancedoptions',1;
RECONFIGURE
yexianyi
·
2008-08-19 08:00
Database
存储
sql
xp
shell
output
xp_cmdshell,Transact-SQL中常用扩展存储过程
--打开这个存储过程的方法是:EXEC sp_configure 'xp_cmdshell',1
RECONFIGURE
--打开后就可以使用xp_cmdshell了,下面是在E盘根目录创建一个名为'qq
sz_bdqn
·
2008-08-05 01:00
XP
dos
存储
sqlserver
扩展
在vmware workstation 6中为Solaris10 添加硬盘
vmwareworkstation6中为Solaris10添加硬盘 Vmwareworkstation:6.01Solaris10 添加硬盘步骤如下: 1、执行如下命令: #touch/
reconfigure
xian_fish
·
2008-06-05 19:00
vmware
Solaris
ext
在ubuntu 8.04上构建openmoko qemu
以下方法只是建立gta01,至于怎么建立gta02的环境我还不会呢,可以参考http://wiki.openmoko.org/wiki/Openmoko_under_QEMU安装后如图:sudo dpkg-
reconfigure
taina2008
·
2008-05-21 08:00
SVN
ubuntu
ubuntu 命令
cpuinfo 查看CPU信息 cat /proc/version 查看系统信息 apt-get clean 删除升级包的缓存文件 fc-cache -f 刷新字体缓存 sudo dpkg-
reconfigure
bluelzx
·
2008-05-06 15:00
mysql
cache
F#
ubuntu
qt
MSSQL2000 中, 将用户表 存储过程 变成系统表 存储过程
MSSQL2000中,将用户表存储过程变成系统表存储过程将用户表变成系统表exec sp_configure 'allow updates',1
reconfigure
with overrideUPDATE
++的博客
·
2008-04-09 17:00
sqlserver 2000中存入大于65535长度的内容报错的处理
默认设置下,只能发布65535大小的image字段,到查询分析器中执行下面的语句,完成后重新启动sql服务即可execsp_configure'maxtextreplsize(B)','2147483647'
reconfigure
nutian
·
2008-04-06 19:00
Codehelp中使用到的SQL语法高亮插件
0000ff False FREETEXT READTEXT BREAK FREETEXTTABLE
RECONFIGURE
BROWSE FROM R
cityeremite
·
2008-04-01 14:00
sql
Sql Server 2005 常用数据库配置
1、SQL SERVER 2005开启xp_cmdshell的方法 EXEC sp_configure 'show advanced options', 1;
RECONFIGURE
; EXEC sp_configure
junmail
·
2008-03-03 17:00
sql
SQL Server
XP
Microsoft
Go
Sql Server 2005 常用数据库配置
1、SQL SERVER 2005开启xp_cmdshell的方法 EXEC sp_configure 'show advanced options', 1;
RECONFIGURE
; EXEC sp_configure
junmail
·
2008-03-03 17:00
sql
SQL Server
XP
Microsoft
Go
Sql Server 2005 常用数据库配置
1、SQL SERVER 2005开启xp_cmdshell的方法 EXEC sp_configure 'show advanced options', 1;
RECONFIGURE
; EXEC sp_configure
junmail
·
2008-03-03 17:00
sql
SQL Server
XP
Microsoft
Go
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他