上一页 1 ··· 4 5 6 7 8 9 10 11 下一页

2022年9月20日

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