摘要:
ALTER TABLE `table_name`add M1 smallint(6) DEFAULT NULL,add M2 smallint(6) DEFAULT NULL,add M3 smallint(6) DEFAULT NULL; 阅读全文
摘要:
http://topic.csdn.net/u/20090109/15/39072242-c56c-4c83-81eb-7b1d940716d7.html 【代码示例】 [code=SQL] DELIMITER $$ DROP FUNCTION IF EXISTS `db_waasai`.... 阅读全文
摘要:
kB942830,KB942831导致IIS WEB服务不启动 我的xp sp2系统,昨天用自动更新打了微软的kB942830,KB942831两个补丁,发现本地网页无法浏览了,查看系统服务,发现“World Wide Web Publishing”未启动,手动启动不成功,提示:“无法启动wor... 阅读全文
摘要:
站点推荐 http://expert.csdn.net/Expert/topic/3008/3008621.xml?temp=8.143252E-02 1、ASP.Net中怎么样实现水晶报表在客户端打印? ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.... 阅读全文
摘要:
注:新建一txt文件,把下面代码copy进行,修改扩展名txt为bat,再把此bat文件copy到mysql相应的bin文件夹下. @echo offecho 正在更新,请稍候...... set errorlevel=0 set path_home_mysql="数据库路径"set path_bi... 阅读全文
摘要:
update1.sql的内容为 DROP PROCEDURE IF EXISTS pcName;CREATE PROCEDURE pcName()BEGIN select 'a'; END; dos下执行如下命令 C:\SZXYS\METSDatabase\mysql\bin>mysql -uu... 阅读全文
摘要:
select distinct a.PatientID,a.PatientCode,a.PatientSex,a.MobileNo,a.HomePhoneNo,a.UserAge,a.PatientName,a.PatientIDCard, DATE_FORMAT(a.RegistDate,'%Y-... 阅读全文
摘要:
解决方法 在WebConfig中加上 Allow Zero Datetime=true;CharSet=gb2312;Max Pool Size = 16530" 阅读全文
摘要:
D:\Program Files\mysql-5.2.3\bin>mysql -u你的用户名 -p你的用户名密码Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 5Server ve... 阅读全文
摘要:
InsertChart.SeriesCollection.Add(5); InsertChart.SeriesCollection[5].DataLabelsCollection.Add(); //给定series的名字 InsertChart.SeriesCollection[5].Set... 阅读全文