07 2019 档案
摘要:[7/31/2019 2:06:58.100 PM Warning] No test matches the given testcase filter `FullyQualifiedName=SilverFishTest.ChuckTest.CardIdEnumTest` in C:\reposi
阅读全文
摘要:https://tieba.baidu.com/p/5275382967 默认的配置不是很合理,花了点时间读了下silverfish(也就是兄弟用的AI)的代码后也尝试修改了些参数,有没有效果仁者见仁吧。吧里已有一篇注释翻译,基础请结合那篇的内容看,我补充一点自己对参数的理解和测试结果。;playa
阅读全文
摘要:WPF global exception handler [duplicate] https://stackoverflow.com/questions/1472498/wpf-global-exception-handler/1472562#1472562 You can trap unhandl
阅读全文
摘要:https://stackoverflow.com/questions/16150152/secure-ftp-using-windows-batch-script First, make sure you understand, if you need to use Secure FTP (=FT
阅读全文
摘要:https://www.davepaquette.com/archive/2015/05/06/link-and-script-tag-helpers-in-mvc6.aspx It is a common approach to reference popular frameworks from
阅读全文
摘要:https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/task-asynchronous-programming-model#BKMK_WhatHappensUnderstandinganAsy
阅读全文
摘要:Compiler Error CS1612 Cannot modify the return value of 'expression' because it is not a variable t.p = new Point(); 这个可以,set可以工作。 但是get出来的是value Why
阅读全文
摘要:System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyT
阅读全文
摘要:What is MemoScope.Net ? It's a tool to analyze .Net process memory: it can dump an application's memory in a file and read it later. The dump file con
阅读全文
摘要:2019-07-24 11:09:15.231+08:00 LISA.Common.Utilities.LogUtil - System.ObjectDisposedException: Instances cannot be resolved and nested lifetimes cannot
阅读全文
摘要:这里设置的path or pattern,是针对于根目录而言的
阅读全文
摘要:C# how to properly make a http web GET request EDIT 23/11/17 Updated to throw out examples using async for both GET requests as well as POST GET GET a
阅读全文
摘要:Walkthrough: My first WPF desktop application This article shows you how to develop a Windows Presentation Foundation (WPF) desktop application that i
阅读全文
摘要:https://github.com/fengyuanchen/cropper/blob/master/README.md Options See the available options of Cropper.js. $().cropper(options); https://github.co
阅读全文
摘要:sharex滚动截图 ShareX 滚动截屏-百度经验 (baidu.com) 给截图设置边框 https://github.com/ShareX/ShareX/issues/2509 TaskSettings-->Image-->Effects-->image effects configurat
阅读全文
摘要:http://www.sohu.com/a/76621652_391472 把矿泉水瓶上端剪掉,边缘要平滑 然后准备一些蟑螂爱吃的食物作为诱饵,放进瓶子里。 把盖子拧开倒扣在瓶子里,瓶口要保持在正中间,用胶带固定,防止滑动。 这里我选择用竹签来固定,最好是用蚊香烫出来一个洞,然后用铁丝固定
阅读全文
摘要:https://gist.github.com/nevik/5689882 Examples: https://github.com/octocat/Spoon-Knife/compare/ed12290ba...master Default usage is pretty straight-for
阅读全文
摘要:https://docs.microsoft.com/en-us/dotnet/standard/assembly/file-format .NET defines a binary file format - "assembly" - that is used to fully-describe
阅读全文
摘要:Portable Executable File Format PE Format 微软官方的 What is a .PE file in the .NET framework? [closed] The PE file you are talking about is the "Portable
阅读全文
摘要:请问大神.NET查壳工具都有哪些? 已知的有DotNet Id 除了这个还有别的吗?脱MAXTOCODE发现是双壳。脱掉第一层还有一层,DotNet Id检测没壳了,但是反编译还是加密状态. 用PEiD查壳,用OD脱壳 ScanID算不算? https://hintdesk.com/2007/11/
阅读全文
摘要:How to change the button text of <input type=“file” />? Simply [Edit with snippet] https://jsfiddle.net/KenKarloDotcom/p1v3qtek/5/
阅读全文
摘要:widget jquery 理解 $.widget( name, base, prototype ) widget一共有2或3个参数。base为可选。 这里之所以把base放在第二个参数里,主要是因为这样写代码更直观一些。(因为后面的prototype 是个代码非常长的大对象)。 name: 第一个
阅读全文
摘要:Chrome Development Tool: [VM] file from javascript [VM] (scriptId) has no special meaning. It's a dummy name假名 to help us to distinguish code which ar
阅读全文
摘要:Forcepoint One Endpoint Diagnostics Tool C:\Program Files\Websense\Websense Endpoint\WEPDiag.exe "C:\Program Files\Websense\Websense Endpoint\wepdiag.
阅读全文
摘要:https://www.codeproject.com/Articles/748849/ASP-NET-Web-Optimization-Framework
阅读全文
摘要:错误1 赋值问题 貌似编译器版本有点低,无法识别C#的高级语法糖 属性的初始值,必须是public bool IsEnabled { get{return true;} } 不能写成public bool IsEnabled { get; }=true; Control Compiler Error
阅读全文
摘要:namespace Triton.Bot public static class PluginManager 通过load函数进行加载,而且加载的是固定路径,扫描Plugins文件夹 使用AssemblyLoader加载插件,只扫描.cs文件
阅读全文
摘要:Unexpected ConvertTo-Json results? Answer: it has a default -Depth of 2 问题 Why do I get unexpected ConvertTo-Json results? And why does a round-trip (
阅读全文
摘要:界面上无法识别,提示是 [Unidentified card ID :DAL_010][Unidentified card ID :DAL_415] Unidentified card ID :HERO_02c 首先使用卡牌工具,查询卡牌id对应的卡牌名字 https://github.com/Ch
阅读全文
摘要:https://github.com/ChuckFork/HearthstoneBot Sigmund Card game automation framework Hooks game and loads plugins as they are modified (or explicitly re
阅读全文
摘要:How to intercept any postback in a page? - ASP.NET There's a couple of things you can do to intercept a postback on the client. The __doPostBack funct
阅读全文
摘要:偶数萨 手打两天已上传说,各位加油 欧洲牧羊人 ### 火元素换艾雅# 职业:萨满祭司# 模式:狂野模式## 2x (2) 图腾魔像 # 2x (2) 大漩涡传送门 # 2x (2) 恐狼前锋 # 1x (2) 自动漩涡打击装置# 2x (2) 衰变 # 2x (2) 连环爆裂# 2x (2) 阴燃
阅读全文
摘要:Button.OnClientClick Gets or sets the client-side script that executes when a Button control's Click event is raised. Property Value String The client
阅读全文
摘要:Async Task Types in C# Extend async to support task types that match a specific pattern, in addition to the well known types System.Threading.Tasks.Ta
阅读全文
摘要:C# language support status Asynchronous methods 已经支持 Generalized async return types 还不支持 Async main --> #1023 已经支持 Async streams 暂时还不支持 查看时间为20190715
阅读全文
摘要:Difference between val() and text() 问题 What the difference between jQuery's functions val() and text()? Where would you use one over the other? 解答 .va
阅读全文
摘要:Hi team, Please check the following three query url :https://github.com/Konctantin/GreyMagic/search?q=External&unscoped_q=Externalhttps://github.com/K
阅读全文
摘要:under the hood adjective a metaphorical area that contains the underlying implementation of something - e.g. a piece of hardware, a piece of software,
阅读全文
摘要:Async Await and the Generated StateMachine https://www.codeproject.com/Articles/535635/Async-Await-and-the-Generated-StateMachine 这篇文章是在code project上,
阅读全文
摘要:AsyncTaskMethodBuilder Represents a builder for asynchronous methods that return a task. Represents a builder for asynchronous methods that return a t
阅读全文
摘要:表现1 配置是标准,休闲模式 然后一直重复提示 select desire deck select causal mode 表现2 配置是狂野,休闲模式 然后一直提示 切换到狂野 切换到标准 把模式切换到auto好像就可以了 [QuestPlus] You don't have the deck n
阅读全文
摘要:https://www.cnblogs.com/chucklu/p/10020221.html 使用Powershell查看 PS C:\repository\GitHub\ChuckLu\Test\HearthbuddyRelease> [reflection.assemblyname]::Get
阅读全文
摘要:构造函数 需要注意的是this.intptr_0 = this.method_18("mono.dll"); 所以,这个类里面的操作,最后是和mono.dll相关的 this.intptr_0 = this.method_18("mono.dll"); + intptr_0 0x10000000 S
阅读全文
摘要:https://stackoverflow.com/questions/25953887/how-to-use-unsafe-code-in-safe-contex I am not sure if you need unsafe code in that case (see answer of @
阅读全文
摘要:[CollectionManagerScene_COLLECTION] An exception occurred when calling CacheCustomDecks: System.MissingMethodException: Method 'CollectionDeckBoxVisua
阅读全文
摘要:de4dot .NET deobfuscator and unpacker. Description de4dot is an open source (GPLv3) .NET deobfuscator and unpacker written in C#. It will try its best
阅读全文
摘要:hearthbuddy中的一段代码 // Token: 0x04000D28 RID: 3368 private readonly ExternalProcessMemory externalProcessMemory_0; public class ExternalProcessMemory :
阅读全文
摘要:HearthBuddy https://www.jiligame.com/70639.html 解压缩包,打开hearthbuddy.exe直接运行就可以;不用替换mono.dll直接可用;不需要校验任何文件hash值;key随便输入什么字符; by大神beebee102 https://pan.b
阅读全文
摘要:https://github.com/0xd4d/dnSpy 下载压缩包之后,解压,发现目录里面有3个exe文件 需要用管理员运行dnSpy.exe,然后打开exe文件,设置好断点,然后start 使用技巧 edit method 在左侧的导航栏,找到某个类里面的某个方法,右键,会有2个edit m
阅读全文
摘要:Chrome中查看 request form data 在Fiddler中查看
阅读全文
摘要:WindowOrWorkerGlobalScope.setTimeout() WindowOrWorkerGlobalScope.setTimeout() The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and succ
阅读全文
摘要:.slideUp() Effects > Sliding .slideUp( [duration ] [, complete ] )Returns: jQuery Description: Hide the matched elements with a sliding motion. versio
阅读全文
摘要:.delay() Effects > Custom .delay( duration [, queueName ] )Returns: jQuery Description: Set a timer to delay execution of subsequent items in the queu
阅读全文
摘要:What is the JavaScript version of sleep()? 需要注意的是,这里必须await才会等待 Since 2009 when this question was asked, JavaScript has evolved significantly. All oth
阅读全文
摘要:HiddenField Class Namespace:System.Web.UI.WebControls Assembly:System.Web.dll Represents a hidden field used to store a non-displayed value. Introduct
阅读全文
摘要:Uploading multiple files asynchronously by blueimp jquery-fileupload Solved. Fiddle: http://jsfiddle.net/BAQtG/29/ And js code $(document).ready(funct
阅读全文
摘要:Why are dashes preferred for CSS selectors / HTML attributes? I use dashes because I don't have to hit the shift key. Code completion Whether dash is
阅读全文
摘要:How does ASP.NET Forms Authentication really work? I've always wondered how exactly ASP.NET forms authentication works. Yes, I know how to configure F
阅读全文
摘要:细说ASP.NET Forms身份认证 asp.net 登陆验证 Form表单验证的3种方式 Understanding and Implementing ASP.NET Custom Forms Authentication Forms Authentication and Role based
阅读全文
摘要:Adding property to a json object in C# you can do it with a dynamic object dynamic obj = JsonConvert.DeserializeObject<ExpandoObject>(jsonString); obj
阅读全文
摘要:Using jQuery File Upload (UI version) with a custom server-side upload handler 正常的返回结果,即上传文件成功 Extend your custom server-side upload handler to return
阅读全文
摘要:What exactly is the parameter e (event) and why pass it to JavaScript functions? 问题 Well, when I learned JavaScript, all the books and Internet articl
阅读全文
摘要:.submit() Events > Form Events | Forms .submit( handler )Returns: jQuery Description: Bind an event handler to the "submit" JavaScript event, or trigg
阅读全文
摘要:https://www.cnblogs.com/Asa-Zhu/p/3359034.html 使用everything搜索SohuNews.exe,然后找到安装路径C:\Program Files (x86)\SogouInput\9.3.0.3129\SohuNews.exe 1.找到搜狗输入法的
阅读全文
摘要:https://stackoverflow.com/questions/32995066/how-can-i-configure-resharpers-language-level-for-ecmascript-6 In Resharper 2016 this has been renamed to
阅读全文
摘要:How to correctly use preventDefault(), stopPropagation(), or return false; on events I’m sure this has been written about many times before and probab
阅读全文
摘要:jQuery: What’s the Difference Between this, and this? What about this is a little different because it’s actually just a variable th
阅读全文
摘要:.prop() .prop( propertyName )Returns: Anything Description: Get the value of a property for the first element in the set of matched elements. version
阅读全文
摘要:What is the most efficient way to deep clone an object in JavaScript? Reliable cloning using a library Since cloning objects is not trivial (complex t
阅读全文
摘要:Is JavaScript a pass-by-reference or pass-by-value language? A very detailed explanation about copying, passing and comparing by value and by referenc
阅读全文
摘要:Removing jQuery from GitHub.com frontend Web standards in the later years Over the years, GitHub grew into a company with hundreds of engineers and a
阅读全文
摘要:You-Dont-Need-jQuery
阅读全文
摘要:__doPostBack function Hi everyone. Today I am going to talk about the __doPostBack function, because there is some confusion with using this function.
阅读全文
摘要:ASP.NET postback with JavaScript Here is a complete solution Entire form tag of the asp.net page Entire Contents of the Page's Code-Behind Class 这里需要注
阅读全文
摘要:ClientScriptManager.RegisterOnSubmitStatement(Type, String, String) Method Registers an OnSubmit statement with the Page object using a type, a key, a
阅读全文
摘要:https://community.sonarsource.com/t/how-can-i-change-my-avatar/11457/2 Hi, User icons are provided by the Gravitar service configured by your instance
阅读全文
摘要:The plugin can be applied to a form with multiple file input fields out of the box. The files are sent to the server with the parameter name of the fi
阅读全文
摘要:In an ASP.NET website with a codebehind at what point are the .cs files compiled? This applies to Web Application projects as opposed to Web Site proj
阅读全文
摘要:https://stackoverflow.com/questions/5508666/dynamically-add-html-to-asp-net-page https://stackoverflow.com/questions/4975823/adding-to-page-control-co
阅读全文
摘要:How to increment a date in a bash script Use the date command's ability to add days to existing dates. The following: DATE=2013-05-25 for i in {0..8}
阅读全文
摘要:Running .sh scripts in Git bash Let's say you have a script script.sh. To run it (using Git Bash), you do the following chmod +x script.sh ./script.sh
阅读全文
摘要:What is the !! (not not) operator in JavaScript? 解答1 Coerces强制 oObject to boolean. If it was falsey (e.g. 0, null, undefined, etc.), it will be false,
阅读全文
摘要:如何将图片显示为canvas https://github.com/blueimp/JavaScript-Load-Image/blob/master/js/load-image-scale.js https://github.com/blueimp/JavaScript-Load-Image/bl
阅读全文
摘要:.each() .each() .each( function )Returns: jQuery Description: Iterate over a jQuery object, executing a function for each matched element. version add
阅读全文
摘要:Iterating through/Parsing JSON Object via JavaScript 解答1 Your JSON object is incorrect because it has multiple properties with the same name. You shou
阅读全文
摘要:Make jQuery throw error when it doesn't match an element 解答1 You could make a plugin to use to ensure that the jQuery object is not empty: $.fn.ensure
阅读全文
摘要:uncaught syntaxerror unexpected token U JSON The parameter for the JSON.parse may be returning nothing (i.e. the value given for the JSON.parse is und
阅读全文
摘要:https://api.jquery.com/jQuery.parseJSON/ https://api.jquery.com/category/deprecated/deprecated-3.0/ As of jQuery 3.0, $.parseJSON is deprecated. To pa
阅读全文
摘要:http://www.ruanyifeng.com/blog/2010/05/object-oriented_javascript_inheritance.html 这个系列的第一部分,主要介绍了如何"封装"数据和方法,以及如何从原型对象生成实例。 今天要介绍的是,对象之间的"继承"的五种方法。 比
阅读全文
摘要:http://www.ruanyifeng.com/blog/2010/05/object-oriented_javascript_encapsulation.html 学习Javascript,最难的地方是什么? 我觉得,Object(对象)最难。因为Javascript的Object模型很独特,
阅读全文
摘要:http://www.ruanyifeng.com/blog/2011/06/designing_ideas_of_inheritance_mechanism_in_javascript.html http://blog.vjeux.com/2011/javascript/how-prototypa
阅读全文
摘要:__proto__ VS. prototype in JavaScript http://dmitrysoshnikov.com/ecmascript/javascript-the-core/#a-prototype-chain __proto__ is the actual object that
阅读全文
摘要:ClientScriptManager.RegisterClientScriptBlock Method 这个方法不能在Render方法里面使用,但是可以在PreRender中使用 最好是放到OnLoad方法中,比较统一
阅读全文
摘要:autoUpload By default, files added to the widget are uploaded as soon as the user clicks on the start buttons. To enable automatic uploads, set this o
阅读全文
摘要:在jquery.ui.widget.js中bridge处打上断点,查看instance内容 instance.options.processQueue
阅读全文
摘要:How do I add a simple onClick event handler to a canvas element? When you draw to a canvas element, you are simply drawing a bitmap in immediate mode.
阅读全文
摘要:在class上绑定的事件,点击图片的时候无法触发
阅读全文
摘要:https://github.com/ChuckForkJS/jQuery-File-Upload/blob/master/js/jquery.fileupload-image-editor.js 先触发了jquery.fileupload-image.js中的resizeImage方法
阅读全文
摘要:https://stackoverflow.com/questions/2221658/whats-the-difference-between-head-and-head-in-git Rules of thumb Use ~ most of the time — to go back a num
阅读全文
摘要:.find() .find( selector )Returns: jQuery Description: Get the descendants of each element in the current set of matched elements, filtered by a select
阅读全文
摘要:首先是jquery.ui.widget.js中_createWidget方法内部调用 this._create(); this._trigger( "create", null, this._getCreateEventData() ); this._init(); 然后按照下图所示,逐个文件触发_
阅读全文
摘要:https://learn.jquery.com/jquery-ui/how-jquery-ui-works/ jQuery UI contains many widgets that maintain state and therefore may have a slightly differen
阅读全文
摘要:How to Create a Basic Plugin Sometimes you want to make a piece of functionality available throughout your code. For example, perhaps you want a singl
阅读全文
摘要:npm notice created a lockfile as package-lock.json. You should commit this file. https://docs.npmjs.com/files/package-lock.json https://stackoverflow.
阅读全文
摘要:测试 修改https://github.com/tkvw/jQuery-File-Upload/blob/master/basic-plus.html 给p增加id和class,在页面加载后, 打开浏览器的console,然后手动执行,然后单击图片。会发现这个事件是会触发的 $(".preview"
阅读全文
摘要:https://tkvw.github.io/jQuery-File-Upload/basic-plus-editor.html 最开始初始化jquery.ui.widget.js中的factory( jQuery ); jquery.fileupload.js中 1. }(function ($)
阅读全文