11 2017 档案
摘要:using System; using System.Web; using LitJson; public class CodeTest : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; ...
阅读全文
摘要:using System; using System.Web; using System.Net; using System.Text; using System.IO; using System.Collections.Generic; using LitJson; using System.Web.Script.Serialization; public class ce : IHtt...
阅读全文
摘要:策略模式:封装算法,选择所用具体实现的置业由客户对象承担。 将算法具体类,然后互相替换,不影响客户。
阅读全文
摘要:GetResult(10,10); //echo $result; $test=Factory::CreateOperatop("+"); $result=$test->GetResult(10,10); echo $result;整体意思就是:怎么new 实例化才 减少修改
阅读全文
摘要:1、根据添加到数据库的菜单转换json 以最笨的方法写的,这个里面的可以进行简写
阅读全文
摘要:样式是拷贝微信的的。。。。 然后 js 是自己写的 有点乱 后台添加
阅读全文