08 2020 档案
摘要:求一个算法 1,2,3,4,5,6,7,8,9,10,11 从1到11这11个数中 取出6个 有多少种排列组合啊。。 忽略顺序。。。 如 1,2,3,4,5,6 1,3,4,5,6,7 1,4,5,6,7,8 最后一个数应该是 6,7,8,9,10,11
阅读全文
摘要:Repeater嵌套Repeater的结构:一般写过的都能看懂吧 cs代码: private void RpTypeBind() {//GetQuestionTypeAndCount() 返回一个datatable this.rptypelist.DataSource = LiftQuestionC
阅读全文