#He

HelloWorld

  算算毕业也两个多月,工作一年多了.一直都是看别人的博客,自己很奇葩的把各种杂乱的知识记录在world上.后来在小本本几番挂掉之后想想还是要想办法备份下来,毕竟是自己学习成长的印记.写博客的灵感还有另一个,女票大学了还能一直保持写日记的习惯,这点比我强,应该向她学习.写写东西确实是好事,能让人沉淀.同事说过一句话,这...
IT猿 ·2020-03-27

HTML head元素

head标签中可以包含的标签元素有: <title>:定义html页面的标题 <meta>: <meta>标签提供了元数据.元数据也不显示在页面上,但会被浏览器解析。META元素通常用于指定网页的描述,关键词,文件的最后修改时间,作者,和其他元数据。元数...
IT猿 ·2020-03-27

vue watcher

虽然计算属性在大多数情况下更合适,但有时也需要一个自定义的watcher。这是为什么Vue提供一个更通用的方法通过watch 选项,来响应数据的变化。当你想要在数据变化响应时,执行异步操作或开销较大的操作,这是很有用的。例如:在这个示例中,使用 watch 选项允许我们执行异步操作(访问一...
IT猿 ·2020-03-27

dreamvc框架(三),dispartcher做了些什么

这一篇我会介绍一些dreamvc的核心类Dispatcher都做了些什么,首先我们先来看一看init方法,这是在DispatcherServlet和DispatcherFilter里面都会调用到的一个方法voidinit(FixableConfigconfig)throwsServletException{this.s...

Git does not apply deleted files when merging an old branch into the master. How can I tell Git to apply deleted files?

TheonlywayIcanfathomthispossiblesituationisifyoucreatedtwodifferentfiles,eachwiththesamefilename,inindependentbranches. 我遇到的情况的是Branch5和Branch6基于同一个commit出...

How to get the parents of a merge commit in git?

 gitrev-list--parents-n1uk-645ec1aaab4714f7b47136e1e43744a70fc11a9f0  【theidofcurrentcommit】f49cddd09d099ed3a04fe608c2b4fc3e159fbb47025a7525fabb4...

What is the difference between Clustered and Non-Clustered Indexes in SQL Server?

Fromthediscussionwefindfollowingdifferencesbetweenclusteredandnon-clusteredindexes.Therecanbeonlyoneclusteredindexpertable.However,youcancreatemultiplenon-clust...

How much business logic should be allowed to exist in the controller layer?

Aslittleaspossible.Preferablynone.Thecontrollershouldbeconcernedwithacceptingtherequest,askingthecorrectdomainservicetoprocesstherequest,andhandingofftherespons...

This request has been blocked because sensitive information could be disclosed to third party web sites when this is used in a GET request.

2020-03-1611:04:35,168ERROR[13]:System.InvalidOperationException:Thisrequesthasbeenblockedbecausesensitiveinformationcouldbedisclosedtothirdpartywebsiteswhenthi...

What is the difference between Shrink Database and File?

Simply...DBCCShrinkDatabase():shrinkallfilesDBCCShrinkFile():justonefileForexample,youmayhavealogbackupissueandit'sgrownoutofcontrolsoyourunDBCCShrinkFile().You...

The view 'Index' or its master was not found.

Global.asaxfilecontaintheURLRoute.DefaultURLroutelikethis."{controller}/{action}/{id}"So,Trythis.1.Rightclickyourcontrollermethodasbelow.Example:letsaywecallInd...

HearthBuddy调试 不知道使用大漩涡传送门

https://hsreplay.net/replay/mtfuHbJevGSTnGcvcthZemMaelstromPortal大漩涡传送门Deal 1 damageto all enemy minions.Summon a random1-Cos...

HearthBuddy combo

Forthemulliganit'sprettyobvious.Thereiseithertheunconditionedrule: Card;YourClass;EnemyClass;Hold/Discard:Amount;/ andtheconditionedrule: Card;Yo...
IT猿 ·2020-03-27

HOW TO: Configure Internet Information Services Web Authentication in Windows Server 2003

HowtoConfigureIISWebSiteAuthenticationUseanadministrativeaccounttologontotheWebserver.StartIISManageroropentheIISsnap-in.ExpandServer_name,whereServer_nameisthe...

How can I manually create a authentication cookie instead of the default method?

Hereyougo.ASP.NETtakescareofthisforyouwhenyouusethehigherlevelmethodsbuiltintoFormsAuthentication,butatthelowlevelthisisrequiredtocreateanauthenticationcookie.&...
首页上一页...410411412413414...下一页尾页