11 2017 档案
摘要:在调用CMSAbstractWebPart类的GetValue方法的时候出错。 namespace CMS.PortalEngine.Web.UI{ /// <summary> /// Base class for the web part controls. /// </summary> [Deb
阅读全文
摘要:http://www.codepal.co.uk/show/make_IIS_work_with_local_IP_addresses_instead_of_localhost 只需要设置一下website的bindings就可以了
阅读全文
摘要:https://stackoverflow.com/questions/833924/visual-studio-stop-auto-update-on-references This is valid only for web sites - look in the bin folder of y
阅读全文
摘要:https://docs.kentico.com/k10/references/kentico-controls https://docs.kentico.com/k10/references/kentico-controls/adding-kentico-controls-to-the-visua
阅读全文
摘要:https://social.msdn.microsoft.com/Forums/sqlserver/en-US/99bbcb47-d4b5-4ec0-9e91-b1a23a655844/ssms-2012-extremely-slow-expanding-databases?forum=sqlto
阅读全文
摘要:父页面使用自己的template 子页面,也使用自己的template。 然后父页面中需要添加一个place holder。 子页面的继承,选择inherit only master page。 这样的话,子页面就会嵌套在父页面的模板中。
阅读全文
摘要:选中某一个页面,然后右键build page
阅读全文
摘要:Missing license Requested URL: http://172.31.212.20/kentico10/ License status: Missing license If you're an administrator of this site, please go to L
阅读全文
摘要:wireshark抓到一个http get数据包 GET /Hero/zhCN/client/alert?build=zhCN&targetRegion=0&homeCountry= HTTP/1.1User-Agent: Blizzard Web ClientHost: nydus.battle.
阅读全文
摘要:SSL/TLS协议运行机制的概述 1994年,NetScape公司设计了SSL协议(Secure Sockets Layer)的1.0版,但是未发布。 1995年,NetScape公司发布SSL 2.0版,很快发现有严重漏洞。 1996年,SSL 3.0版问世,得到大规模应用。 1999年,互联网标
阅读全文
摘要:抓包 在抓到的数据包里面,看到一个http get请求,右键选中,然后follow stream wireshark自动进行数据包过滤tcp.stream eq 1340,并且可以看到完整的数据通讯 GET /Hero/zhCN/client/alert?build=zhCN&targetRegio
阅读全文
摘要:Ad-hoc templates are used for one page only, for which they were created - this is why they are not offered in the template selection for another page
阅读全文
摘要:https://devnet.kentico.com/docs/7_0/devguide/index.html?creating_web_part_containers.htm
阅读全文
摘要:https://devnet.kentico.com/docs/7_0/devguide/index.html?common_web_part_properties.htm HTML Envelope Content before HTML content placed before the web
阅读全文
摘要:Click Home > Find & Select > Go To Special. In the Go To Special dialog box, check the Blanks option. NPOI中的 ISheet中的LastRowNum是计算Blank类型的。即如果某一行看起来是空
阅读全文
摘要:http://devnet.kentico.com/docs/7_0/devguide/index.html?document_properties_overview.htm You can edit document properties in CMS Desk -> Content after
阅读全文
摘要:Visual inheritance http://devnet.kentico.com/docs/7_0/devguide/index.html?visual_inheritance.htm The content of sub-pages is displayed using Page plac
阅读全文
摘要:https://communities.intel.com/message/203977 Dell的电脑, From what I've found is that a registry key is being written at system startup. HKLM\SYSTEM\Curr
阅读全文
摘要:https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer Ever wondered which program has a particular file or directory open? Now you
阅读全文
摘要:https://en.wikipedia.org/wiki/Process_Monitor Process Monitor is a free tool from Windows Sysinternals, part of the Microsoft TechNet website. The too
阅读全文
摘要:No connection could be made because the target machine actively refused it [::1]:808 确保安装了wcf 1.首先查看端口占用情况, 在资源监视器中查看808端口,没有发现端口被监听 2.和同事确认,他那边的808端口
阅读全文
摘要:一 https://blogs.nvidia.com/blog/2009/12/16/whats-the-difference-between-a-cpu-and-a-gpu/ What’s the Difference Between a CPU and a GPU? What’s the Dif
阅读全文
摘要:只有 page_load和page_init这些可以autoeventwireup RenderControl只提供override public override void RenderControl(HtmlTextWriter writer) { base.RenderControl(writ
阅读全文
摘要:https://docs.kentico.com/k10/developing-websites/loading-and-displaying-data-on-websites/writing-transformations Transformations are a crucial part of
阅读全文
摘要:1- Configuration of plugin VSTudio Prerequisite: -Your visual studio MUST be up to date with the last release version in order to launch correctly the
阅读全文
摘要:https://forums.asp.net/t/1796310.aspx?ASP+NET+form+method+post+and+get+ GET: 1) Data is appended to the URL(QueryString) 2) Data is not secret.(Can be
阅读全文
摘要:https://stackoverflow.com/questions/23943356/asp-net-how-to-send-data-with-post-method
阅读全文
摘要:alias是默认的访问页面 page aliases中可以手动指定访问一个url,然后跳转到当前的页面
阅读全文
摘要:第一种方式,修改forms的name how to set the forms authentication cookie path assume you have already solved this issue somehow, but since I stumbled upon this q
阅读全文
摘要:Forms authentication timeout vs sessionState timeout Forms authentication timeout会导致用户退出,重定向到登陆页面 sessionState和用户登录状态无关,和session里面存储的数据有关。 有可能session里
阅读全文
摘要:An HTTP cookie (also called web cookie, Internet cookie, browser cookie, or simply cookie) is a small piece of data sent from a website and stored on
阅读全文
摘要:chrome中查看cookie https://stackoverflow.com/questions/10014996/how-do-you-check-cookies-using-chrome To check the current page's cookies using Chrome: Y
阅读全文
摘要:https://docs.kentico.com/k8/macro-expressions
阅读全文
摘要:Version history Kentico 10: November 30, 2016 Kentico 9: November 24, 2015 Kentico 8.2: January 6, 2015 Kentico 8.1: August 22, 2014 Kentico 8: March
阅读全文
摘要:https://docs.microsoft.com/en-us/dotnet/csharp/misc/cs0436
阅读全文
摘要:Developing web parts https://docs.kentico.com/k10/custom-development/developing-web-parts Web parts are page components that provide a combination of
阅读全文
摘要:1.创建文件 添加,然后选择web user control 2.添加控件 在工具栏搜索button,然后拖动三个button上去 <%@ Control Language="C#" AutoEventWireup="true" CodeFile="LISABackButton.ascx.cs" I
阅读全文
摘要:http://devnet.kentico.com/docs/10_0/api/html/R_Project_Kentico_API.htm ScriptHelper.RegisterClientScriptBlock https://docs.kentico.com/k10/release-not
阅读全文
摘要:https://docs.microsoft.com/en-us/iis/configuration/system.webserver/defaultdocument/index Default documents are enabled by default, and IIS 7 defines
阅读全文
摘要:https://docs.microsoft.com/en-us/aspnet/web-forms/overview/older-versions-security/introduction/an-overview-of-forms-authentication-cs https://docs.mi
阅读全文
摘要:需要在web.config中的handlers中添加如下节点,保存之后,需要重启电脑。 <remove name="ExtensionlessUrlHandler-Integrated-4.0" /> <remove name="OPTIONSVerbHandler" /> <remove name
阅读全文
摘要:给h1设置字体颜色,以及文本位置 第一种方式 <div align="center"> 第二种方式 设置超链接居中 https://stackoverflow.com/questions/4302386/how-to-center-links-in-html You would put them i
阅读全文
摘要:https://docs.microsoft.com/zh-cn/dotnet/api/system.web.ui.page.ispostback?view=netframework-4.7 https://docs.microsoft.com/zh-cn/dotnet/api/system.web
阅读全文
摘要:安装 https://telerik-fiddler.s3.amazonaws.com/fiddler/FiddlerSetup.exe https://telerik-fiddler.s3.amazonaws.com/fiddler-latest/Progress%20Telerik%20Fidd
阅读全文
摘要:brute force cracking 暴力破解 Brute force (also known as brute force cracking) is a trial and error method used by application programs to decode encrypte
阅读全文
摘要:Unencrypted view state in ASP.NET 2.0 could leak sensitive information https://www.rapid7.com/db/vulnerabilities/http-asp-dot-net-unencrypted-viewstat
阅读全文
摘要:https://www.codeproject.com/Articles/114910/What-is-the-difference-between-Web-Farm-and-Web-Ga Clients request for resources and IIS process the reque
阅读全文
摘要:https://github.com/nunit/dotnet-test-nunit if you are using Visual Studio. Your project.json in your test project should look like the following; http
阅读全文