DescriptionDuring winter, the most hungry and severe time, Holedox sleeps in its lair. When spring comes, Holedox wakes up, moves to the exit of its l...
分类:
其他好文 时间:
2014-09-28 19:37:15
阅读次数:
519
linux 下远程连接mysq命令:mysql -h "1.0.0.1" -u username -p1获 取锁等待情况可以通过检查 table_locks_waited和table_locks_immediate状态变量来分析系统上的表锁定争夺:mysql> show status like 'T...
分类:
其他好文 时间:
2014-09-28 17:27:23
阅读次数:
221
# By default Redis does not run as a daemon. Use 'yes' if you need it.# Note that Redis will write a pid file in /var/run/redis.pid when daemonized.#R...
分类:
其他好文 时间:
2014-09-28 14:36:32
阅读次数:
215
依据上面的表信息输出以下的结果:以下是建库和表结构据:create table DeptSales( deptID int, SubjMonth int , sales int , deptname varchar(50))insert into deptsales (deptid ,subjmon...
分类:
数据库 时间:
2014-09-28 13:45:22
阅读次数:
188
Generalized Palindromic Number
Time Limit: 2 Seconds Memory Limit: 65536 KB
A number that will be the same when it is written forwards or backwards is known as a palindromic number. For e...
分类:
其他好文 时间:
2014-09-28 12:56:12
阅读次数:
242
如果参数是一个基本类型(不是一个类对象),在写sql需要对这个基本类型判断时,这个基本类型的名称必须是value,因为mybatis对于单个基本类型而言,默认名称是value,自定义的名称在用于if/when时,代码会报错(提示很模糊),但是不会提示是sql错误。
分类:
其他好文 时间:
2014-09-27 09:31:29
阅读次数:
196
1) CASECASE有两种使用形式:一种是简单的CASE函数,另一种是搜索型的CASE函数。[1]简单的 CASE 函数Format:CASE input_expression WHEN when_expression THEN result_expression [ ...n ] [ ELSE ...
分类:
数据库 时间:
2014-09-26 21:45:48
阅读次数:
317
问题描述:一台2960S交换机(IOS:15.2(1)E)下面接着一台CiscoSMBSF300-08交换机,中间是Trunk链路,两台交换机上都启用了802.1x认证,当一台PC接在SMB交换机上,认证成功;然后若将同一台PC接到2960S下面的其他端口,则认证失败,或者从debugdot1xall来看根本不再发起认证过程..
分类:
其他好文 时间:
2014-09-26 20:55:29
阅读次数:
196
JSTL 核心标签库标签共有13个,功能上分为4类:1.表达式控制标签:out、set、remove、catch2.流程控制标签:if、choose、when、otherwise3.循环标签:forEach、forTokens4.URL操作标签:import、url、redirect使用标签时,一定...
分类:
Web程序 时间:
2014-09-26 19:53:18
阅读次数:
256
When you try to import Excel 2007 or later “.xlsx” files into an SQL Server 2008 database you may get the following error mesage :The ‘Microsoft.ACE.O...
分类:
数据库 时间:
2014-09-26 18:05:28
阅读次数:
507