*===============================================================*
Copyright (C) 2013 All rights reserved.* * 文件名称:StringProcess.cpp* 创 建 者:* ...
分类:
编程语言 时间:
2014-05-26 23:50:13
阅读次数:
690
select * from all_tab_comments-- 查询所有用户的表,视图等select
* from user_tab_comments -- 查询本用户的表,视图等select * from
all_col_comments--查询所有用户的表的列名和注释.select * fro...
分类:
数据库 时间:
2014-05-26 22:57:50
阅读次数:
363
摘自:http://blog.csdn.net/myjlvzlp/article/details/84343761、批量添加元素session.insert(String
string,Object o)public void batchInsertStudent(){ List ls = n...
分类:
其他好文 时间:
2014-05-26 22:43:20
阅读次数:
239
DescriptionAccounting for Computer Machinists (ACM)
has sufferred from the Y2K bug and lost some vital data for preparing annual
report for MS Inc.All...
分类:
其他好文 时间:
2014-05-26 22:06:57
阅读次数:
213
linux centos 下代理http、https、ftp全局使用代理:export
http_proxy=http://host:port/export https_proxy=http://host:port/export
ftp_proxy=http://host:port/使用wget按需...
分类:
系统相关 时间:
2014-05-24 07:53:34
阅读次数:
420
先看效果图: 游戏结束图: javascript实现源码:
俄罗斯方块
© 2009 - 2014 All Rights by ithomer.net
var domain="www.zuidaima.com";
var author="zuidaima";
var map=eval("["+Array(23).join("0x801,")+"0xfff]");
var tatris=[...
分类:
编程语言 时间:
2014-05-23 02:19:04
阅读次数:
253
Problem 1: Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.
Find the sum of all the multip...
分类:
其他好文 时间:
2014-05-23 01:43:01
阅读次数:
253
【题目】
Given a collection of numbers, return all possible permutations.
For example,
[1,2,3] have the following permutations:
[1,2,3], [1,3,2], [2,1,3], [2,3,1], [3,1,2], and [3,2,1].
【题意】
给定一个数组,生成所有的全排列
【思路】
递归,类DFS...
分类:
其他好文 时间:
2014-05-23 01:08:26
阅读次数:
194
H. Happy Reversal
64-bit integer IO format: %lld
Java class name: Main
Elfness is studying in an operation "NOT".
For a binary number A, if we do operation "NOT A", after that, all digit...
分类:
移动开发 时间:
2014-05-23 00:43:49
阅读次数:
430
Jimmy writes down the decimal representations of all natural numbers between and including m and n, (m ≤ n). How many zeroes will he write down?
Input
Input starts with an integer T (≤ 11000), denot...
分类:
其他好文 时间:
2014-05-22 22:59:18
阅读次数:
354