上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: 原链接:https://blog.csdn.net/sinat_32546159/article/details/56340528 阅读全文
posted @ 2018-04-20 19:01 紫晶城 阅读(121) 评论(0) 推荐(0) 编辑
摘要: Jq://#ses为select 标签的Id$("#ses option:selected").val(); $("#ses option:selected").text(); 阅读全文
posted @ 2018-04-20 17:19 紫晶城 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 效果图: 阅读全文
posted @ 2018-04-20 15:46 紫晶城 阅读(956) 评论(0) 推荐(0) 编辑
摘要: javascript:function rep(id) { layer.confirm("确定要拒绝此认证吗?", { btn: ["确定", "取消"] }, function () { var url = document.getElementById("repulse-url").value; $.ajax({ ... 阅读全文
posted @ 2018-04-20 14:47 紫晶城 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 最后附上结构: 阅读全文
posted @ 2018-04-20 11:49 紫晶城 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 效果图: 阅读全文
posted @ 2018-04-19 17:30 紫晶城 阅读(259) 评论(0) 推荐(0) 编辑
摘要: public ActionResult ShopInfo() { ViewBag.ShopList = ShopService.GetEntities(x => x.IsDelete == false).OrderByDescending(x => x.Sort).ToList(); var ShopList = ShopServ... 阅读全文
posted @ 2018-04-18 19:31 紫晶城 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 启动命令:Net Start MSSqlServer 暂停命令:Net Pause MSSqlServer 重新启动暂停的命令:Net Continue MSSqlServer 停止命令:Net stop MSSqlServer 阅读全文
posted @ 2018-04-17 18:19 紫晶城 阅读(183) 评论(0) 推荐(0) 编辑
摘要: #region 调用短信接口 public ActionResult Mobile(string Tel)//调用接口 { Random rm = new Random(); int i; string str = string.Empty; for (int p = ... 阅读全文
posted @ 2018-04-17 12:56 紫晶城 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.jb51.net/os/windows/169200.html win7计算机右键属性打不开窗口的解决方法 原文:http://www.jb51.net/os/windows/169200.html win7计算机右键属性打不开窗口的解决方法 在鼠标右击win7桌面计算机 阅读全文
posted @ 2018-04-16 10:16 紫晶城 阅读(744) 评论(0) 推荐(0) 编辑
摘要: $(function () { $("#GetCoupon").click(function () { function del() { var msg = "请确定领取吗?\n\n请确认!"; if (confirm(msg) == true) { ... 阅读全文
posted @ 2018-04-13 12:15 紫晶城 阅读(726) 评论(0) 推荐(0) 编辑
摘要: 方式一:#region 加密 public static string GetMD5(string myString) { MD5 md5 = new MD5CryptoServiceProvider(); byte[] fromData = System.Text.Encoding.Unicode.GetByte... 阅读全文
posted @ 2018-04-11 20:03 紫晶城 阅读(188) 评论(0) 推荐(0) 编辑
摘要: #region 方法一 #region ToList()转json /// /// 通过类别 Id 获相应产品 /// /// public JsonResult ProductList(string index) { //根据id 获取所需要的Mode... 阅读全文
posted @ 2018-04-10 11:01 紫晶城 阅读(1437) 评论(0) 推荐(0) 编辑
摘要: 来自:http://www.cnblogs.com/kissdodog/archive/2013/05/31/3109509.html 阅读全文
posted @ 2018-04-04 16:03 紫晶城 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 这是从前端接收的base64的图片,流程:前端点击input 中 type=“file” 的上传,选中一张图片后随即运行ajax 走到后台,后台#region 微信端的上传图片 [HttpPost] public ActionResult SaveNewsBackImage(string path, string ClassID, string TeacherID... 阅读全文
posted @ 2018-04-02 12:59 紫晶城 阅读(491) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 下一页