*===============================================================*
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
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
在数据库表中,使用索引可以大大提高查询速度。All storage engines
support at least 16 indexes per table and a total index length of at least 256
bytes. Most storage engines h...
分类:
数据库 时间:
2014-05-26 21:23:17
阅读次数:
349
//form==>http://www.cnblogs.com/2050/archive/2012/08/10/2632256.htmlhaha
555555555555555555555555555555555haha 555555555555555555555555555555555 wor.....
分类:
其他好文 时间:
2014-05-26 21:02:51
阅读次数:
263
项目中也想用这个功能,发现出错,经过测试,一定要加这句才行噢!!-----以下内容摘至网上-----在不是js打开的页面上按window.close(),
会有提示框,很烦,现在可以不用了,没有提示框直接关闭窗口。试试下面代码:试着改变参数会得到其他一些功能:WebBrowser.ExecWB(1,...
分类:
Web程序 时间:
2014-05-26 21:00:15
阅读次数:
294
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
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