码迷,mamicode.com
首页 >  
搜索关键字:when    ( 7148个结果
POJ-1324-Holedox Moving(BFS)
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
myqltransactionRollbackexception deadlock found when trying to get lock
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
redis配置详解
# 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
Sql语句-case when then else end
依据上面的表信息输出以下的结果:以下是建库和表结构据:create table DeptSales( deptID int, SubjMonth int , sales int , deptname varchar(50))insert into deptsales (deptid ,subjmon...
分类:数据库   时间:2014-09-28 13:45:22    阅读次数:188
[ACM] ZOJ 3816 Generalized Palindromic Number (DFS,暴力枚举)
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
Mybatis日常操作遇到的问题
如果参数是一个基本类型(不是一个类对象),在写sql需要对这个基本类型判断时,这个基本类型的名称必须是value,因为mybatis对于单个基本类型而言,默认名称是value,自定义的名称在用于if/when时,代码会报错(提示很模糊),但是不会提示是sql错误。
分类:其他好文   时间:2014-09-27 09:31:29    阅读次数:196
SQL——系统函数
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
802.1x authentication failed when move a PC between diff switches
问题描述:一台2960S交换机(IOS:15.2(1)E)下面接着一台CiscoSMBSF300-08交换机,中间是Trunk链路,两台交换机上都启用了802.1x认证,当一台PC接在SMB交换机上,认证成功;然后若将同一台PC接到2960S下面的其他端口,则认证失败,或者从debugdot1xall来看根本不再发起认证过程..
分类:其他好文   时间:2014-09-26 20:55:29    阅读次数:196
JSTL 核心标签库 使用
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
The ‘Microsoft.ACE.OLEDB.12.0′ provider is not registered on the local machine. (System.Data)
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!