一些环境配置的位置:Mysql目录:/usr/bin启动mysql/etc/init.d/mysqlstart关闭mysqlmysqladmin-uroot-pshutdown或者用service命令servicemysqlUsage:/etc/init.d/mysql{start|stop|restart|reload|force-reload|status}[MySQLserveroptions]启动mysqlservicemysqlstart关闭my
系统 2019-08-12 01:53:50 2579
模块一SQL(DQL)l基本SQL查询l运算符与函数l子查询l连接查询建表语句emp.sqlPartI(第一天)01.查询员工表所有数据,并说明使用*的缺点答:select*fromemp;使用*的缺点有a)查询出了不必要的列b)效率上不如直接指定列名02.查询职位(JOB)为'PRESIDENT'的员工的工资答:select*fromempwherejob='PRESIDENT';03.查询佣金(COMM)为0或为NULL的员工信息答:重点是理解0与nu
系统 2019-08-12 01:53:35 2579
有一张错误上报表,下面只将与本文相关的字段罗列如下:上报人(ReportPerson)、上报错误ID(ErrorID)、上报时间(ReportTime)、状态(State),其中值为0(未解决)、1(已处理)、2(已解决)。现在要做的是统计在某个时间段[beginTime,endTime](其中beginTime,endTime由前台进行传入)内,每个上报人上报错误点的总数以及已解决错误的总数。1selecta.ReportPerson,a.sumOfEr
系统 2019-08-12 01:53:10 2579
SimplewaytoexportSQLServerdatatoTextFilesSimplewaytoexportSQLServerdatatoTextFilesBy:KenSimmons|ReadComments(7)|RelatedTips:MoreWinaneBook-selectfromover1,000titles!ProblemSincethetransitionfromDTStoSSIS,Ihavefoundmyselflookingfor
系统 2019-08-12 01:52:30 2579
oracle数学函数oracletrunc()函数的用法.1.TRUNC函数为指定元素而截去的日期值。其具体的语法格式如下:TRUNC(date[,fmt])其中:date一个日期值fmt日期格式,该日期将由指定的元素格式所截去。忽略它则由最近的日期截去下面是该函数的使用情况:selecttrunc(sysdate,'mm')fromdual--2007-1-1:当月第一天selecttrunc(sysdate,'yy')fromdual--2007-1-
系统 2019-08-12 01:52:10 2579
Fromhttp://msdn.microsoft.com/libraryThefollowingwalkthroughdemonstratestheuseofacustomactionandtheCustomActionDatapropertytocreateadatabaseanddatabasetableduringinstallation.NoteThiswalkthroughrequiresSQLServeronthecomputerwherey
系统 2019-08-12 01:51:53 2579
JBoss7isslightlydifferentthanearlierversionJBoss5or6.TheproceduretoenableaccesslogsinJBoss7isalsochangedandyoumustbefamiliaronhowtoenableaccesslogsinJBoss7.GotoJBoss/standalone/configurationfolderAddfollowinginstandalone.xml,lookf
系统 2019-08-12 01:33:57 2579
NavicatPremium是一个可多重连接的数据库管理工具,让你以单一程序同時连接到MySQL、SQLServer、SQLite、Oracle和PostgreSQL数据库,令管理不同类型的数据库更加方便。原版下载地址:http://www.navicat.com/download/navicat-premium32位补丁下载地址:http://pan.baidu.com/share/link?shareid=1872061245&uk=218245522
系统 2019-08-12 01:33:55 2579
转载网址:http://www.hackbase.com/lib/2007-02-08/14896.htmlLinux下Tomcat配置1.所需的软件包j2sdk-1_4_1_02-linux-i586.bin(jdk1.4.1)Apache2.0.40(RedHatLinux8.0自带)jakarta-tomcat-4.1.24.tar.gz(tomcat4.1.24)jakarta-tomcat-connectors-4.1.24-src.tar.gz
系统 2019-08-12 01:33:33 2579
在服务器上,为了测试方面,先改host文件,增加如下一行127.0.0.1localhost127.0.0.1www.abc.com然后改tomcat下conf目录下的server.xml文件在第一个后增加HOST如下
系统 2019-08-12 01:33:14 2579