码迷,mamicode.com
首页 >  
搜索关键字:fetch data from data    ( 119818个结果
相同表的创建
create table OA_WF_NODETEMP as select * from oa_wf_node where 1=2
分类:其他好文   时间:2014-05-16 18:55:53    阅读次数:202
asp.net 的加密Encode和解密Decode.
asp.net 的加密和解密(c#):1. 导入所需包:using System.IO;using System.Text;using System.Security.Cryptography;2.加密1)MD5普通加密//获取要加密的字段,并转化为Byte[]数组byte[] data = Sys...
分类:Web程序   时间:2014-05-16 18:53:50    阅读次数:375
oracle 查某一列有重复值的记录
-- 查找重复记录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
MySQL 5.5: InnoDB Change Buffering
To speed up bulk loading of data, InnoDB implements aninsert buffer, a special index in the InnoDB system tablespace that buffers modifications to sec...
分类:数据库   时间:2014-05-16 18:26:09    阅读次数:532
数据库系统基本概念
数据库系统(Database System, DBS)包含了数据库(Database, DB)、数据库管理系统(Database Management System,DBMS)、硬件、其他软件及用户。 数据模型(Data Model): 首先明确下模型(Model)是个什么东东? 模型可以分为实物模...
分类:数据库   时间:2014-05-16 18:08:46    阅读次数:285
C#的WinForm中制作饼状图和柱状图
using System; using System.IO;//用于文件存取 using System.Data;//用于数据访问 using System.Drawing;//提供画GDI+图形的基本功能 using System.Drawing.Text;//提供画GDI+图形的高级功能 usi...
分类:Windows程序   时间:2014-05-16 09:40:31    阅读次数:546
oracle 添加序号
select rownum from table
分类:数据库   时间:2014-05-14 09:21:05    阅读次数:339
手动释放linux内存和缓存
/proc/sys/vm/drop_caches(since Linux 2.6.16)Writing to this file causes the kernel to drop clean caches,dentries and inodes from memory, causing that ...
分类:系统相关   时间:2014-05-14 08:54:16    阅读次数:331
如何修改AWR的retention,interval
检查AWR当前设置:SQL> select * from dba_hist_wr_control; DBID SNAP_INTERVAL RETENTION TOPNSQL---------- ------------------------- ------------------------- -...
分类:其他好文   时间:2014-05-14 08:45:07    阅读次数:374
创建initiate的服务实例
执行命令:madconfig.bat create_instance1.实例的名称Enter the Initiate Master Data Engine instance name:MPI2.实例的文件路径Enter the Initiate Master Data Engine instanc...
分类:其他好文   时间:2014-05-14 08:05:06    阅读次数:326
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!