摘要:
#region /// <summary> /// 获取小程序页面的小程序码 不限制 /// </summary> /// <param name="accessTokenOrAppId">AccessToken或AppId(推荐使用AppId,需要先注册)</param> /// <param n 阅读全文
摘要:
安装文件完成后,找到安装路径: C:\Program Files\JetBrains\WebStorm 2018.1\bin 将JetbrainsCrack.jar文件复制到该路径下,该文件是在下载的安装包里面带有的,具体的2018.1破解安装包自己上网找吧。 打开当前路径C:\Program Fi 阅读全文
摘要:
js HttpGet和HttpPost Mvc的api总结: 1、浏览器端请求和C# 端接收请求要一致。 2、C# 端不写头的话,默认是[HttpPost]。 3、前端Ajax不写type,默认是type: "Get",。 4、浏览器地址栏中输入http://api.baidu.com/api/OA 阅读全文
摘要:
<body> <button id="SubmitButton">点击跳转</button> <img src="" alt="条形码" id="BarCode" /> <img src="" alt="二维码" id="QRCode" /> url: "/Mobile/AppointActivit 阅读全文
摘要:
<script language="javascript" type="text/javascript"> var aaa = "@ViewData["apiUrl"]"; var arrEntities = { 'lt': '<', 'gt': '>', 'nbsp': ' ', 'amp': ' 阅读全文
摘要:
sqlserver identity_insert 数据库插入不了 --先打开IDENTITY_INSERT set identity_insert ValueCardSet ON --添加数据 insert into ValueCardSet (FlowId,BeginAmount,EndAmou 阅读全文
摘要:
public GoodDM GetDMGoods(int GoodsID, int BID) { GoodDM entity = new GoodDM(); var entity_Goods = bllGoods.GetGoodsDetail(GoodsID, BID); if (entity_Go 阅读全文
摘要:
sqlserver where Like传参正确写法 EventClass:RPC:Completed TextData:exec sp_executesql N’ CardIDWhere = " and CardID like '%'+ @CardID + '%'"; else if (Begin 阅读全文
摘要:
Dapper Query和IList public GoodDM GetDMGoods(int GoodsID, int BID) { GoodDM entity = new GoodDM(); var entity_Goods = bllGoods.GetGoodsDetail(GoodsID, 阅读全文
摘要:
/// <summary> /// 根据用户昵称查询OpenID,模糊查询可能查出多个OpenID /// </summary> /// <param name="nickName"></param> /// <returns></returns> public string[] GetOpenID 阅读全文