Pinned Repositories
afhq
类似于腾讯手机管家,360安全卫士等软件系。可以进行木马扫描,网络端口扫描,支付环境扫描,漏洞检测,短信电话拦截,垃圾清理,和手机防盗,利用反射和内容提供者实现电话短信拦截,采用iptable实现网络拦截过滤
Answer
移动端的考试系统源码,实现做题,查看解析,提交答案的流程操作,采用任务栈的形式显现做题原理。android考试系统源码,模拟考试答题 欢迎star, 本系统目前版本是离线版本,模拟做题都是通过写死的,在后期的维护中将通过搭建后台服务器,显现动态做题,以及不同学科的做题,当然,也是开源的,喜欢的小伙伴也可以继续关注,有你想不到的以为哦
go_game_server
m-db
This project is based on the mongodb driver package development, which greatly simplifies the native API and enables developers to focus on the business itself. The project uses an annotation style pattern that simplifies configuration like XML.
pki
一个pki证书申请,审核和证书下载安装的管理系统软件,通过调用java自带的工具,将证书信息保存到数据库,将生成的证书保存到服务器,以便于下载和导入使用,采用公钥和私钥认证方式的算法,生成CAI证书格式。
pki-new
pki-new
redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
Sakura
该项目采用一站式噪音检测,音波分析,给出建议和数据可视化的集中式管理系统,采用不同的检测算法,获得不同的频率,根据频率数据进行实时采样,做出波形图,根据波形图,分析噪音情况,给出健康的建议,项目采用Android基于eclipse工作环境下开发。
sj
本项目是一个基于springMVC的图书管理系统设计,主要是学习springMVC模式开发。框架的搭建,数据库mysql的整合,缓存redis的使用规则和编程的习惯,系统采用springMVC整合hibernate,实现个人信息维护,图书信息维护,学生登录系统借书,还书,在线阅读灯基本操作,采用账号进行检测是否学生是否毕业或只是还没有进行实名制注册,系统采用过滤器进行拦截登录。http://ftp.sjtu.edu.cn/centos/7.6.1810/isos/x86_64/CentOS-7-x86_64-DVD-1810.iso
twjitm-core
采用Netty信息加载实现长连接实时通讯系统,客户端可以值任何场景,支持实时http通讯、webSocket通讯、tcp协议通讯、和udp协议通讯、广播协议等 通过http协议,rpc协议。 采用自定义网络数据包结构, 实现自定义网络栈。
twjitm's Repositories
twjitm/afhq
类似于腾讯手机管家,360安全卫士等软件系。可以进行木马扫描,网络端口扫描,支付环境扫描,漏洞检测,短信电话拦截,垃圾清理,和手机防盗,利用反射和内容提供者实现电话短信拦截,采用iptable实现网络拦截过滤
twjitm/Answer
移动端的考试系统源码,实现做题,查看解析,提交答案的流程操作,采用任务栈的形式显现做题原理。android考试系统源码,模拟考试答题 欢迎star, 本系统目前版本是离线版本,模拟做题都是通过写死的,在后期的维护中将通过搭建后台服务器,显现动态做题,以及不同学科的做题,当然,也是开源的,喜欢的小伙伴也可以继续关注,有你想不到的以为哦
twjitm/twjitm-core
采用Netty信息加载实现长连接实时通讯系统,客户端可以值任何场景,支持实时http通讯、webSocket通讯、tcp协议通讯、和udp协议通讯、广播协议等 通过http协议,rpc协议。 采用自定义网络数据包结构, 实现自定义网络栈。
twjitm/pki
一个pki证书申请,审核和证书下载安装的管理系统软件,通过调用java自带的工具,将证书信息保存到数据库,将生成的证书保存到服务器,以便于下载和导入使用,采用公钥和私钥认证方式的算法,生成CAI证书格式。
twjitm/pki-new
pki-new
twjitm/twjitm
项目基于idea工作环境搭建的框架,添加mybatis3,spring4,springmvc4,以及redis。主要实现通过注解和反射自定义netty私有协议栈,实现在一条socket通道上传递不同的消息,采用支持tcp,udp和http协议
twjitm/m-db
This project is based on the mongodb driver package development, which greatly simplifies the native API and enables developers to focus on the business itself. The project uses an annotation style pattern that simplifies configuration like XML.
twjitm/architect-awesome
后端架构师技术图谱
twjitm/Deep-RL-for-Portfolio-Optimization
Deep Reinforcement Learning for Portfolio Optimization
twjitm/gameServer-RTM-client
twjitm/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
twjitm/go_game_server
twjitm/afl-training
Exercises to learn how to fuzz with American Fuzzy Lop
twjitm/distribution-demo
distribution-demo
twjitm/eks-workshop-sample-api-service-go
Sample Kubernetes service used in the EKS Workshop CI/CD CodePipeline module
twjitm/etcd
Distributed reliable key-value store for the most critical data of a distributed system
twjitm/flatbuffers
FlatBuffers: Memory Efficient Serialization Library
twjitm/flink
Apache Flink
twjitm/gameServer-RTM
twjitm/go-deadlock
Online deadlock detection in go (golang)
twjitm/go-demo
twjitm/gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON
twjitm/incubator-skywalking
A distributed tracing system, and APM ( Application Performance Monitoring )
twjitm/m-db-test
m-db 使用测试
twjitm/mongo
The MongoDB Database
twjitm/pulsar
Apache Pulsar - distributed pub-sub messaging system
twjitm/slg_hex_tile
twjitm/twjitm-docker
twjitm/websocket
A fast, well-tested and widely used WebSocket implementation for Go.
twjitm/zookeeper
Mirror of Apache Hadoop ZooKeeper