Pinned Repositories
Beerus
Beerus is a web framework developed entirely in go, Based on net/http, it extends the management of routes, adds interceptors, session management, receiving parameters with struct, parameter validation, etc. It also provides WebSocket support to upgrade the http protocol to WebSocket and implement communication.
Beerus-DB
Beerus-DB is a database operation framework, currently only supports Mysql, Use [go-sql-driver/mysql] to do database connection and basic operations, based on this do a lot of extensions, such as, connection pool management, multiple data sources, transaction management, single table no sql operation, multiple tables and complex operations can write their own sql, sql support {} placeholder, can use struct as parameters to operate the database, etc.
Magician-Http
Magician is a small HTTP service package based on Netty that makes it very easy to start an http service, and also supports WebSocket, using annotated configuration Handler, If you want to develop an http service with netty but find it cumbersome, then Magician may help you.
Magician-JDBC
Magician-JDBC is the official JDBC component of Magician, supporting multiple data sources, no sql single table operations, complex operations can write sql, transaction management, etc.
Magician-Web
Magician-Web is the official web component of Magician, which can easily manage Controllers, support interceptors, session management, annotated parameter validation, entity class receiving parameters, etc.
Magician-Scanning
Magician-Scanning is a toolkit developed in Java for scanning blockchains, which can be used to monitor transactions according to the needs of developers, and it plans to support three chains, ETH (BSC, POLYGON, etc.), SOL and TRON
Magician-Example
Mars-Example
Mars-Java usage example
Martian-Component
Martian 的组件库
Martian-gateway
Martian的官方网关组件
yuyenews's Repositories
yuyenews/Mars-Example
Mars-Java usage example
yuyenews/Martian-gateway
Martian的官方网关组件
yuyenews/Magician-Example
yuyenews/Martian-Component
Martian 的组件库
yuyenews/my-contract
基于Truffle+infura 开发的以太坊智能合约,符合ERC20协议,【仅仅是一个demo,给小白照葫芦画瓢用的,抄一遍就可以快速摸到一点点门道】------Magician出品
yuyenews/Mars-Cloud-Example
Mars-Cloud usage example
yuyenews/Mars-gateway-example
网关的 示例
yuyenews/dubbo
Apache Dubbo is a high-performance, java based, open source RPC framework.
yuyenews/FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
yuyenews/go-ethereum
Official Go implementation of the Ethereum protocol
yuyenews/HarmonyOS
A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。
yuyenews/linux
Linux kernel source tree
yuyenews/Magician-Web-Example
yuyenews/Martian-newExample
yuyenews/NodeBB
Node.js based forum software built for the modern web
yuyenews/spring-boot
Spring Boot
yuyenews/spring-framework
Spring Framework
yuyenews/uniswap-interface-v2
🦄 An open source interface for the Uniswap protocol
yuyenews/uniswap-lib-truffle
📖 Solidity libraries that are shared across Uniswap contracts
yuyenews/uniswap-v2-core-truffle
🎛 Core smart contracts of Uniswap V2
yuyenews/uniswap-v2-periphery-truffle
🎚 Peripheral smart contracts for interacting with Uniswap V2
yuyenews/uniswap-v3-core-truffle
🦄 🦄 🦄 Core smart contracts of Uniswap v3
yuyenews/uniswap-v3-periphery-truffle
🦄 🦄 🦄 Peripheral smart contracts for interacting with Uniswap v3
yuyenews/yuyenews-Magician-JDBC-Example