06 2005 档案

出如此错误,同样的代码却能在另一台机器执行(估计是补丁问题
摘要:<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML3.2Final//EN"><htmldir=ltr><head><style>a:link{}{font:8pt/11ptverdana;color:FF0000}a:visited{}{font:8pt/11ptverdana;color:#4e4e4e}</style&... 阅读全文

posted @ 2005-06-29 23:43 DiviSoft 阅读(571) 评论(0) 推荐(0)

温习存储过程的CURSOR
摘要:use esalesdeclare @myid intselect @myid=2declare @nCorpID intdeclare @nCorpIDDest intdeclare @nAction intdeclare @nNum int declare cursorProcNames cursor forSELECT nCorpID,nCorpIDDest,nAction,nNumFROM... 阅读全文

posted @ 2005-06-27 15:26 DiviSoft 阅读(530) 评论(0) 推荐(0)

PHP下的DLL Accesss Denied解决之道
摘要:当前操作系统是XP。php.ini设置了开启 php_mbstring.dll c:\windows\system32\ 下也放了该文件但在浏览以IIS建立PHP脚本的站点时,却出现访问 php_mbstring.dll Accesss Denied.解决办法:将php_mbstring.dll 拷贝到C:\php\下,并设置该DLL为 USERS 也可以完全访问(这点很重要)。 阅读全文

posted @ 2005-06-25 18:34 DiviSoft 阅读(316) 评论(0) 推荐(0)

xp下的host文件配置
摘要:正常情况下127.0.0.1 www.3721.com增加如上,就可以以www.3721.com 正常访问127.0.0.1但却会出现the answer is config the iis website ,directory cert.. 阅读全文

posted @ 2005-06-25 18:08 DiviSoft 阅读(693) 评论(0) 推荐(0)

sqlserver in子句的使用?--如何实现CorpIDSet作为ID集合使用,能在存储过程中正确执行如一般SQL效果?
摘要:CREATE TABLE [dbo].[tlCorp] ([CorpID] [varchar] (50) COLLATE Chinese_PRC_CI_AS NOT NULL ,(关键字)//注意,是int[CorpName] [varchar] (50) COLLATE Chinese_PRC_CI_AS NULL ,[CorpIDSet] [varchar] (255) COLLATE Chi... 阅读全文

posted @ 2005-06-20 17:51 DiviSoft 阅读(631) 评论(0) 推荐(0)

导航