2012年3月7日
摘要: 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 子虚乌有 阅读(197) 评论(0) 推荐(0)
  2012年3月6日
摘要: 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 子虚乌有 阅读(284) 评论(0) 推荐(0)
摘要: 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 子虚乌有 阅读(235) 评论(0) 推荐(0)
摘要: 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 子虚乌有 阅读(174) 评论(0) 推荐(0)
  2012年2月27日
摘要: since learn crystal report three weeks,i meet some problem1. first was always show one row data, because i put feilds wrong area, not details but page 阅读全文
posted @ 2012-02-27 17:18 子虚乌有 阅读(193) 评论(0) 推荐(0)
  2012年2月9日
摘要: not set semicolon in the end, error: ORA-00911: invalid character add licenses.licx for devart, platform must x86 , if use any cpu, the oci.dll path w 阅读全文
posted @ 2012-02-09 17:02 子虚乌有 阅读(305) 评论(0) 推荐(0)
摘要: DataTable dataTable = CommonCode.GetCheckData(); DataTable nds = new DataTable(); for (int index = 0; index < dataTable.Rows.Count; index++) { if ((In 阅读全文
posted @ 2012-02-09 13:14 子虚乌有 阅读(302) 评论(0) 推荐(0)
  2012年1月6日
摘要: just for record, because some command forget very quickly 阅读全文
posted @ 2012-01-06 10:15 子虚乌有 阅读(180) 评论(0) 推荐(0)
  2011年12月22日
摘要: drop user eurekaperf cascade; select username,sid,serial# from v$session; alter system kill session 'sid,serial#'; when you want to drop a schema. now 阅读全文
posted @ 2011-12-22 17:42 子虚乌有 阅读(170) 评论(0) 推荐(0)
摘要: ${date:format=yyyy-MM-dd HH\:mm\:ss.fff} .fff can get ms log or you can use longtime , it wiil get four number after s. $longtime 阅读全文
posted @ 2011-12-22 17:40 子虚乌有 阅读(269) 评论(0) 推荐(0)