Let's go
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 55 下一页
摘要: 一丶http https (ajax) ajax不能实现实时通讯,翟属于短链接。 二丶长链接 长链接则有websocket ,SignalR 等等 SignalR 是.net平台特有的。封装了诸多长链接。可以为不同浏览器分配兼容的连接通讯方式 SignalR 有以下两种模式: <1>Persiste 阅读全文
posted @ 2018-07-13 12:42 chenze 阅读(502) 评论(0) 推荐(0) 编辑
摘要: js: 阅读全文
posted @ 2018-07-11 17:25 chenze 阅读(614) 评论(0) 推荐(0) 编辑
摘要: 进入浏览器,F12+F5刷新 > Name列右键Clear browser cache和Clear browser Cookies进行清理。注销重新登录 阅读全文
posted @ 2018-07-11 15:07 chenze 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 一丶ActionResult 应用于Action方法前面的类型,它是Action的返回值,代表Action的执行结果。 二丶JsonResult 返回Json字符串,但ajax接受到后,会自动转换成Json对象进行使用。 三丶JavaScriptResult 通过后台返给前端js代码。 四丶File 阅读全文
posted @ 2018-07-11 12:40 chenze 阅读(1901) 评论(0) 推荐(0) 编辑
摘要: 一丶追加字符串传值 1 #region 02-追加字符串传值 2 /// <summary> 3 /// 02-追加字符串传值 4 /// </summary> 5 /// <returns></returns> 6 public ActionResult Val() 7 { //生成3个随机数 8 阅读全文
posted @ 2018-07-11 11:56 chenze 阅读(10888) 评论(0) 推荐(0) 编辑
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 55 下一页
有事您Q我