随笔分类 -  C#

C#
摘要:System.MissingMethodException:“找不到方法:“System.Web.Routing.RouteValueDictionary System.Web.WebPages.TypeHelper.ObjectToDictionaryUncached(System.Object) 阅读全文
posted @ 2023-03-11 21:31 ☆♂安♀★ 阅读(929) 评论(0) 推荐(0) 编辑
摘要:玛丝菲尔 做定制服装,上门服务的,算中高端品牌。有APP -“试衣到家” (利润不知道如何)),看名称就知道做什么的, 技术.NET Core(VS2019) +mmsql+git,jenkins 自动部署。研发部约30个,主要做“试衣到家”。福利:5:30准时下班(研发也是这个点下班哦,因为有公司 阅读全文
posted @ 2020-10-29 23:43 ☆♂安♀★ 阅读(218) 评论(0) 推荐(0) 编辑
摘要:1、ASP.NET的页面生存周期 .aspx/.ashx->IIS->Asp.net_isapi.dll->HttpRuntime.ProcessRequest() ->HttpWorkerRequest->HttpContext(HttpRequest、HttpResponse)->HttpApp 阅读全文
posted @ 2020-10-28 21:20 ☆♂安♀★ 阅读(310) 评论(0) 推荐(0) 编辑
摘要:System.IO.FileLoadException: 未能加载文件或程序集“System.Web.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹 阅读全文
posted @ 2020-05-23 03:37 ☆♂安♀★ 阅读(947) 评论(0) 推荐(0) 编辑
摘要:git.exe pull --progress -v --no-rebase "origin" master remote: You do not have permission to pull the repositoryfatal: unable to access 'https://gitee 阅读全文
posted @ 2020-05-23 01:54 ☆♂安♀★ 阅读(9021) 评论(0) 推荐(0) 编辑
摘要:he 'Access-Control-Allow-Origin' header contains multiple values ', *', but only one is allowed. Origin 'http://' is therefore not allowed acce 原因是api 阅读全文
posted @ 2018-10-18 19:00 ☆♂安♀★ 阅读(275) 评论(0) 推荐(0) 编辑
摘要:/// <summary> /// WCF服务端异常处理器 /// </summary> public class WCF_ExceptionHandler : IErrorHandler { public bool HandleError(Exception error) { return tru 阅读全文
posted @ 2018-09-18 16:13 ☆♂安♀★ 阅读(241) 评论(0) 推荐(0) 编辑
摘要:using Newtonsoft.Json;using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.Http;using System.Text;using S 阅读全文
posted @ 2018-09-17 16:55 ☆♂安♀★ 阅读(306) 评论(0) 推荐(0) 编辑
摘要:<?xml version="1.0" encoding="UTF-8"?><configuration> <system.webServer> <rewrite> <rules> <rule name="Handle History Mode and custom 404/500" stopPro 阅读全文
posted @ 2018-09-01 11:17 ☆♂安♀★ 阅读(324) 评论(0) 推荐(0) 编辑
摘要:原来IDFA(IOS推广获取到用户IOS手机的唯一标识,如果不刷机的话跟安卓的IMEI一样)在公司正常的页面是公用用一个网站和数据库的。 起初怀疑并发数太多,把数据库连接池的数量从一百设置到三百,确实有点反应,但是支持不到一天就又报错。 查看了webapi连接wcf很多都超时,一台api和wcf不够 阅读全文
posted @ 2018-02-08 21:14 ☆♂安♀★ 阅读(620) 评论(0) 推荐(0) 编辑
摘要:/// <summary> /// 数字转换中文繁体金钱 /// </summary> /// <param name="Digital"></param> /// <returns></returns> public static string ConvertChineseMoney(decima 阅读全文
posted @ 2018-01-09 16:29 ☆♂安♀★ 阅读(380) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示