Coder Social home page Coder Social logo

toolkit's Introduction

工具集

将常用web工具实现

已实现功能

  • 编码解码
    • base64编码
    • MD5加密
    • 格式化json数据
    • URL编码
    • Unix时间戳转换
    • UTF-8转码
  • 颜色板
  • 加密解密
    • AES
  • 用户端信息
    • 获取本机IP
    • 获取本机浏览器信息

下步实现功能

  • WHOIS

  • 在线生成特定尺寸图片

  • 正则表达式检测

  • 测试本机网速

  • 在线反编译APK,支持下载

  • 图表,支持下载,包括文字云常用图表

  • 在线执行JS脚本

提新功能?

欢迎提Issue

Tech Stack

模块 功能
expressjs 框架
express-art-template 模板引擎
log4js 日志框架
admin-lte 响应式管理模板
mocha 测试框架
clipboardjs 剪贴板

toolkit's People

Stargazers

Wang WenHua  avatar

Watchers

James Cloos avatar Alan.He avatar

toolkit's Issues

引入持续集成

现在的部署发版流程是:

  • ftp将程序文件传到vps
  • 手动将文件拷贝到www项目下
  • 重启服务

增加特定尺寸图片转换功能

  1. 可以点击+号增加,默认尺寸保持原比例,但支持打破
  2. 如果是多 尺寸的,下载应该是个包
  3. 支持图片名称修改
  4. 支持图片类型选择

如何实现在线反编译

  1. 上传apk包
  2. 后端执行反编译,生成项目文件夹
  3. 执行压缩命令,生成压缩包
  4. 前端下载压缩包

模板引擎由ejs切换到art-template

esj用于布局非常不灵活,一两个页面还可以,但是作为站点系统,视图模板层的复用就非常吃力。
查看expressjs官网,对于模板引擎的支持有这样一段话.
Some popular template engines that work with Express are Pug, Mustache, and EJS. The Express application generator uses Jade as its default, but it also supports several others.

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.