08 2019 档案

摘要:问题 游戏面板 8是青玉之爪13是海巨人17是恐狼前锋 64是萨满 66是圣骑士63,99,46,是微型木乃伊【其中99和46都是2血3攻,63是2血1攻】57是鱼人木乃伊 微型木乃伊 "LocStringZhCn": "<b>复生</b>\n在你的回合结束时,随机使另一个友方随从获得+1攻击力。" 阅读全文
posted @ 2019-08-31 21:06 ChuckLu 阅读(457) 评论(0) 推荐(0) 编辑
摘要:代码如下,在SilverFish\SilverFish\ai\Playfield.cs文件中 虚空领主为例子 Voidlord虚空领主{ "Entity": { "CardId": "LOOT_368", "LocStringZhCn": "<b>嘲讽,亡语:</b>\n召唤三个1/3并具有<b>嘲 阅读全文
posted @ 2019-08-31 20:20 ChuckLu 阅读(469) 评论(0) 推荐(0) 编辑
摘要:https://github.com/Chuck-Ai/gobang 我写了非常详细的中文教程,教你如何一步步编写自己的五子棋AI: 五子棋AI设计教程第二版一:前言 五子棋AI设计教程第二版二:博弈算法的前世今生 五子棋AI设计教程第二版三:极小化极大值搜索 五子棋AI设计教程第二版四:Alpha 阅读全文
posted @ 2019-08-31 14:43 ChuckLu 阅读(2203) 评论(0) 推荐(0) 编辑
摘要:http://www.intelligence.tuc.gr/~robots/ARCHIVE/2015w/Projects/LAB51326833/download.html The project is written in Java and requires version 1.8 and ab 阅读全文
posted @ 2019-08-31 14:15 ChuckLu 阅读(366) 评论(0) 推荐(0) 编辑
摘要:Monte Carlo Tree Search – beginners guide 蒙特卡洛树搜索(新手教程) 阅读全文
posted @ 2019-08-31 14:14 ChuckLu 阅读(276) 评论(0) 推荐(0) 编辑
摘要:Markus Heikki AnderssonHåkon HelgesenHesselberg Master of Science in Computer Science Submission date: June 2016Supervisor: Helge Langseth, IDI Norweg 阅读全文
posted @ 2019-08-31 13:25 ChuckLu 阅读(282) 评论(0) 推荐(0) 编辑
摘要:Add hyperlink to textblock wpf Displaying is rather simple, the navigation is another question. XAML goes like this: <TextBlock Name="TextBlockWithHyp 阅读全文
posted @ 2019-08-31 00:04 ChuckLu 阅读(313) 评论(0) 推荐(0) 编辑
摘要:https://ilhicas.com/2019/08/11/What-you-as-a-Devops.html Introduction In this post I'll just explain what I actually do, and have done over the last, 阅读全文
posted @ 2019-08-30 20:51 ChuckLu 阅读(198) 评论(0) 推荐(0) 编辑
摘要:期望通过ai的调试,来搞明白出牌的逻辑。 55是投火无面者63是恐狼前锋34是风怒36是自动漩涡打击装置13是空灵召唤者, "LocStringZhCn": "<b>亡语:</b>\n随机将一张恶魔牌从你的手牌置入战场。",64是对方英雄,术士 目前的输出结果是:【少了召唤图腾】 value of 阅读全文
posted @ 2019-08-30 12:23 ChuckLu 阅读(525) 评论(0) 推荐(0) 编辑
摘要:之前是int的数据,名字是id 后面被改成字符串的数据,名字是encrptedId 因为名字不匹配,导致找不到数值。只需要把js里调用传递的参数名字改一下,或者C#后端,继续保持原来的名字 阅读全文
posted @ 2019-08-28 10:43 ChuckLu 阅读(326) 评论(0) 推荐(0) 编辑
摘要:Default Keyboard Shortcut Schemes All ReSharper actions can be invoked with keyboard shortcuts. Most of the actions have default shortcuts, which you 阅读全文
posted @ 2019-08-27 17:21 ChuckLu 阅读(217) 评论(0) 推荐(0) 编辑
摘要:Mapping Pocos Example Pocos/Mappings 阅读全文
posted @ 2019-08-27 16:56 ChuckLu 阅读(182) 评论(0) 推荐(0) 编辑
摘要:https://www.codeproject.com/Articles/875547/Custom-Roles-Based-Access-Control-RBAC-in-ASP-NET Introduction In this post, I shall cover implementing cu 阅读全文
posted @ 2019-08-27 13:09 ChuckLu 阅读(421) 评论(0) 推荐(0) 编辑
摘要:How To Display Variable Value In View? There are several ways. For example simply using @ like this: <td> @y </td> Or by using a <span> tag like this: 阅读全文
posted @ 2019-08-27 10:52 ChuckLu 阅读(133) 评论(0) 推荐(0) 编辑
摘要:How do negative margins in CSS work and why is (margin-top:-5 != margin-bottom:5)? 解答 Negative margins are valid in css and understanding their (compl 阅读全文
posted @ 2019-08-27 10:29 ChuckLu 阅读(188) 评论(0) 推荐(0) 编辑
摘要:https://devblogs.microsoft.com/pfxteam/asyncawait-faq/ 阅读全文
posted @ 2019-08-26 19:03 ChuckLu 阅读(283) 评论(0) 推荐(0) 编辑
摘要:https://blog.stephencleary.com/2012/02/async-and-await.html Most people have already heard about the new “async” and “await” functionality coming in V 阅读全文
posted @ 2019-08-26 18:59 ChuckLu 阅读(346) 评论(2) 推荐(0) 编辑
摘要:Change Assembly Version in a compiled .NET assembly You can use ILMerge: ILMerge.exe Foo.dll /ver:1.2.3.4 /out:Foo2.dll A valid reason to do this is t 阅读全文
posted @ 2019-08-26 17:54 ChuckLu 阅读(219) 评论(0) 推荐(0) 编辑
摘要:https://www.markopapic.com/csharp-under-the-hood-async-await/ https://www.markopapic.com/csharp-under-the-hood-async-await.html 链接换成这个了 Async and awai 阅读全文
posted @ 2019-08-26 13:13 ChuckLu 阅读(1038) 评论(0) 推荐(0) 编辑
摘要:https://github.com/twbs/bootstrap/blob/21f3375f21e9a7a5155d0cd783fd2bc7aeee8485/scss/_forms.scss https://github.com/twbs/bootstrap/tree/21f3375f21e9a7 阅读全文
posted @ 2019-08-26 09:55 ChuckLu 阅读(560) 评论(0) 推荐(0) 编辑
摘要:WPF Localization Using RESX Files Once you have downloaded the source code and built it, add a reference to the compiled assembly (Infralution.Localiz 阅读全文
posted @ 2019-08-25 11:35 ChuckLu 阅读(529) 评论(0) 推荐(0) 编辑
摘要:需要注意的是低版本是不支持C# 6语法中的string interpolation的 String interpolation in a Razor view? update: Starting in Visual Studio 2015 Update 1, there is a simple pr 阅读全文
posted @ 2019-08-23 15:20 ChuckLu 阅读(755) 评论(0) 推荐(0) 编辑
摘要:[.NET] ConfuserEx脱壳工具打包 ConfuserEx 1.0.0脱壳步骤 Written by 今夕何夕[W.B.L.E. TeAm]1.先用UnconfuserEx把主程序Dump出来;2.使用CodeCracker大牛的ConfuserExStringDecryptor将加密的字 阅读全文
posted @ 2019-08-22 18:23 ChuckLu 阅读(3886) 评论(0) 推荐(0) 编辑
摘要:数据绑定,很有可能是通过js写的。 如果页面本身没有显示的js代码,那么很大可能是通过外部的js文件来操作的。 可以运行站点后,刷新页面。查看network里面加载了哪些js文件。 阅读全文
posted @ 2019-08-22 10:54 ChuckLu 阅读(329) 评论(0) 推荐(0) 编辑
摘要:更好的工具,一步到位 http://updates.buddyauth.com/GetNewest?filter=HearthbuddyCN 官方最后的一个版本 https://ci.appveyor.com/project/ViRb3/de4dot-cex/build/artifacts?bran 阅读全文
posted @ 2019-08-21 20:02 ChuckLu 阅读(7064) 评论(11) 推荐(1) 编辑
摘要:https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-visual-studio-net-framework Creating a NuGet package from a .NET 阅读全文
posted @ 2019-08-21 13:22 ChuckLu 阅读(582) 评论(0) 推荐(0) 编辑
摘要:https://elie.net/blog/hearthstone/how-to-appraise-hearthstone-card-values/ In 2014, I became an avid player of Hearthstone: Heroes of Warcraft, Blizza 阅读全文
posted @ 2019-08-20 13:19 ChuckLu 阅读(379) 评论(0) 推荐(0) 编辑
摘要:I am a legend: Hacking Hearthstone with machine-learning Defcon talk wrap-up: video and slides available but no tool. Good news! The video and slides 阅读全文
posted @ 2019-08-20 12:54 ChuckLu 阅读(228) 评论(0) 推荐(0) 编辑
摘要:search keyword `machine learning hearthstone` with google I am a legend: Hacking Hearthstone with machine-learning Defcon talk wrap-up https://www.you 阅读全文
posted @ 2019-08-20 12:44 ChuckLu 阅读(368) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/aspnet/mvc/overview/older-versions-1/overview/understanding-models-views-and-controllers-cs Confused about Models, Vi 阅读全文
posted @ 2019-08-20 10:38 ChuckLu 阅读(226) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/aspnet/mvc/overview/older-versions-1/overview/asp-net-mvc-overview Learn about the differences between ASP.NET MVC ap 阅读全文
posted @ 2019-08-20 10:22 ChuckLu 阅读(224) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/aspnet/mvc/overview/older-versions-1/overview/understanding-the-asp-net-mvc-execution-process Requests to an ASP.NET 阅读全文
posted @ 2019-08-20 10:13 ChuckLu 阅读(191) 评论(0) 推荐(0) 编辑
摘要:https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html https://github.com/icsharpcode/ILSpy/blob/master/appveyor.yml 阅读全文
posted @ 2019-08-20 09:38 ChuckLu 阅读(290) 评论(0) 推荐(0) 编辑
摘要:解决方案 namespace Triton.Game.Mapping{// Token: 0x020004A4 RID: 1188[Attribute38("Entity")]public class Entity : EntityBase // Triton.Game.Mapping.Entity 阅读全文
posted @ 2019-08-19 18:09 ChuckLu 阅读(787) 评论(0) 推荐(0) 编辑
摘要:下载链接 https://sourceforge.net/projects/x64dbg/files/snapshots/ https://github.com/x64dbg/x64dbg/releases 官方文档 http://help.x64dbg.com/en/latest/ 教程 http 阅读全文
posted @ 2019-08-19 13:13 ChuckLu 阅读(456) 评论(0) 推荐(0) 编辑
摘要:http://www.ollydbg.de/version2.html 阅读全文
posted @ 2019-08-19 13:05 ChuckLu 阅读(200) 评论(0) 推荐(0) 编辑
摘要:https://codingvision.net/security/c-read-write-another-process-memory Today’s tutorial is about…processes’ memory! In this article I’ll show you how t 阅读全文
posted @ 2019-08-19 13:03 ChuckLu 阅读(1062) 评论(0) 推荐(0) 编辑
摘要:ProcessSharp的构造函数,对应的测试是 https://github.com/lolp1/Process.NET/blob/master/test/Process.NET.Test/Core/ProcessSharpTest.cs /// <summary> /// Initializes 阅读全文
posted @ 2019-08-19 12:50 ChuckLu 阅读(399) 评论(0) 推荐(0) 编辑
摘要:getDecks(); 设置 最终的实现 https://github.com/ChuckHearthstone/SilverFish/blob/master/DefaultRoutine/Chuck.SilverFish/Helpers/EvenDeckHelper.cs 阅读全文
posted @ 2019-08-18 16:58 ChuckLu 阅读(983) 评论(0) 推荐(0) 编辑
摘要:发现格雷迈恩的效果,不知道怎么触发的,需要直接运行exe调试 在 routine.Tick();设置断点,F11之后会加载DefaultRoutine.dll 阅读全文
posted @ 2019-08-18 15:42 ChuckLu 阅读(550) 评论(0) 推荐(0) 编辑
摘要:如何把日志输出到MainWindow 输出日志的颜色控制 阅读全文
posted @ 2019-08-18 12:29 ChuckLu 阅读(447) 评论(0) 推荐(0) 编辑
摘要:Resharper-->Options-->C#-->Naming Style 阅读全文
posted @ 2019-08-15 09:55 ChuckLu 阅读(406) 评论(0) 推荐(0) 编辑
摘要:https://hearthstone.gamepedia.com/Deathrattle 阅读全文
posted @ 2019-08-14 09:36 ChuckLu 阅读(218) 评论(0) 推荐(0) 编辑
摘要:noHero123/silverfish https://github.com/noHero123/silverfish/blob/master/HrtBddy/instructions.txt How to install: (- make a copy of the original defau 阅读全文
posted @ 2019-08-13 18:20 ChuckLu 阅读(752) 评论(0) 推荐(0) 编辑
摘要:https://support.office.com/en-us/article/set-or-remove-reminders-7a992377-ca93-4ddd-a711-851ef3597925 Set reminders for tasks At the bottom of the scr 阅读全文
posted @ 2019-08-13 11:26 ChuckLu 阅读(206) 评论(0) 推荐(0) 编辑
摘要:Sepefeets's update to botmaker's Silverfish AI This AI is a Custom Class for Hearthranger and Hearthbuddy which intends to simulate all possible turn 阅读全文
posted @ 2019-08-12 21:45 ChuckLu 阅读(2001) 评论(0) 推荐(0) 编辑
摘要:How to get full path of StreamWriter In my version of the framework, this seems to work: string fullPath = ((FileStream)(streamWriter.BaseStream)).Nam 阅读全文
posted @ 2019-08-12 14:45 ChuckLu 阅读(141) 评论(0) 推荐(0) 编辑
摘要:No suitable constructor was found in NUnit Parameterised tests Fairly obvious, but can also happen if the test's constructor is not public. Method has 阅读全文
posted @ 2019-08-12 14:18 ChuckLu 阅读(517) 评论(0) 推荐(0) 编辑
摘要:Free. For everyone. Forever. With an open source decompilation engine https://www.telerik.com/products/decompiler.aspx 阅读全文
posted @ 2019-08-11 11:53 ChuckLu 阅读(329) 评论(0) 推荐(0) 编辑
摘要:https://github.com/sailro/Reflexil/issues/47 Instructions on how to install Reflexil would be much appreciated, since there is no README, and this inf 阅读全文
posted @ 2019-08-11 11:40 ChuckLu 阅读(1534) 评论(0) 推荐(0) 编辑
摘要:https://www.red-gate.com/dynamic/products/dotnet-development/reflector/download https://github.com/sailro/Reflexil/releases The .NET Assembly Editor h 阅读全文
posted @ 2019-08-10 00:13 ChuckLu 阅读(426) 评论(0) 推荐(0) 编辑
摘要:HSBToolBox.exe Unzip all files to the folder where Hearthbuddy.exeThen just run HSBToolBox.exe [assembly: AssemblyTitle("HSBToolBox Obfuscated with Do 阅读全文
posted @ 2019-08-09 18:28 ChuckLu 阅读(440) 评论(0) 推荐(0) 编辑
摘要:https://www.youtube.com/watch?v=kURCKujzrLU https://www.youtube.com/watch?v=Ielr2uuZIJE 自己导出的音频 https://pan.baidu.com/s/1c05EDR6 阅读全文
posted @ 2019-08-08 21:49 ChuckLu 阅读(203) 评论(0) 推荐(0) 编辑
摘要:https://hearthstone.gamepedia.com/Magnetic Magnetic is an ability exclusive to certain Mech minions which allows multiple minions to be merged togethe 阅读全文
posted @ 2019-08-08 14:28 ChuckLu 阅读(406) 评论(0) 推荐(0) 编辑
摘要:Difference between margin and padding? Remember these 3 points: The Margin is the extra space around the control. The Padding is extra space inside th 阅读全文
posted @ 2019-08-08 10:24 ChuckLu 阅读(177) 评论(0) 推荐(0) 编辑
摘要:https://css-tricks.com/box-sizing/ The box-sizing property can make building CSS layouts easier and a lot more intuitive. It's such a boon for develop 阅读全文
posted @ 2019-08-08 10:16 ChuckLu 阅读(153) 评论(0) 推荐(0) 编辑
摘要:https://getbootstrap.com/docs/4.0/getting-started/introduction/#box-sizing Box-sizing For more straightforward sizing in CSS, we switch the global box 阅读全文
posted @ 2019-08-08 10:14 ChuckLu 阅读(205) 评论(0) 推荐(0) 编辑
摘要:https://tieba.baidu.com/g/5808796816 链接: https://pan.baidu.com/s/1NPQTOfxbN_4alP7J-XWuVw 密码: xfj1 阅读全文
posted @ 2019-08-07 17:22 ChuckLu 阅读(360) 评论(0) 推荐(0) 编辑
摘要:https://hearthstone.gamepedia.com/Rush Rush is an ability allowing a minion to attack other minions the same turn it is summoned or brought under a ne 阅读全文
posted @ 2019-08-07 13:04 ChuckLu 阅读(330) 评论(0) 推荐(0) 编辑
摘要:https://hearthstone.gamepedia.com/Reborn Reborn is an ability that causes a minion to be resummoned with 1 Health the first time it's destroyed. It wa 阅读全文
posted @ 2019-08-07 13:03 ChuckLu 阅读(407) 评论(0) 推荐(0) 编辑
摘要:MainWindow BotManager 重点在ibot_1.Start();,这里启动后,进入DefaultBot的流程 MainWindow DefaultBot namespace Triton.Bot.Logic.Bots.DefaultBot{ // Token: 0x02000256 阅读全文
posted @ 2019-08-05 23:45 ChuckLu 阅读(821) 评论(0) 推荐(0) 编辑
摘要:Hearthbuddy-20190811-010-0b563c92.exe 20190810-003 SHA-256: b2a03c10124b038d2c48279cc50947907a55c87e320b0b89ed87c8f63e367e4d SHA-256: b2a03c10124b038d 阅读全文
posted @ 2019-08-05 16:46 ChuckLu 阅读(903) 评论(2) 推荐(1) 编辑
摘要:配置的加载 string_0是"Default" 阅读全文
posted @ 2019-08-05 13:11 ChuckLu 阅读(540) 评论(0) 推荐(0) 编辑
摘要:C# 7 .NET / CLR / Visual Studio version requirements You do NOT need to target .NET 4.6 and above, that is incorrect. To use Tuples, you need the Syst 阅读全文
posted @ 2019-08-05 01:00 ChuckLu 阅读(251) 评论(0) 推荐(0) 编辑
摘要:Difference between C# compiler version and language version As nobody gives a good enough answer, I will have a try now. First, C# has its version his 阅读全文
posted @ 2019-08-05 00:38 ChuckLu 阅读(437) 评论(0) 推荐(0) 编辑
摘要:源码 源码1 namespace Hearthbuddy.Windows{ // Token: 0x02000041 RID: 65 public class MainWindow : Window, IComponentConnector // Hearthbuddy.Windows.MainWi 阅读全文
posted @ 2019-08-05 00:34 ChuckLu 阅读(770) 评论(0) 推荐(0) 编辑
摘要:namespace Hearthbuddy{ // Token: 0x02000022 RID: 34 public class App : System.Windows.Application 阅读全文
posted @ 2019-08-05 00:20 ChuckLu 阅读(561) 评论(0) 推荐(0) 编辑
摘要:修复图腾师问题 beebee102 修复了先摇图腾再下图腾师的问题,另外加了阴燃电鳗的sim卡。在兄弟策略的模拟程序中测试了没问题,真机没有试过,麻烦吧友测试了回复一下。链接: [有效] https://pan.baidu.com/s/1YQey8Kr6u_IT3bWkFwCZbw 提取码: anr 阅读全文
posted @ 2019-08-04 22:20 ChuckLu 阅读(826) 评论(0) 推荐(0) 编辑
摘要:// Token: 0x06008CE9 RID: 36073 RVA: 0x0059629A File Offset: 0x00591E9A [MethodImpl(MethodImplOptions.NoInlining)] protected override void OnSourceIni 阅读全文
posted @ 2019-08-04 20:34 ChuckLu 阅读(3998) 评论(0) 推荐(0) 编辑
摘要:I'm new here and have never used this bot before. But a few days ago I tried it and I liked it :)I wanted to use silverfish, but, unfortunately, I saw 阅读全文
posted @ 2019-08-03 17:17 ChuckLu 阅读(757) 评论(0) 推荐(0) 编辑
摘要:ReSharper “Cannot resolve symbol” even when project builds This worked for me (VS2012u4, R# 7.1.3): Resharper > Options > Environment: General > Clear 阅读全文
posted @ 2019-08-03 11:18 ChuckLu 阅读(563) 评论(0) 推荐(0) 编辑

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