码迷,mamicode.com
首页 >  
搜索关键字:group by case when    ( 29534个结果
Spring MVC(一)
The figure below shows the flow of request in the Spring MVC Framework.When a request is sent to the Spring MVC Framework the following sequence of ev...
分类:编程语言   时间:2014-07-03 10:08:35    阅读次数:232
微软职位内部推荐-Software Development Engineer 2
微软近期Open的职位:SDE2 (Windows - Audio)Windows Partner Enablement team in Operating System Group is looking for a Software Development Engineer (SDE) in Sh...
分类:其他好文   时间:2014-07-03 09:44:36    阅读次数:206
Mybatis 动态sql
choose, when, otherwise有时我们不想应用所有的条件, 相反我们想选择很多情况下的一种。 Java 中的 switch 和 语句相似,MyBatis 提供 choose 元素。我们使用上面的示例,但是现在我们来搜索当 title 提供时仅有 title 条件,当 author 提...
分类:数据库   时间:2014-07-03 09:23:49    阅读次数:223
css form 表单组
2014年7月1日 15:31:17第一次写css,见谅css: 1 /*form*/ 2 /*default*/ 3 .form-box .form-group .form-label {text-align: right; width: 200px; height: 33px; line-hei...
分类:Web程序   时间:2014-07-03 06:33:56    阅读次数:422
Innodb加载数据字典 && flush tables
测试了两个case,属于之前blog的遗留问题: innodb如何加载数据字典 flush tables都做了什么操作先来看下innodb加载数据字典: 首次使用:select * from tt;1. 创建handler对象函数调用栈: open_binary_frm ...
分类:数据库   时间:2014-07-03 06:21:07    阅读次数:318
Akka的fault tolerant
要想容错,该怎么办?父actor首先要获知子actor的失败状态,然后确定该怎么办, “怎么办”这回事叫做“supervisorStrategy"。 // Restart the storage child when StorageException is thrown. // After 3 re...
分类:其他好文   时间:2014-07-03 00:21:47    阅读次数:340
(转)Overview : Writing Scripts in C# 使用C#书写脚本
Apart from syntax, there are some differences when writing scripts in C# or Boo. Most notable are:除了句法规则, 使用C#或Boo编写脚本还有一些不同,当.需要特别注意的是:1. Inherit fro...
分类:其他好文   时间:2014-07-02 23:22:00    阅读次数:307
【MySQL案例】ERROR 1786 (HY000)
create tablelgmnr_bak select * from lgmnr; ERROR 1786 (HY000): CREATE TABLE ... SELECTis forbidden when @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1...
分类:数据库   时间:2014-07-02 08:07:11    阅读次数:416
【MySQL案例】ERROR 1665 (HY000)
ERROR 1665 (HY000): Cannot executestatement: impossible to write to binary log since BINLOG_FORMAT = STATEMENTand at least one table uses a storage engine limited to row-based logging.InnoDB is limited to row-logging when transaction isolation level is REA...
分类:数据库   时间:2014-07-02 07:46:46    阅读次数:322
解决Oracle+weblogic系统死机的问题
前段时间发布的系统(Oracle+weblogic)频繁挂掉,每天早上9点、下午2点高峰期就挂,纠结了很长时间,最终解决,方法描述下。执行select count(*),status from v$session group by status;指令,发现不活动连接数比较大,当上升到一定数值之和,就...
分类:数据库   时间:2014-07-01 16:37:13    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!