ora optimizer
摘要:Alter system set optimizer_features_enable='10.2.0.1'; Alter system set optimizer_features_enable='11.2.0.2';
阅读全文
posted @
2012-03-12 17:06
子虚乌有
阅读(174)
推荐(0) 编辑
Temp for RSA
摘要:sorry for in #include "bigint.h" #include "prime.h" #include "rsa.h" #include void ShowBigInt(gBigInt *num); int main() { gBigInt n,e,d; //gGenerateKe
阅读全文
posted @
2012-03-07 16:03
子虚乌有
阅读(193)
推荐(0) 编辑
Init DropList and Multi-level interaction
摘要:DropDownList dl = sender as DropDownList;string GroupID = dl.SelectedValue; about multi-level interaction ,we may add some cache, not every time selec
阅读全文
posted @
2012-03-06 15:33
子虚乌有
阅读(282)
推荐(0) 编辑
Simple connect to sql server
摘要:using System;using System.Collections.Generic;using System.Web;using System.Data;using System.Data.SqlClient; /// <summary>/// Summary description for
阅读全文
posted @
2012-03-06 15:25
子虚乌有
阅读(230)
推荐(0) 编辑
Call function with wrong order parameters
摘要:Today, i made a mistake, when i call a function, pass the wrong order of the parameters, such as ShowReport(GroupID, ClassID,ProcessID);but when i use
阅读全文
posted @
2012-03-06 14:45
子虚乌有
阅读(168)
推荐(0) 编辑