GithubHelp home page GithubHelp logo

xraytools's Introduction

XrayTools

Xray工具类库汇总

Xray.Demo.XXX

测试Demo程序,包含.Net和.Net Core两个Demo,类库大多数使用.Net Standard开发,两者都支持

Xray.Tools.ExtractLib

编码转换,字符抽取,加解密类库,支持正则表达式、Xpath、JPath几种方式进行匹配和抽取。支持时间戳、MD5、Unicode、Url等加解密或编码转换 使用示例:
ExtractMethod.GetResult( ExtractType.Regex, "正则/XPATH/JPATH", "inputstr");
EncodeMethod.Encode( EncodeType.UrlEncode,"inputstr");

Xray.Tools.File

封装了Zip文件压缩方法

Xray.Tools.HttpToolsLib

射线网络Http请求相关工具库,集成HttpHelper,并支持HttpClient使用
封装了Http、SMTP请求,其中HTTP请求基于HttpWebRequest和HttpClient、并添加了如切换代理重试、重试次数控制等请求方法。封装了API代理IP池实现
2019/8/19 支持SMTP协议发送邮件
2019/12/27 支持快速手动重定向,主要为了解决.net core下的AllowAutoRedirect无效的问题
2020/05/08 添加默认的json格式校验器
2020/05/18 添加查询字符串和请求体参数快速拆分方法

Xray.Tools.Microservices

微服务注册帮助类,目前实现了API方式注册Nacos

Xray.Tools.Office

封装了Office办公套件操作,基于Aspose.dll,目前实现了对于Excel的标准化输出,支持Excel样式,只能用于.Net平台,使用Demo见 Excel操作帮助类 (基于Aspose.Cells.dll)

Xray.Tools.ScriptEngine

封装了JS脚本执行引擎

Xray.Tools.SimpleServer

简易的Http服务器

Xray.Tools.SpiderHelper

任务队列式爬虫模板

xraytools's People

Contributors

cubeeeee avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.