摘要: 1.在Putty中操作,创建配置文件夹 mkdir -p ~/redis ~/redis/data 2.下载Redis配置文件 http://download.redis.io/redis-stable/redis.conf 3.打开配置文件并修改以下几处内容(密码设置成自己的): bind 127 阅读全文
posted @ 2020-09-08 15:10 前缘Q+7589848 阅读(257) 评论(0) 推荐(0)
摘要: [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... 阅读全文
posted @ 2017-11-01 22:24 前缘Q+7589848 阅读(998) 评论(0) 推荐(0)
摘要: 拿过去配套修改即可 加上前端 效果棒棒哒 阅读全文
posted @ 2017-10-30 22:34 前缘Q+7589848 阅读(7092) 评论(0) 推荐(0)
摘要: FileUpload FileUpload1 =(FileUpload)ListView1.InsertItem.FindControl("FileUpload1"); string virtualPath = "~/GigPics/"; string physicalPath = Server.MapPath(virtualPath); str... 阅读全文
posted @ 2017-08-19 18:28 前缘Q+7589848 阅读(855) 评论(0) 推荐(0)
摘要: 正确的代码: 以下代码只能选择最后单击的那项 checked 针对勾选 selected针对单击选择的项 一定要注意哦! 阅读全文
posted @ 2017-08-18 21:39 前缘Q+7589848 阅读(4755) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _19._7泛型继承之泛型类继承普通类 { abstract class genClass { protecte... 阅读全文
posted @ 2016-08-18 22:31 前缘Q+7589848 阅读(636) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _19._6泛型继承之泛型继承普通类 { public abstract class baseClasss//普通基类的创建 {... 阅读全文
posted @ 2016-08-05 14:12 前缘Q+7589848 阅读(303) 评论(0) 推荐(0)
摘要: 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... 阅读全文
posted @ 2016-07-24 19:50 前缘Q+7589848 阅读(126) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _18._7章小结及任务实施 { class QQState { string[] qqState = {"在线... 阅读全文
posted @ 2016-07-13 16:14 前缘Q+7589848 阅读(181) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _18._6索引器在接口中的使用 { public interface ItextIndex { int thi... 阅读全文
posted @ 2016-07-13 12:04 前缘Q+7589848 阅读(163) 评论(0) 推荐(0)