解决方案 namespace Triton.Game.Mapping{// Token: 0x020004A4 RID: 1188[Attribute38("Entity")]public class Entity : EntityBase // Triton.Game.Mapping.Entity // Token: 0x06003007 RID: 12295 RVA: 0x00026F09 File Offset: 0x00025109 public TAG_RACE GetRac…
[CollectionManagerScene_COLLECTION] An exception occurred when calling CacheCustomDecks: System.MissingMethodException: Method 'CollectionDeckBoxVisual.string_4 = IsValid, enum20_0 = null' not found. at Triton.Game.Mono.MonoClass.method_7(String stri…
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 actions and select the best. Official Threads: http://www.hearthranger.com/forum/yaf_postst7352_Sepe…
getDecks(); 设置 private void getDecks() { Dictionary<string, int> tmpDeck = new Dictionary<string, int>(startDeck); List<GraveYardItem> graveYard = new List<GraveYardItem>(); Dictionary<CardDB.cardIDEnum, int> og = new Diction…
修复图腾师问题   beebee102 修复了先摇图腾再下图腾师的问题,另外加了阴燃电鳗的sim卡.在兄弟策略的模拟程序中测试了没问题,真机没有试过,麻烦吧友测试了回复一下.链接: [有效] https://pan.baidu.com/s/1YQey8Kr6u_IT3bWkFwCZbw 提取码: anrc 笼统的说,问题出了在兄弟策略计算上面,关键是哪里出问题,没办法改了改兄弟策略代码写了个兄弟策略的模拟程序,能根据当前牌局计算出最优方案 牌局记录在这个文件夹里UltimateLogs(具体路径…
前言 本篇随笔的底包采用的是百度炉石兄弟吧20200109折腾版中自带的 routines 文件. 本次仅为绝大多数方法添加 xml 注释和简单解析,没有具体解析与重构. Playfield 类方法众多,欢迎指出我的注解错误.有任何问题或建议可以在下方进行评论. 正文 1. addMinionsReal, addCardsReal #region 初始化时使用,合并两个列表 private void addMinionsReal(List<Minion> source, List<Min…
哎,最近很好久没在博客园写点东西了,由于工作的原因,接触公司自己研发的底层orm框架,偶然发现该框架在调用jdbc操作的时候参考的是hibernate 里面的SimpleJdbcTemplate,这里我想到了在大学的时候自己用过的一个简单的jdbc封装,现在我将代码贴出来,和大家一起分享: Config类:读取同一包下的数据库连接配置文件,这样是为了更好的通用性考虑 package com.tly.dbutil; import java.io.IOException; import java.u…
http://anole1982.iteye.com/blog/1450421 http://www.open-open.com/doc/view/51fe76de67214563b20b3853203982df java 自定义注解实践 ²  背景 最近在为公司的技术改造做准备,我设计了一个提高 Web 开发效率的技术框架,为了增加框架的友好性和易用性,决定采用注解来代替配置文件,于是我查询了很多的资料,进行整理和学习. ²  概念 注解是 JDK5 引入的新特性,最初衍生自代码注释,但现在早…
conpot是一个ICS(工业控制系统)蜜罐, 旨在收集攻击者针对工业控制系统的攻击方法和动机. 这篇文章主要用来说明conpot的用户定制相关的一些配置. (英文原文详见: https://github.com/mushorg/conpot/blob/master/docs/source/usage/usage.rst) conpot附带了一个默认的配置文件, 它可以实现对安装有基本扩展模块的西门子S7-200 PLC的仿真. 这个默认仿真的攻击面包括: MODBUS, HTTP, SNMP…
摘录RestTemplate的集成测试类/* 2.    * Copyright 2002-2010 the original author or authors. 3.    * 4.    * Licensed under the Apache License, Version 2.0 (the "License"); 5.    * you may not use this file except in compliance with the License. 6.    * Y…