摘要:
左连接: 阅读全文
摘要:
服务端使用Nuget引用SuperSocket.WebSocket和SuperSocket.Engine 服务器端代码【控制台】 using SuperSocket.WebSocket; using System; using System.Collections.Generic; using Sy 阅读全文
摘要:
解决方案如下:No1. 开始-->所有程序-->Microsoft Visual Studio 2012-->Visual Studio Tools-->VS2012 开发人员命令提示(以管理员方式运行) No2. 运行devenv /Safemode No3. 打开VS,正常运行 No4. 删除安 阅读全文
摘要:
官方网址【https://nicescroll.areaaperta.com/】 注:效果见官网右侧滚动条 jquery.nicescroll文件下载地址 引入核心文件,插件需要引入1.5.X以上版本的jquery库 插件API cursorcolor - 十六进制改变光标颜色,默认值是“#0000 阅读全文
摘要:
2:加载grid的时候 jQuery("#grid-table").jqGrid('setGridParam', {page: 1,url: url }).trigger("reloadGrid"); Date.prototype.Format = function (fmt) { //author 阅读全文
摘要:
这些代码要写在iframe页中执行 阅读全文
摘要:
public class PersonTable : Indexer { public int xuhao { get; set; } public string name { get; set; } public string tel { get; set; } string Indexer.this[int... 阅读全文
摘要:
封装好的jq插件 前台调用 后台C# mvc [AllowAnonymousAttribute]//允许所有请求 [HttpPost] 阅读全文
摘要:
当需要在jqGrid的搜索框里配置搜索条件时,如下拉,日期等,代码如下: 1 datePick = function(elem) 2 { 3 jQuery(elem).datepicker();4 } 1 colNames : [ "OP_ID", "OP_Module", "OP_Type", " 阅读全文
摘要:
调用微信接口前需要准备的内容。 1.微信公众平台的appid 2.微信公众平台的secret 3..获取tokenid 4.获取ticket 5.生成签名的随机串 6.生成签名的时间戳 7.生成签名 1.微信公众平台的appid 2.微信公众平台的secret 这两者需要登录到申请的微信公众平台中去 阅读全文