上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 40 下一页
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Collections;using System.Data.SqlClient;using System.Data.Common;using System.Configura... 阅读全文
posted @ 2009-09-02 11:08 bestsaler 阅读(120) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Collections;using System.Data.SQLite;using System.Data.Common;namespace Common.Dba{ ... 阅读全文
posted @ 2009-09-02 11:07 bestsaler 阅读(198) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.Common;using System.Collections;using System.Data.OracleClient;using System.Config... 阅读全文
posted @ 2009-09-02 11:06 bestsaler 阅读(131) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.OleDb;using System.Data.Common;using System.Collections;using System.Configuration... 阅读全文
posted @ 2009-09-02 11:05 bestsaler 阅读(375) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.Common;using System.Configuration;using System.Data.SqlClient;using System.Collect... 阅读全文
posted @ 2009-09-02 11:04 bestsaler 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2009-09-01 17:17 bestsaler 阅读(207) 评论(0) 推荐(0) 编辑
摘要: function WebForm_GetElementPosition(element) { var result = new Object(); result.x = 0; result.y = 0; result.width = 0; result.height = 0; if (element.offsetParent) { result.x... 阅读全文
posted @ 2009-08-28 10:04 bestsaler 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 查看当前用户的缺省表空间 SQL>select username,default_tablespace from user_users; 查看当前用户的角色 中国 SQL>select * from user_role_privs; 查看当前用户的系统权限和表级权限 中国 SQL>select * from ... 阅读全文
posted @ 2009-08-27 16:51 bestsaler 阅读(133) 评论(0) 推荐(0) 编辑
摘要: connection string: 阅读全文
posted @ 2009-08-26 09:30 bestsaler 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 项目经理的职责 1.确保项目目标实现,保证业主满意 这一项基本职责是检查和衡量项目经理管理成败、水平高低的基本标志。 2.制定项目阶段性目标和项目总体控制计划 项目总目标一经确定,项目经理的职责之一就是将总目标分解,划分出主要工作内容和工作量,确定项目阶段性目标的实现标志如形象进度控制点等。 3.组织精干的项目管理班子 这是项目经理管好项目的基本条件,也是项目成功的组织保证。 4.及时决策 ... 阅读全文
posted @ 2009-08-07 19:07 bestsaler 阅读(176) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 40 下一页