03 2017 档案

摘要:1.主控前台页面 2.主控后台 using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.... 阅读全文

posted @ 2017-03-29 00:19 听哥哥的话 阅读(223) 评论(0) 推荐(0)

摘要:3.定义转换器 public class AssemblyQualifiedTypeNameConverter : ConfigurationConverterBase { public override object ConvertFrom(ITypeDescriptorContext ... 阅读全文

posted @ 2017-03-23 09:42 听哥哥的话 阅读(389) 评论(0) 推荐(0)

摘要:1.枚举 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HRAModel.Sys.Enum { /// <summary> /// 解释风险组合类型和RS 阅读全文

posted @ 2017-03-11 01:03 听哥哥的话 阅读(174) 评论(0) 推荐(0)

摘要:1.首先rownum是一个查询缓存级别的东西,所以以下写法是错误的 select rownum rn,a.* from student a where rn=2;奇怪了oracle的rownum没用了吗,开下脑洞,换个方向 select * from rsk_book where rownum>=2 and rownum=2,那么默认第一条不成立,就跳到第二条,结果第二条的rownum又是从... 阅读全文

posted @ 2017-03-02 23:13 听哥哥的话 阅读(381) 评论(1) 推荐(0)

导航