This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Ignore Visual Studio temporary files, build results, and | |
## files generated by popular Visual Studio add-ons. | |
# User-specific files | |
*.suo | |
*.user | |
*.sln.docstates | |
# Build results | |
[Dd]ebug/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using HtmlAgilityPack; | |
using RestSharp; | |
using System; | |
using System.IO; | |
using System.Linq; | |
using System.Threading.Tasks; | |
namespace FlagSpider | |
{ | |
class Program |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class ClassA | |
{ | |
private static ClassA _instance = null; | |
private static readonly object Padlock = new object(); | |
ClassA() { } | |
public static ClassA Instance | |
{ | |
get |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Globalization; | |
using System.Linq; | |
using System.Text; | |
/// <summary> | |
/// 本程序意在对游戏 Bloodstained: Ritual of the Night 中出现的武器 Encrypted Orchid 的 | |
/// 武器描述: | |
/// | |
/// 6F20636B6E7077206772646C7A207A77 | |
/// 6B6A207075707365756C2078726B7674 |