原创 snort--content中幾個選項

** Content ** nocase 定義content忽略大小寫。 用法:content:“wan”; nocase; offset 在n個字節後匹配 用法:offset: 字節數; 舉例:content:“wan”;

原创 pycharm永久激活碼

https://www.jianshu.com/p/6da80437cc44

原创 snort規則-比較容易理解

https://blog.csdn.net/shenwansangz/article/details/38084871

原创 typescript的基本類型

1.布爾boolean 2.數字number 3.字符串string 4.數組number[] 或者Array 5.元組tuple 6.枚舉enum 7. 給變量指定任何類型any 8. 返回值任何類型void 9.無返回類型neve

原创 python排序

格式列表到字典,給字典排序 list = sorted(List, key=lambda dict1: dict1[‘key’], reverse=True) 對普通字典排序 sorted(dict.items(), key=lamb

原创 遊戲前端框架

https://blog.csdn.net/valada/article/details/81639708

原创 遊戲引擎的種類

大型遊戲引擎https://diy.pconline.com.cn/graphics/study_gra/1202/2672414_all.html 遊戲引擎的優缺點https://blog.csdn.net/enweitech/ar

原创 TypeScripty語法

基本語法 http://www.cnblogs.com/xcong/p/4570235.html ts基礎 https://blog.csdn.net/qq_15701939/article/details/83934608