网址:http://www.eygle.com/digest/2009/01/merge_into_insertupdate.html动机:想在Oracle中用一条SQL语句直接进行Insert/Update的操作。说明:在进行SQL语句编写时,我们经常会遇到大量的同时进行Insert/Update...
分类:
其他好文 时间:
2014-07-22 23:16:14
阅读次数:
476
今天研究了一些用jquery $.ajax跨域的方法,总结了一些注意事项如下:
首先,跨域JSONP不是AJAX。它不使用XMLHttpRequest。只不过是一个动态脚本元素加载JavaScript代码。Cross-domain
JSONP isn’t AJAX at all. It doesn’...
分类:
Web程序 时间:
2014-07-22 23:16:14
阅读次数:
544
Given an array of strings, return all groups of
strings that are anagrams.Note: All inputs will be in
lower-case.输入一个字符串数组,返回所有回文构词法(anagrams)的字符串,所谓回...
分类:
其他好文 时间:
2014-07-22 23:15:54
阅读次数:
440
Given a sorted linked list, delete all
duplicates such that each element appear onlyonce.For
example,Given1->1->2, return1->2.Given1->1->2->3->3,
retu...
分类:
其他好文 时间:
2014-07-22 23:12:13
阅读次数:
426
SET SHOWPLAN_ALL { ON | OFF }It will not
execute the TSQL statements.It cannot be specified inside a stored
procedure,must be the only statements in a...
分类:
数据库 时间:
2014-07-22 23:11:32
阅读次数:
646
//// RootTableViewController.m// editcell////
Created by liyang on 14-4-29.// Copyright (c) 2014年 liyang. All rights
reserved.//#import "RootTabl...
分类:
移动开发 时间:
2014-07-22 23:10:14
阅读次数:
459
OSBDM-JM60 - 9S08JM60 Based OSBDM — It includes
interfaces and firmwareapplied to all the targets supported by the previous open
source BDMs.It includ...
分类:
其他好文 时间:
2014-07-22 23:10:13
阅读次数:
678
1. 存储过程 CREATE PROCEDURE
[dbo].[bbs_move_createtopic]@fid smallint,@iconid smallint,@curtid INT
OUTPUTASBEGIN INSERT INTO [topics] ...... SET @topicid...
分类:
数据库 时间:
2014-04-29 16:48:46
阅读次数:
476
DescriptionFarmer John completed his new barn
just last week, complete with all the latest milking technology. Unfortunately,
due to engineering probl...
分类:
其他好文 时间:
2014-04-29 16:46:46
阅读次数:
371
看到的资料http://bbs.csdn.net/topics/198565自己总结一下//插入到nIndex工作表之前voidInsertSheet(intnIndex){sheets=book.GetSheets();COleVariantcovOptional((long)DISP_E_PAR...
分类:
其他好文 时间:
2014-04-29 16:32:46
阅读次数:
304