上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 29 下一页
摘要: using System; using System.Web; using LitJson; public class CodeTest : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; ... 阅读全文
posted @ 2017-11-30 15:33 尘梦 阅读(8294) 评论(0) 推荐(0)
摘要: 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... 阅读全文
posted @ 2017-11-30 15:32 尘梦 阅读(3988) 评论(0) 推荐(0)
摘要: 策略模式:封装算法,选择所用具体实现的置业由客户对象承担。 将算法具体类,然后互相替换,不影响客户。 阅读全文
posted @ 2017-11-20 21:44 尘梦 阅读(203) 评论(0) 推荐(0)
摘要: GetResult(10,10); //echo $result; $test=Factory::CreateOperatop("+"); $result=$test->GetResult(10,10); echo $result;整体意思就是:怎么new 实例化才 减少修改 阅读全文
posted @ 2017-11-13 23:00 尘梦 阅读(225) 评论(0) 推荐(0)
摘要: 1、根据添加到数据库的菜单转换json 以最笨的方法写的,这个里面的可以进行简写 阅读全文
posted @ 2017-11-04 22:45 尘梦 阅读(398) 评论(0) 推荐(0)
摘要: 样式是拷贝微信的的。。。。 然后 js 是自己写的 有点乱 后台添加 阅读全文
posted @ 2017-11-04 22:42 尘梦 阅读(301) 评论(0) 推荐(0)
摘要: public List CategoryPid(int id = 0) { string sql = "select * from category order by cate_sort asc "; //顶级分类 List list = new List(); DataTable sql_id = SqlHe... 阅读全文
posted @ 2017-06-01 17:43 尘梦 阅读(323) 评论(0) 推荐(0)
摘要: 接口类型:互亿无线触发短信接口,支持发送验证码短信、订单通知短信等。 账户注册:请通过该地址开通账户http://sms.ihuyi.com/register.html 只能测试用: 实现注册页面 后台代码 web.confg 阅读全文
posted @ 2017-05-29 16:13 尘梦 阅读(3272) 评论(0) 推荐(0)
摘要: using System; using System.Web; using DBHelper; using MySql.Data.MySqlClient; using System.Web.SessionState; public class read : IHttpHandler, IReadOnlySessionState { public void ProcessR... 阅读全文
posted @ 2017-03-17 16:06 尘梦 阅读(1026) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Drawing; using System.Drawing.Imaging; public ... 阅读全文
posted @ 2016-11-28 15:39 尘梦 阅读(233) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 29 下一页