摘要:
[e:loop={"select classid,classname from {$dbtbpre}enewsclass where bclassid=8 order by myorder,classid desc",0,24,0}] [/e:loop] [e:loop={"select classid,classname from {$db... 阅读全文
摘要:
拿过去配套修改即可 加上前端 效果棒棒哒 阅读全文
摘要:
FileUpload FileUpload1 =(FileUpload)ListView1.InsertItem.FindControl("FileUpload1"); string virtualPath = "~/GigPics/"; string physicalPath = Server.MapPath(virtualPath); str... 阅读全文
摘要:
正确的代码: 以下代码只能选择最后单击的那项 checked 针对勾选 selected针对单击选择的项 一定要注意哦! 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _19._7泛型继承之泛型类继承普通类 { abstract class genClass { protecte... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _19._6泛型继承之泛型继承普通类 { public abstract class baseClasss//普通基类的创建 {... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _19._1泛型概述 { class Program { static void Main(string[] a... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _18._7章小结及任务实施 { class QQState { string[] qqState = {"在线... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _18._6索引器在接口中的使用 { public interface ItextIndex { int thi... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _18._5索引器在类中的使用 { class Program { public class indexText... 阅读全文