conf 相关的软件列表

首页

perl中heredoc使用说明

2020-02-16 标签:perl,heredoc,使用说明,格式,print,eofyou,text,go,hereeof,实现,代码,如下,sub,usage,eof,test,pl,c,config,f

格式print <<EOFyou text go hereEOF实现代码如下:sub usage{print <<EOF;Usage: test.pl -c config, -f file -l lines-c config file-f file name-l number

首页

无需重新编译php加入ftp扩展的解决方法

2020-02-16 标签:无需,重新,编译,php,加入,ftp,扩展,解决方法,首先,进入,源码,目录,cd,13,ext,运行,phpize,生成

首先,进入源码目录cd php-5.2.13/ext/ftp#运行phpize生成configure/usr/local/php/bin/phpize#编译,指定php-config,注意这里的php-config,不是php.ini./configure --with-php-config=/us

首页

自动清理 MSSQL Server Table Collation问题的解决方法

2020-02-16 标签:自动,清理,mssql,server,table,collation,问题,解决方法,团队,项目,约定,ms,sql,编程,就会,遇到,这样的,cannot,resolve,conflict

在一个团队项目中,没有约定好Collation, 在 MS SQL Server中编程就会遇到这样的问题:Cannot resolve the collation conflict between "Latin1_General_CI_AS" and "SQL_Latin1_General_CP1_

RHE5服务器配置-搭建Samba服务器步骤(图)
首页

RHE5服务器配置-搭建Samba服务器步骤(图)

2020-02-16 标签:rhe,服务器,配置,搭建,samba,步骤,认识,核心,守护,进程,smbd,n,mbd,启动,停止,期间,持续

认识SambaSamba的核心是两个守护进程,即smbd和nmbd。服务器启动到停止期间持续运行,smba监听139TCP端口;nmbd监听137和138UDP端口。smbd和nmbd使用的全部配置信息保存在smb.conf文件中,smb.conf向smbd和nmbd两个守护进程说明输出什么,共享输

首页

fckeditor编辑器在php中的配置方法

2020-02-16 标签:fckeditor,编辑器,php,配置,方法,修改,文件,上传,语言,打开,fckconfig,js,找到,var,asp,改成,启用

一:修改文件上传语言为PHP 打开fckconfig.js 找到: var _FileBrowserLanguage = 'asp' var _QuickUploadLanguage = 'asp' 改成: var _FileBrowserLanguage = 'php' var _QuickUpl

首页

SQL Server修改标识列方法 如自增列的批量化修改

2020-02-16 标签:sql,server,修改,标识,方法,批量,通过,界面,设计,能手,操作,无法,达到,几千,台服

通过界面设计上是能手工操作的,无法达到我批量修改几千台服务器。 因为此了一个脚本来批量执行。 环境:redgate + mssql 2008 r2 以下代码根据自己的业务稍做修改即使用。 实现代码如下: --允许对系统表进行更新 exec sp_configure 'allow updates',1

首页

asp.net生成验证码代码(纯中文)

2020-02-16 标签:asp,n,et,生成,验证,代码,中文,实现,如下,using,system,data,web,security,ui,webcontrols,webparts

实现代码如下: using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.We

首页

asp.net生成验证码(纯数字)

2020-02-16 标签:asp,n,et,生成,验证,数字,checkcode,cs,实现,代码,如下,using,system,data,web,security,ui

CheckCode.cs 实现代码如下: using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; us

首页

SQL SERVER数据操作类代码

2020-02-16 标签:sql,server,数据,操作,代码,实现,如下,using,system,data,web,security,ui,webcontrols,webparts,sqlclient,summary

实现代码如下: using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.We

首页

cmd下开启telnet的方法

2020-02-16 标签:cmd,开启,telnet,方法,启动,sc,config,tlntsvr,start,auto,n,et,管理工具,c,tlntadmn,用法,computer,ame

1.启动 sc config tlntsvr start= auto net start telnet 2.telnet管理工具 C:\>tlntadmn /? 用法: tlntadmn [computer name] [common_options] start | stop | pause