摘要:
/// /// 获取网站根目录Url /// public static string Root { get { if (System.Web.HttpContext.Current.Cache["WebAppRoot"] == null) { string AppPath = string.Empty; HttpContext httpCurrent =... 阅读全文
posted @ 2013-11-15 13:57
Lukas89
阅读(572)
评论(0)
推荐(0)
摘要:
--连接管理员 conn / as sysdba;sys;--系统管理员,拥有最高权限system;--本地管理员,次高权限scott;--普通用户,密码默认为tiger,默认未解锁--创建临时表空间create temporary tablespace user_temptempfile 'D:\user_temp.dbf'size 50Mautoextend onnext 50m maxsize 1000mextent management local;--创建数据表空间create tablespace user_datalogging datafile 'D:\ 阅读全文
posted @ 2013-11-15 13:53
Lukas89
阅读(728)
评论(0)
推荐(0)
摘要:
/// /// 冒泡排序 /// /// public static void BuildderScort(int[] arr) { for (int i = 0; i arr[j + 1]) { int temp = arr[j]; arr[j] = arr[j + 1]; arr[j + 1] = temp; ... 阅读全文
posted @ 2013-11-15 13:47
Lukas89
阅读(215)
评论(0)
推荐(0)

浙公网安备 33010602011771号