Giter VIP home page Giter VIP logo

DefengWang's Projects

account-bank-query icon account-bank-query

1.传入银行卡号,获取银行 2.传入docx,替换文本 3.传入excel,替换文本

crontab icon crontab

在弹层界面中组合成crontab表达式,然后实时解析最近5条满足条件的时间(结果),整体可当做VUE组件使用,也可将解析方法单独拎出来。

etcd icon etcd

Distributed reliable key-value store for the most critical data of a distributed system

finger_mouse icon finger_mouse

finger controls your mouse,of course,you must have a camera

go-admin icon go-admin

基于Gin + Vue + Element UI & Arco Design & Ant Design 的前后端分离权限管理系统脚手架(包含了:多租户的支持,基础用户管理功能,jwt鉴权,代码生成器,RBAC资源控制,表单构建,定时任务等)3分钟构建自己的中后台项目;项目文档》:https://www.go-admin.pro V2 Demo: https://vue2.go-admin.dev V3 Demo: https://vue3.go-admin.dev Antd 订阅版:https://antd.go-admin.pro

go-storage icon go-storage

这是一个web文件存储平台,也是一个图床, 问:为何会有这个项目?为何会有这个项目? 在公司中,运维人员需要经常向后台录入图片或者文件,靠着本来的软件上传图片效率低,无法管理已经上传的图片,且无法做到多人协作。 这个都可以做到!!网页版比软件方便

gorequests icon gorequests

A golang HTTP client library. Salute to python requests.

lru-go icon lru-go

LRU(Least Recently Used)最近最少使用,相对于仅考虑时间因素的 FIFO 和仅考虑访问频率的 LFU,LRU 算法可以认为是相对平衡的一种淘汰算法。LRU 认为,如果数据最近被访问过,那么将来被访问的概率也会更高。LRU 算法的实现非常简单,维护一个队列,如果某条记录被访问了,则移动到队尾,那么队首则是最近最少访问的数据,淘汰该条记录即可。

mcube-demo icon mcube-demo

# 编译protobuf文件, 生成代码 $ make gen # 如果是MySQL, 执行SQL语句(docs/schema/tables.sql) $ make init # 下载项目的依赖 $ make dep # 运行程序 $ make run

pic-smaller icon pic-smaller

Pic Smaller – Compress WebP, PNG and JPEG images intelligently

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.