受欢迎的博客标签
RSS

博客

Make HttpClient Request cookie like browser with c#
SCholarProxy在同一个Ip地址下,利用Cookie模拟多台客户端向服务器请求数据,减少服务器判断为机器提交数据的概率。
How to configure multiple IP address on the same Nginx?
http://aspnetmonsters.com/2016/08/2016-08-07-nginx2/ Welcome, welcome in today’s post we’re going to set up
网页优化SEO-符合SEO的HTML5网页结构设计标签规范的CSS+DIV的命名规则
搜索引擎优化(seo)有很多工作要做,其中对代码的优化是一个很关键的步骤。为了更加符合SEO的规范,下面是目前流行的CSS+DIV的命名规则
网页优化SEO-HTMl中Meta标签详解以及meta property=og标签含义( OpenGraph协议可以让网页成为一个“富媒体对象”)
meta是用来在HTML文档中模拟HTTP协议的响应头报文。META标签是HTML语言HEAD区的一个辅助性标签,它位于HTML文档头部的标记和标记之间,它提供用户不可见的信息。meta标签通常用来为搜索引擎robots定义页面主题,或者是定义用户浏览器上的cookie;它可以用于鉴别作者,设定页面格式,标注内容提要和关键字;还可以设置页面使其可以根据你定义的时间间隔刷新自己,以及设置RASC内容等级,等等。 </div> <div class="blog-details"> <div class="tags"> <label>标签:</label> <ul> <li><a href="/blog/tag/Website%20seo">Website seo</a></li> </ul> </div> <div class="buttons"> <a href="/blogpost-584ae9e284cd452eec3efca8-detailed-explanation-of-meta-tag-in-seo-html-and-the-meaning-of-meta-property-og-tag-opengraph-protocol-can-make-web-page-a-rich-media-object" class="read-more btn btn-primary">详细</a> </div> </div> </div> <div class="post col-lg-12 no-plr"> <div class="post-head"> <a class="post-title" href="/blogpost-57e8094084cd4659b8fc3575-aspnet-core-cors-simple-to-use">ASP.NET Core CORS 简单使用 </a> <span class="post-date"> Created: -2016年9月25日星期日 下午5:28:32 Latest updated:2020年10月13日星期二 下午3:34:54 views(2575) </span> </div> <div class="post-body"> <p>http://www.cnblogs.com/xishuai/p/aspnet-core-cors.html </p> <p>CORS 全称"跨域资源共享"(Cross-origin resource sharing)。< </div> <div class="blog-details"> <div class="tags"> <label>标签:</label> <ul> <li><a href="/blog/tag/ASP.NET%20Core%20CORS">ASP.NET Core CORS</a></li> </ul> </div> <div class="buttons"> <a href="/blogpost-57e8094084cd4659b8fc3575-aspnet-core-cors-simple-to-use" class="read-more btn btn-primary">详细</a> </div> </div> </div> <div class="post col-lg-12 no-plr"> <div class="post-head"> <a class="post-title" href="/blogpost-590c454184cd453b7c1b25b3-reconfiguring-cors-policy-in-aspnet-core-at-runtime">Reconfiguring CORS policy in ASP.NET Core at runtime </a> <span class="post-date"> Created: -2017年5月5日星期五 上午9:26:25 Latest updated:2020年10月13日星期二 下午3:28:45 views(1955) </span> </div> <div class="post-body"> https://www.tpeczek.com/2017/04/reconfiguring-cors-policy-in-aspnet.html ASP.NET Core comes with ready to use Cros </div> <div class="blog-details"> <div class="tags"> <label>标签:</label> <ul> <li><a href="/blog/tag/ASP.NET%20Core%20CORS">ASP.NET Core CORS</a></li> </ul> </div> <div class="buttons"> <a href="/blogpost-590c454184cd453b7c1b25b3-reconfiguring-cors-policy-in-aspnet-core-at-runtime" class="read-more btn btn-primary">详细</a> </div> </div> </div> <div class="post col-lg-12 no-plr"> <div class="post-head"> <a class="post-title" href="/blogpost-57e7f81b84cd4659b8fc3519-the-domain-name-supports-wildcards-aspnet-configuring-cors-in-core-is-easier">域名支持通配符,ASP.NET Core中配置CORS更轻松 </a> <span class="post-date"> Created: -2016年9月25日星期日 下午4:15:23 Latest updated:2020年10月13日星期二 下午3:21:46 views(2077) </span> </div> <div class="post-body">   ASP.NET Core 内置了对 CORS 的支持,使用很简单,只需先在 Startup 的 ConfigureServices() 中添加 CORS 策略: public void ConfigureServices( </div> <div class="blog-details"> <div class="tags"> <label>标签:</label> <ul> <li><a href="/blog/tag/ASP.NET%20Core%20CORS">ASP.NET Core CORS</a></li> </ul> </div> <div class="buttons"> <a href="/blogpost-57e7f81b84cd4659b8fc3519-the-domain-name-supports-wildcards-aspnet-configuring-cors-in-core-is-easier" class="read-more btn btn-primary">详细</a> </div> </div> </div> <div class="post col-lg-12 no-plr"> <div class="post-head"> <a class="post-title" href="/blogpost-5a56424f42c35f3e34259b7b-custom-distributed-caching-with-aspnet-core-and-couchbase">Custom Distributed caching with ASP.NET Core and Couchbase </a> <span class="post-date"> Created: -2018年1月10日星期三 下午4:41:51 Latest updated:2020年10月11日星期日 上午11:50:21 views(2573) </span> </div> <div class="post-body"> Distributed caching can help to improve performance of an ASP.NET Core application. This is especially true for an ASP.N </div> <div class="blog-details"> <div class="tags"> <label>标签:</label> <ul> <li><a href="/blog/tag/ASP.NET%20Core%20Caching">ASP.NET Core Caching</a></li> <li class="separator">,</li> <li><a href="/blog/tag/ASP.NET%20Core">ASP.NET Core</a></li> </ul> </div> <div class="buttons"> <a href="/blogpost-5a56424f42c35f3e34259b7b-custom-distributed-caching-with-aspnet-core-and-couchbase" class="read-more btn btn-primary">详细</a> </div> </div> </div> <div class="post col-lg-12 no-plr"> <div class="post-head"> <a class="post-title" href="/blogpost-57a49aa284cd461f7cd623ec-full-html-cache-for-aspnet-core-10-using-redis">full HTML cache for ASP.NET Core 1.0 using REDIS </a> <span class="post-date"> Created: -2016年8月5日星期五 下午1:54:42 Latest updated:2020年10月11日星期日 上午11:43:19 views(2358) </span> </div> <div class="post-body"> <p>http://zablo.net/blog/post/asp-net-core-redis-html-cache Previous versions of ASP.NET MVC framework had out-of-the-bo </div> <div class="blog-details"> <div class="tags"> <label>标签:</label> <ul> <li><a href="/blog/tag/ASP.NET%20Core%20Caching">ASP.NET Core Caching</a></li> <li class="separator">,</li> <li><a href="/blog/tag/Redis">Redis</a></li> </ul> </div> <div class="buttons"> <a href="/blogpost-57a49aa284cd461f7cd623ec-full-html-cache-for-aspnet-core-10-using-redis" class="read-more btn btn-primary">详细</a> </div> </div> </div> <div class="post col-lg-12 no-plr"> <div class="post-head"> <a class="post-title" href="/blogpost-5f80795d6cd85f05bc3ab0b3-xdocumenttostring-throwing-hexadecimal-value-0x13-is-an-invalid-character-exception">XDocument.ToString() throwing hexadecimal value 0x13, is an invalid character exception </a> <span class="post-date"> Created: -2020年10月9日星期五 下午2:53:17 Latest updated:2020年10月9日星期五 下午3:23:28 views(1811) </span> </div> <div class="post-body"> XDocument.ToString() throwing “' ', hexadecimal value 0x13, is an invalid character.” exceptionAsk Question& </div> <div class="blog-details"> <div class="tags"> <label>标签:</label> <ul> <li><a href="/blog/tag/C%23">C#</a></li> </ul> </div> <div class="buttons"> <a href="/blogpost-5f80795d6cd85f05bc3ab0b3-xdocumenttostring-throwing-hexadecimal-value-0x13-is-an-invalid-character-exception" class="read-more btn btn-primary">详细</a> </div> </div> </div> </div> <div class="pager Page navigation"> <ul class="pagination"><li class="first-page"><a class="page-link" href="http://www.iaspnetcore.com/blog/list">Pager.First</a></li><li class="previous-page page-item"><a class="page-link" href="http://www.iaspnetcore.com/blog/list?pagenumber=101">Pager.Previous</a></li><li class="individual-page page-item"><a class="page-link" href="http://www.iaspnetcore.com/blog/list?pagenumber=100">100</a></li><li class="individual-page page-item"><a class="page-link" href="http://www.iaspnetcore.com/blog/list?pagenumber=101">101</a></li><li class="current-page page-item"><a class="page-link">102</a></li><li class="individual-page page-item"><a class="page-link" href="http://www.iaspnetcore.com/blog/list?pagenumber=103">103</a></li><li class="individual-page page-item"><a class="page-link" href="http://www.iaspnetcore.com/blog/list?pagenumber=104">104</a></li><li class="next-page page-item"><a class="page-link" href="http://www.iaspnetcore.com/blog/list?pagenumber=103">Pager.Next</a></li><li class="last-page page-item"><a class="page-link" href="http://www.iaspnetcore.com/blog/list?pagenumber=171">Pager.Last</a></li></ul> </div> </div> </div> </div> </div> </div> </section> <footer> <div class="footer"> <div class="container"> <div class="footer-upper row"> <div class="footer-block information col-md-4 col-lg-3 no-plr"> <div class="title"> <strong>信息</strong> </div> <ul class="list nav flex-column"> <li class="nav-item"><a class="nav-link" href="/sitemap">站点地图</a></li> <li class="nav-item"><a class="nav-link">About us</a></li> <li class="nav-item"><a class="nav-link">Conditions of Use</a></li> <li class="nav-item"><a class="nav-link">Privacy notice</a></li> <li class="nav-item"><a class="nav-link">Shipping & returns</a></li> <li class="nav-item"><a class="nav-link" href="/contactus">联系我们</a></li> </ul> </div> <div class="footer-block customer-service col-md-4 col-lg-3 no-plr"> <div class="title"> <strong>客户服务</strong> </div> <ul class="list nav flex-column"> <li class="nav-item"><a class="nav-link" href="/search">搜索</a> </li> <li class="nav-item"><a class="nav-link" href="/news">新闻</a></li> <li class="nav-item"><a class="nav-link" href="/blog">博客</a></li> </ul> </div> <div class="footer-block my-account col-md-4 col-lg-3 no-plr"> <div class="title"> <strong>我的账户</strong> </div> <ul class="list nav flex-column"> <li class="nav-item"><a class="nav-link" href="/customer/info">我的帐户</a></li> <li class="nav-item"><a class="nav-link" href="/order/history">我的订单</a></li> <li class="nav-item"><a class="nav-link" href="/customer/addresses">收货地址</a></li> <li class="nav-item"><a class="nav-link" href="/cart">购物车</a></li> <li class="nav-item"><a class="nav-link" href="/wishlist">收藏夹</a></li> </ul> </div> <div class="footer-block follow-us col-md-12 col-lg-3 no-plr"> <div class="social"> <div class="title"> <strong>跟随我们</strong> </div> </div> <div class="newsletter"> <div class="title"> <strong>消息订阅</strong> </div> <div class="newsletter-subscribe" id="newsletter-subscribe-block"> <div class="newsletter-email input-group"> <input id="newsletter-email" class="newsletter-subscribe-text form-control" placeholder="请输入您的邮箱..." aria-label="订阅" type="email" name="NewsletterEmail" value="" /> <input type="button" value="订阅" id="newsletter-subscribe-button" class="button-1 btn btn-primary newsletter-subscribe-button" /> </div> <div class="newsletter-validation"> <span id="subscribe-loading-progress" style="display: none;" class="please-wait">请稍后.....</span> <span class="field-validation-valid" data-valmsg-for="NewsletterEmail" data-valmsg-replace="true"></span> </div> </div> <div class="newsletter-result" id="newsletter-result-block"></div> <script asp-location="Footer"> function newsletter_subscribe(subscribe) { var subscribeProgress = $("#subscribe-loading-progress"); subscribeProgress.show(); var postData = { subscribe: subscribe, email: $("#newsletter-email").val() }; $.ajax({ cache: false, type: "POST", url: "/subscribenewsletter", data: postData, success: function(data) { subscribeProgress.hide(); $("#newsletter-result-block").html(data.result); /*返回的结果首字母为小写*/ if (data.Success) { $('#newsletter-subscribe-block').hide(); $('#newsletter-result-block').show(); } else { $('#newsletter-result-block').fadeIn("slow").delay(2000).fadeOut("slow"); } }, error: function(xhr, ajaxOptions, thrownError) { alert('Failed to subscribe.'); subscribeProgress.hide(); } }); } $(document).ready(function () { $('#newsletter-subscribe-button').click(function () { newsletter_subscribe('true'); }); $("#newsletter-email").keydown(function (event) { if (event.keyCode == 13) { $("#newsletter-subscribe-button").click(); return false; } }); }); </script> </div> </div> </div> <div class="footer-lower row"> <div class="footer-powered-by col-lg-6 no-pl"> Powered by <a href="http://www.iaspnetcore.com/">www.iaspnetcore.com</a> </div> <div class="footer-info col-lg-6 no-pr"> <span class="footer-disclaimer">Copyright © 2017 - 2024 www.iaspnetcore.com. All rights reserved.</span><br> </div> <div class="col-md-12"> </div> </div> </div> </div> </footer> <div> <!--百度统计代码 iaspnetcore.com--> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?e18fbcb7d76bcfdeb044be28749e9e18"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </div> <script asp-location="Footer"> $(document).ready(function () { $('.footer-block .title').on('click', function () { var e = window, a = 'inner'; if (!('innerWidth' in window)) { a = 'client'; e = document.documentElement || document.body; } var result = { width: e[a + 'Width'], height: e[a + 'Height'] }; if (result.width < 768) { $(this).siblings('.list').slideToggle('slow'); } }); }); </script> <script asp-location="Footer"> $(document).ready(function () { $('.block .title').on('click', function () { var e = window, a = 'inner'; if (!('innerWidth' in window)) { a = 'client'; e = document.documentElement || document.body; } var result = { width: e[a + 'Width'], height: e[a + 'Height'] }; if (result.width < 1001) { $(this).siblings('.listbox').slideToggle('slow'); } }); }); </script> </div> <!-- Site JS --> <!-- jQuery文件。务必在bootstrap.min.js 之前引入 --> <!-- popper.min.js 用于弹窗、提示、下拉菜单 --> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> <!-- 最新的 Bootstrap4 核心 JavaScript 文件 --> <script src="/Content/bootstrap/bootstrap.min.js"></script> <script src="/lib/jquery/jquery.unobtrusive-ajax.min.js" type="text/javascript"></script> <script src="/lib/jquery-validate/jquery.validate-v1.17.0/jquery.validate.min.js" type="text/javascript"></script> <script src="/lib/jquery-validate/jquery.validate.unobtrusive-v3.2.10/jquery.validate.unobtrusive.min.js" type="text/javascript"></script> </body> </html>