日期转换to_date 查询系统时间 sysdate 对日期取整 trunc 对月份的加函数 add_months ,last_day
分类:
数据库 时间:
2016-03-17 01:50:32
阅读次数:
248
1. Stack介绍 2. Queue介绍 3. 例题分析 Stack A stack is a container of objects that are inserted and removed according to the last-in first-out (LIFO) principl
分类:
编程语言 时间:
2016-03-16 00:58:28
阅读次数:
383
mvcDemo.zul First Name: Last Name: Full Name: DemoMVC.java package com.demo;import org.zkoss.zk.ui.event.Event;import org.zkoss.zk.ui....
分类:
Web程序 时间:
2016-03-15 13:34:33
阅读次数:
251
atitit。浏览器缓存机制 and 微信浏览器防止缓存的设计 attilax 总结 1. 缓存的一些机制 1 1.1. http 304 1 1.2. 浏览器刷新的处理机制 1 1.3. Expires 2 1.4. Cache-Control 2 1.5. Last-Modified/E-t
分类:
微信 时间:
2016-03-14 14:01:35
阅读次数:
391
Article ID: 972225 - Last Review: 06/08/2009 10:25:42 - Revision: 1.0
分类:
其他好文 时间:
2016-03-14 13:37:12
阅读次数:
228
This is the last in a series of Postgres posts that Pat Shaughnessy wrote based on his presentation at the Barcelona Ruby Conference. You can also wat
分类:
其他好文 时间:
2016-03-13 06:12:12
阅读次数:
211
可以直接使用BigInteger类型进行接收, BigInteger id = (BigInteger)QueryRunner(conn,"SELECT LAST_INSERT_ID",new Scala) java.math.BigInteger cannot be cast to java.la
分类:
编程语言 时间:
2016-03-12 21:02:41
阅读次数:
303
经常使用这个语句来查看性能低下的sql语句: SELECT creation_time N'语句编译时间' ,last_execution_time N'上次执行时间' ,total_physical_reads N'物理读取总次数' ,total_logical_reads/execution_c
分类:
数据库 时间:
2016-03-12 11:39:11
阅读次数:
224
一.堆栈的定义 1.栈是一种特殊的线性表。其特殊性在于限定插入和删除数据元素的操作只能在线性表的一端进行。 结论:后进先出(Last In First Out),简称为LIFO线性表。栈的应用有:数制转换,语法词法分析,表达式求值等 2.队列(Queue)也是一种运算受限的线性表,它的运算限制与栈不
分类:
Web程序 时间:
2016-03-11 20:35:43
阅读次数:
327
Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word in the string. If the last word
分类:
其他好文 时间:
2016-03-11 18:48:14
阅读次数:
115