2017年4月21日

摘要: 1 create or replace procedure Proc_PX_GWBMImport(PlanTimes nvarchar2,BMDates nvarchar2,PWDs nvarchar2,cur_arg out sys_refcursor) 2 as 3 successc number; 4 failc number; 5 chongf number; 6... 阅读全文
posted @ 2017-04-21 16:12 努力向上的小蜗牛 阅读(826) 评论(0) 推荐(0) 编辑
 
摘要: 1 /// 2 /// 改变验证码 3 /// 编写人: 4 /// 编写日期:2017-02-28 5 /// 6 /// 7 /// 8 protected void btnChangeImg_Click(object sender, EventArgs e... 阅读全文
posted @ 2017-04-21 16:08 努力向上的小蜗牛 阅读(232) 评论(0) 推荐(0) 编辑
 
摘要: 1 create or replace function CHECK_IDCARD(p_idcard varchar2) return number is 2 3 v_regstr VARCHAR2 (2000); 4 v_sum NUMBER; 5 v_mod NUMBER; 6 v_checkcode CHAR (11) := '10X98765432'; ... 阅读全文
posted @ 2017-04-21 08:41 努力向上的小蜗牛 阅读(509) 评论(0) 推荐(0) 编辑

2017年1月24日

摘要: 存储过程格式 1 create or replace procedure 存储过程名 ([参数] [参数类型],[参数] [参数类型]) 2 as 3 4 successc number; 5 failc number; 6 begin 7 insert into [表名]( 8 字段, 9 . 1 阅读全文
posted @ 2017-01-24 15:44 努力向上的小蜗牛 阅读(294) 评论(0) 推荐(0) 编辑

2017年1月9日

摘要: public DataTable SelectPay_Unit() { string returns = ""; DataTable objDataTable = new DataTable();//定义一个DataTable try { //string connectionString = "D 阅读全文
posted @ 2017-01-09 15:12 努力向上的小蜗牛 阅读(994) 评论(1) 推荐(0) 编辑
 
摘要: public void UpdateByRowGuid(string RowGuid) { //OracleConnection conn = new OracleConnection("data source=myoracle;User Id=feng;Password=feng"); //连接数 阅读全文
posted @ 2017-01-09 15:09 努力向上的小蜗牛 阅读(1003) 评论(0) 推荐(0) 编辑

2017年1月3日

摘要: public void UpdateExamXml(string xml, string RowGuid) { System.Configuration.ConfigurationManager.AppSettings["CoonString"].ToString(); OracleConnecti 阅读全文
posted @ 2017-01-03 15:02 努力向上的小蜗牛 阅读(1636) 评论(0) 推荐(0) 编辑

2016年12月17日

摘要: 1 ALTER PROCEDURE [dbo].[Proc_PX_InportScore] 2 --@IdentityNum nvarchar(50), 3 @PlanType nvarchar(50),--培训类别Guid 4 @BanQGuid nvarchar(50) --班期Guid 5 a 阅读全文
posted @ 2016-12-17 15:29 努力向上的小蜗牛 阅读(1670) 评论(0) 推荐(0) 编辑

2016年11月2日

摘要: 调用这个JS方法 提交答案 答完的题目,答题卡切换颜色 考试时间还没有结束,提前交卷 阅读全文
posted @ 2016-11-02 20:14 努力向上的小蜗牛 阅读(255) 评论(0) 推荐(0) 编辑
 
摘要: 绑定答题卡的部分 1 public void InitSubjectAnswer(string ExamPaperGuid) 2 { 3 //20130105 加载xml文件 4 5 String strTempFilePath = System.Web.HttpContext.Current.Se 阅读全文
posted @ 2016-11-02 20:05 努力向上的小蜗牛 阅读(349) 评论(0) 推荐(0) 编辑