摘要:
pushHistory(); window.addEventListener("popstate", function (e) { location.href = '@Url.Action("Index", "Account")' + "?openid=" + openid; }, false);f 阅读全文
摘要:
weixin:// "weixin://dl/stickers""weixin://dl/games""weixin://dl/moments""weixin://dl/add""weixin://dl/shopping""weixin://dl/groupchat""weixin://dl/sca 阅读全文
摘要:
直接上代码 public string GetUserInfoByOpenid(string openid) { var weixinuser = new WeiXinUser(); weixinuser.NickName = user.Ni... 阅读全文
摘要:
#region //获取当前周几 private string _strWorkingDayAM = "08:30";//工作时间上午08:00 private string _strWorkingDayPM = "17:30"; private string _strRes... 阅读全文
摘要:
安装自创建的windows服务。使用工具InstallUtil.exe进行安装和卸载创建的windows服务安装:C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/InstallUtil.exeF:\test\WindowsServe\UpdateFile\... 阅读全文
摘要:
#regionstringCondition(DateTimedate,stringtype){if(date==null){date=DateTime.MinValue;}if(type=="day"){returndate.ToString("yyyy-M-d");}elseif(type=="... 阅读全文
摘要:
有时候得到了一个List,我想把它随机排列一下顺序。而且如果针对不同类型的List都能用,就要用到泛型。其实思想很简单,就是从原List中每次随机取一项,添加到新的List中,并在原List中删除。这样重复,直到原List为空为止。不过要注意,如果要保护原List不受变化,就必须先Copy一份Lis... 阅读全文
摘要:
一、memcached 概述Memcache(内存,缓存) : 是一个高性能的分布式的内存对象缓存系统。通过在内存里维护一个巨大的hash表。(key=value)Hash表key(键)value(值)var1"123456"var2array('ab','cd')var3object值二、memc... 阅读全文
摘要:
http://ecomfe.github.io/echarts/doc/example.html 阅读全文