create table OA_WF_NODETEMP as select * from
oa_wf_node where 1=2
分类:
其他好文 时间:
2014-05-16 18:55:53
阅读次数:
202
-- 查找重复记录select names,num from test where rowid !=
(select max(rowid) from test b where b.names = test.names and b.num =
test.num)或者使用select names,n.....
分类:
数据库 时间:
2014-05-16 18:51:53
阅读次数:
278
把环境,编辑器,版本这些都弄清楚,说不好还能把FCL类库弄懂个大概???:)[DateTime]::IsLeapYear(2008)$result =
[DateTime]"06/21/2008" - [DateTime]::Now$result.TotalDaysdircd c:pwdcd \cd...
分类:
其他好文 时间:
2014-05-16 08:55:15
阅读次数:
285
上一节实现了对TableExpression的解析,通过反射创建实例以及构建该实例的成员访问表达式生成了一个TableExpression,并将其遍历格式化为”Select
* From TableName ”之类的SQL语句,本节继续对其他QueryExpression进行解析。先回顾一下几个类的...
分类:
其他好文 时间:
2014-05-16 08:26:20
阅读次数:
361
#include#include#includeusing namespace std;const
double PRECISION = 1E-6;const int COUNT = 4;const int RESULT = 24;double
number[COUNT]; //这里一定要用...
分类:
编程语言 时间:
2014-05-16 07:12:29
阅读次数:
350
第一步:加载验证插件css和js:官网:http://validform.rjboy.cn//valid.css">valid.css的详细代码如下:.Validform_checktip{ margin-left:8px; line-height:20px; height:20px; overfl...
分类:
其他好文 时间:
2014-05-16 07:08:02
阅读次数:
294
oracle中对重复数据的查询和删除操作--1.查询表中username=‘lingjie’的重复记录select
userid,username from nmb where username in(select username from nmb group by
username having...
分类:
数据库 时间:
2014-05-16 06:59:01
阅读次数:
266
在android开发中,
在一些编辑个人信息的时候,经常会有头像这么一个东西,就两个方面,调用系统相机拍照,调用系统图库获取图片.但是往往会遇到各种问题:1.oom2.图片方向不对3.activity
result 的时候data == null4.调用图库的时候没找到软件嘿嘿..开代码:首先是.....
分类:
移动开发 时间:
2014-05-14 10:28:42
阅读次数:
538
检查AWR当前设置:SQL> select * from
dba_hist_wr_control; DBID SNAP_INTERVAL RETENTION TOPNSQL----------
------------------------- ------------------------- -...
分类:
其他好文 时间:
2014-05-14 08:45:07
阅读次数:
374
将数组转成字符串/// /// 将数组转成字符串/// /// 分隔符///
要字符串数组private string Implode(char glue,string[] pieces) { string result =
string.Empty; int count = piece...
分类:
其他好文 时间:
2014-05-14 07:48:42
阅读次数:
363