09 2019 档案

摘要:畸变:挥金如土 +钩杖与连枷, 可以快速堆随从 ULDA_702畸变:挥金如土(Anomaly - Loot-Filled)Anomaly - Loot-Filled畸变:挥金如土After a minion is played, it gives the opposing player a Coi 阅读全文
posted @ 2019-09-30 00:09 ChuckLu 阅读(2084) 评论(0) 推荐(0) 编辑
摘要:https://github.com/dahlbyk/posh-git#step-2-import-posh-git-from-your-powershell-profile $profile.AllUsersCurrentHost C:\Program Files\PowerShell\7-pre 阅读全文
posted @ 2019-09-29 10:06 ChuckLu 阅读(1592) 评论(0) 推荐(0) 编辑
摘要:JavaScript data types and data structures Programming languages all have built-in data structures, but these often differ from one language to another 阅读全文
posted @ 2019-09-26 15:55 ChuckLu 阅读(250) 评论(0) 推荐(0) 编辑
摘要:disable search in the address bar Hi oitconz, setting keyword.enabled to false prevents Firefox from sending your input to your default search engine. 阅读全文
posted @ 2019-09-26 09:56 ChuckLu 阅读(309) 评论(0) 推荐(0) 编辑
摘要:Add an email address Go to Add an alias. Sign in to your Microsoft account, if prompted. Under Add an alias, do one of the following: Create a new Out 阅读全文
posted @ 2019-09-25 14:57 ChuckLu 阅读(362) 评论(0) 推荐(0) 编辑
摘要:Why would I want to use an ExpressionVisitor? There was a issue where on the database we had fields which contained 0 or 1 (numeric), and we wanted to 阅读全文
posted @ 2019-09-24 19:05 ChuckLu 阅读(226) 评论(0) 推荐(0) 编辑
摘要:Interpreting Expressions 阅读全文
posted @ 2019-09-24 18:57 ChuckLu 阅读(146) 评论(0) 推荐(0) 编辑
摘要:Traverse an expression tree and extract parameters I think as you've said that using ExpressionVisitor works out to be a good approach. You don't need 阅读全文
posted @ 2019-09-24 18:56 ChuckLu 阅读(341) 评论(0) 推荐(0) 编辑
摘要:Get Argument Values From Linq Expression If you even find yourself unpacking an expression in C#, you might find this useful. I found myself in need o 阅读全文
posted @ 2019-09-24 18:45 ChuckLu 阅读(206) 评论(0) 推荐(0) 编辑
摘要:1.支付宝 2.哈啰出行 3.网商银行 4.QQ 5.lantern uc浏览器 有道背单词 高德地图 重置闹钟 花生地铁 重置出厂设置 在setting-->privacy & security-->Backup & rese-->Personal data->Factory data reset 阅读全文
posted @ 2019-09-24 10:28 ChuckLu 阅读(199) 评论(0) 推荐(0) 编辑
摘要:Access the value of a member expression 解答1 You can compile and invoke a lambda expression whose body is the member access: private object GetValue(Me 阅读全文
posted @ 2019-09-23 18:07 ChuckLu 阅读(455) 评论(0) 推荐(0) 编辑
摘要:https://www.c-sharpcorner.com/UploadFile/4b0136/getting-started-with-iis-host-and-publish-in-mvc-5/ 右键选中项目,publish。 然后rename 阅读全文
posted @ 2019-09-23 15:25 ChuckLu 阅读(227) 评论(0) 推荐(0) 编辑
摘要:.prop() vs .attr() 回答1 Update 1 November 2012 My original answer applies specifically to jQuery 1.6. My advice remains the same but jQuery 1.6.1 chang 阅读全文
posted @ 2019-09-19 15:19 ChuckLu 阅读(280) 评论(0) 推荐(0) 编辑
摘要:what should I use .post vs .ajax? 问题: I've always had this dilemma困境 whether to use .post or .ajax for a few situations, but I got kept using .post? M 阅读全文
posted @ 2019-09-19 15:13 ChuckLu 阅读(162) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/dotnet/api/system.io.path.combine?view=netframework-4.8#System_IO_Path_Combine_System_String_System_String_ public st 阅读全文
posted @ 2019-09-19 11:34 ChuckLu 阅读(296) 评论(0) 推荐(0) 编辑
摘要:Like anonymous methods, iterators in C# are very complex syntactic sugar. You could do it all yourself (after all, you did have to do it all yourself 阅读全文
posted @ 2019-09-18 14:36 ChuckLu 阅读(226) 评论(0) 推荐(0) 编辑
摘要:What is the use of c# “Yield” keyword ? “Yield keyword helps us to do custom stateful iteration over .NET collections.” There are two scenarios where 阅读全文
posted @ 2019-09-18 14:34 ChuckLu 阅读(151) 评论(0) 推荐(0) 编辑
摘要:What is the yield keyword used for in C#? 回答1 The yield keyword actually does quite a lot here. The function returns an object that implements the IEn 阅读全文
posted @ 2019-09-18 14:31 ChuckLu 阅读(223) 评论(0) 推荐(0) 编辑
摘要:https://en.wikipedia.org/wiki/Coroutine Coroutines are computer program components that generalize subroutines for non-preemptive multitasking, by all 阅读全文
posted @ 2019-09-18 13:56 ChuckLu 阅读(376) 评论(0) 推荐(0) 编辑
摘要:jQuery Ajax calls and the Html.AntiForgeryToken() https://stackoverflow.com/a/4074289/3782855 I use a simple js function like this AddAntiForgeryToken 阅读全文
posted @ 2019-09-17 10:46 ChuckLu 阅读(500) 评论(0) 推荐(0) 编辑
摘要:如果在方法上添加了[ValidateAntiForgeryToken],没处理好 请求没有带参数 2019-09-17 14:02:45,142 ERROR [36]: System.Web.Mvc.HttpAntiForgeryException (0x80004005): The require 阅读全文
posted @ 2019-09-16 17:35 ChuckLu 阅读(549) 评论(0) 推荐(0) 编辑
摘要:What is the difference between XSS and CSRF from their execution perspective? https://www.quora.com/What-is-the-difference-between-XSS-and-CSRF-from-t 阅读全文
posted @ 2019-09-16 17:00 ChuckLu 阅读(217) 评论(0) 推荐(0) 编辑
摘要:https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF) Overview Cross-Site Request Forgery (CSRF) is an attack that forces an end user to e 阅读全文
posted @ 2019-09-16 16:49 ChuckLu 阅读(331) 评论(0) 推荐(0) 编辑
摘要:// Hearthbuddy.Windows.MainWindow // Token: 0x06000245 RID: 581 RVA: 0x0008C318 File Offset: 0x0008A518 [CompilerGenerated] private void method_27() { List routines = RoutineManager.Routines; ... 阅读全文
posted @ 2019-09-13 14:18 ChuckLu 阅读(628) 评论(0) 推荐(0) 编辑
摘要:https://www.codeproject.com/Articles/36836/Forms-Authentication-and-Role-based-Authorization Problem Space Sad, but true, “Forms authentication in ASP 阅读全文
posted @ 2019-09-12 18:11 ChuckLu 阅读(144) 评论(0) 推荐(0) 编辑
摘要:How does Request.IsAuthenticated work? MSDN Code Sample Description: The following code example uses the IsAuthenticated property to determine whether 阅读全文
posted @ 2019-09-12 17:25 ChuckLu 阅读(375) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/fish-li/archive/2012/04/15/2450571.html 用户登录是个很常见的业务需求,在ASP.NET中,这个过程被称为身份认证。 由于很常见,因此,我认为把这块内容整理出来,与大家分享应该是件有意义的事。 在开发ASP.NET 阅读全文
posted @ 2019-09-12 17:05 ChuckLu 阅读(238) 评论(0) 推荐(0) 编辑
摘要:IIS URL Rewriting and ASP.NET Routing With the release of the URL Rewrite Module for IIS and the inclusion of ASP.NET routing into the .NET Framework 阅读全文
posted @ 2019-09-12 15:22 ChuckLu 阅读(265) 评论(0) 推荐(0) 编辑
摘要:Razor syntax reference for ASP.NET Core Razor is a markup syntax for embedding server-based code into webpages. The Razor syntax consists of Razor mar 阅读全文
posted @ 2019-09-12 10:57 ChuckLu 阅读(189) 评论(0) 推荐(0) 编辑
摘要:硬盘调整C盘大小的工具.zip 无损分区软件(Acronis Disk Director)下载 11.0 破解版 ADD11H_trial_en-US(11.0.0.2343).exe 注册码: EAHJY7ET-A6YHKVKQ-RLTJPPWE-ALVDYCCL-8RGM4JZS-RM65HG3 阅读全文
posted @ 2019-09-11 13:32 ChuckLu 阅读(1067) 评论(0) 推荐(0) 编辑
摘要:How to handle git gc fatal: bad object refs/remotes/origin/HEAD error: failed to run repack I randomly hit list today while trying to garbage collect. 阅读全文
posted @ 2019-09-11 12:41 ChuckLu 阅读(3160) 评论(0) 推荐(0) 编辑
摘要:https://www.atlassian.com/git/tutorials/git-gc The git gc command is a repository maintenance command. The "gc" stands for garbage collection. Executi 阅读全文
posted @ 2019-09-11 12:33 ChuckLu 阅读(380) 评论(0) 推荐(0) 编辑
摘要:What are the benefits to using anonymous functions instead of named functions for callbacks and parameters in JavaScript event code? I use anonymous f 阅读全文
posted @ 2019-09-10 18:01 ChuckLu 阅读(172) 评论(0) 推荐(0) 编辑
摘要:You can link data that doesn't change very often to SQL Source Control. This lets you commit data changes to source control. To source-control data: 1 阅读全文
posted @ 2019-09-10 16:01 ChuckLu 阅读(222) 评论(0) 推荐(0) 编辑
摘要:https://documentation.red-gate.com/sdc14 About SQL Data Compare With SQL Data Compare, you can compare and deploy the data in two Microsoft SQL Server 阅读全文
posted @ 2019-09-10 15:29 ChuckLu 阅读(1035) 评论(0) 推荐(0) 编辑
摘要:How does ViewBag in ASP.NET MVC work behind the scenes? https://stackoverflow.com/a/16950197/3782855 ViewBag is a property of ControllerBase. It is de 阅读全文
posted @ 2019-09-10 12:36 ChuckLu 阅读(231) 评论(0) 推荐(0) 编辑
摘要:炉石传说 弩炮射击(Ballista Shot)Ballista Shot弩炮射击Hero Power Deal 3 damage.英雄技能 造成3点伤害。 稳固射击(Steady Shot)Steady Shot稳固射击Hero Power Deal 2 damage.英雄技能 造成2点伤害。 实 阅读全文
posted @ 2019-09-08 17:09 ChuckLu 阅读(341) 评论(0) 推荐(0) 编辑
摘要:打开应用和功能,搜KB4023057,然后卸载。 打开系统服务,找到Windows Remediation Service (sedsvc)和Windows Update Medic Service (WaaSMedicSvc)并停止这些服务。 PS C:\Users\clu\Desktop> Ge 阅读全文
posted @ 2019-09-06 21:26 ChuckLu 阅读(1352) 评论(0) 推荐(0) 编辑
摘要:https://github.com/ViRb3/de4dot-cex/blob/master/.gitmodules git submodule sync command - what is it for? Git stores information about submodules in tw 阅读全文
posted @ 2019-09-06 18:18 ChuckLu 阅读(357) 评论(0) 推荐(0) 编辑
摘要:start calculations, current time: 10:29:48 V2019.09.01.002 Rush 10000 face 27 berserk:1 ets 200 secret iC 1 aA 0 ##################################### 阅读全文
posted @ 2019-09-06 13:13 ChuckLu 阅读(401) 评论(0) 推荐(0) 编辑
摘要:35疯狂的科学家 63肯瑞托法师 13过期货物专卖商 64对面的英雄术士 比较好的出牌策略是,肯瑞托法师+寒冰屏障 ailoop1 startEnemyTurnSimThread1start print 6 actions startIndex = 0,endIndex = 1a1.print(); 阅读全文
posted @ 2019-09-05 18:50 ChuckLu 阅读(450) 评论(0) 推荐(1) 编辑
摘要:Can I prevent the Firefox developer tools network panel from clearing on page reload? I couldn't find this setting in Firefox 57. The setting has been 阅读全文
posted @ 2019-09-05 18:14 ChuckLu 阅读(153) 评论(0) 推荐(0) 编辑
摘要:Fiddler is not capturing web request from Firefox You can also get the FiddlerHook plug in for Firefox that lets you handle how you want traffic to be 阅读全文
posted @ 2019-09-05 17:21 ChuckLu 阅读(348) 评论(0) 推荐(0) 编辑
摘要:How do you debug MVC 4 API routes? 解答1 RouteDebugger is good for figuring out which routes will/will not be hit. http://nuget.org/packages/routedebugg 阅读全文
posted @ 2019-09-05 11:12 ChuckLu 阅读(209) 评论(0) 推荐(0) 编辑
摘要:还没有commit之前,需要撤销。 最暴力的,直接用git reset --hard HEAD How to undo a git merge squash? If you run git merge --squash <other-branch> the working tree and inde 阅读全文
posted @ 2019-09-05 10:37 ChuckLu 阅读(1243) 评论(0) 推荐(0) 编辑
摘要:假设需要查看的分支为temp 1.git show temp 通过这个可以拿到commit id 2.查看TortoiseGit的日志,左下角勾选所有分支 3.在日志界面搜索commit id,然后右键选中对应的commit,选择show branches this commit is on 4.在 阅读全文
posted @ 2019-09-05 10:24 ChuckLu 阅读(427) 评论(0) 推荐(0) 编辑
摘要:Image Resizer utility Image Resizer is a Windows shell extension for bulk image-resizing. After installing PowerToys, right-click on one or more selec 阅读全文
posted @ 2019-09-03 18:02 ChuckLu 阅读(2193) 评论(0) 推荐(0) 编辑
摘要:Resend a Request You can resend a request directly from the Sessions List, or save requests to resend in the Composer. Resend a Request from the Sessi 阅读全文
posted @ 2019-09-03 17:26 ChuckLu 阅读(338) 评论(0) 推荐(0) 编辑
摘要:A formal specification of the APIs that are common across .NET implementations What is .NET Standard? There are various implementations of .NET. Each 阅读全文
posted @ 2019-09-03 13:22 ChuckLu 阅读(215) 评论(0) 推荐(0) 编辑
摘要:How to Publish a NuGet Package Command line To push packages to nuget.org you must use nuget.exe v4.1.0 or above, which implements the required NuGet 阅读全文
posted @ 2019-09-02 12:41 ChuckLu 阅读(345) 评论(0) 推荐(0) 编辑
摘要:承接上一篇博客HearthBuddy Ai 调试实战2 在使用海巨人的时候,少召唤了一个图腾(费用是对的) 研究ailoop2里面4个待考察的,在ailoop3里面的后续操作。ailoop3一共有36个操作。 待考察1 itemPlayfield12 chuck deep2==2 boardvalu 阅读全文
posted @ 2019-09-01 02:49 ChuckLu 阅读(340) 评论(0) 推荐(0) 编辑

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