GithubHelp home page GithubHelp logo

mbyase's Projects

weekly-fe-interview icon weekly-fe-interview

每周十道前端大厂面试题,并收集大家在大厂面试中遇到的难题,一起共同成长。

weloveinterns icon weloveinterns

中科院软件所XLab机器人组(重德智能科技有限公司)实习生社区

wenyan-lang icon wenyan-lang

文言文編程語言 A programming language for the ancient Chinese.

wf-mproduct icon wf-mproduct

项目说明 renren-security是一个轻量级权限管理系统,其核心设计目标是开发迅速、学习简单、轻量级、易扩展 使用renren-security搭建项目,只需编写30%左右代码,其余的代码交给系统自动生成 一个月的工作量,一周就能完成,剩余的时间可以陪家人、朋友、撩妹、钓凯子等,从此踏入高富帅、白富美行业 具有如下特点 轻量级的权限系统,只涉及Spring、Shiro、Mybatis后端框架,降低学习使用成本 友好的代码结构及注释,便于阅读及二次开发 支持HTML、JSP、Velocity、Freemarker等视图,零技术门槛 灵活的权限控制,可控制到页面或按钮,满足绝大部分的权限需求(如需控制到按钮级别,需使用Shiro标签,控制按钮的显示或隐藏) 页面交互使用Vue2.x,极大的提高了开发效率 完善的代码生成机制,可在线生成entity、xml、dao、service、html、js代码,减少70%以上的开发任务 引入quartz定时任务,可动态完成任务的添加、修改、删除、暂停、恢复及日志查看等功能 引入路由机制,刷新页面会停留在当前页 如何交流、反馈、参与贡献? 项目主页:http://www.renren.io/open/ 开发文档:http://www.renren.io/open/doc.html oschina仓库:http://git.oschina.net/babaio/renren-security github仓库:https://github.com/sunlightcs/renren-security 编程入门教程:http://www.renren.io 官方QQ群:324780204、145799952 如需关注项目最新动态,请Watch、Star项目,同时也是对项目最好的支持 技术讨论、二次开发等咨询、问题和建议,请移步到QQ群324780204、145799952,我会在第一时间进行解答和回复! 技术选型: 核心框架:Spring Framework 4.2 安全框架:Apache Shiro 1.3 视图框架:Spring MVC 4.2 持久层框架:MyBatis 3.3 定时器:Quartz 2.2 数据库连接池:Druid 1.0 日志管理:SLF4J 1.7、Log4j 页面交互:Vue2.x 软件需求 JDK1.7+ MySQL5.5+ Tomcat7.0+ Maven3.0+ 本地部署 通过git下载源码 创建数据库renren-security,数据库编码为UTF-8 执行doc/db.sql文件,初始化数据 修改db.properties文件,更新MySQL账号和密码 Eclipse、IDEA执行【clean package tomcat7:run】命令,即可运行项目 项目访问路径:http://localhost 非Maven方式启动,则默认访问路径为:http://localhost:8080/renren-security 建议使用阿里云的Maven仓库: <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mirror>

whatiswhat icon whatiswhat

WhatIsWhat:一个全语音交互的知识探索APP

windeye icon windeye

# windeye 风眼:智能监控的安全管家 我们正式开源这款产品,目前开源的代码为最新版,与商业版无任何差别。

workflow icon workflow

C++ Programming Paradigm with Asynchronous Networking

wsl2-linux-kernel icon wsl2-linux-kernel

The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)

wtf icon wtf

The personal information dashboard for your terminal.

wtfpython icon wtfpython

A collection of surprising Python snippets and lesser-known features.

wtfpython-cn icon wtfpython-cn

wtfpython的中文翻译/施工结束/ 能力有限,欢迎帮我改进翻译

wukong-robot icon wukong-robot

🤖 wukong-robot 是一个简单、灵活、优雅的中文语音对话机器人/智能音箱项目。

wxpy icon wxpy

微信机器人 / 可能是最优雅的微信个人号 API ✨✨

x-bot icon x-bot

一个自己设计的超迷你写字机器人,软件、电路、结构完全开源。

x-deeplearning icon x-deeplearning

An industrial deep learning framework for high-dimension sparse data

x-track icon x-track

A GPS bicycle speedometer that supports offline maps and track recording

xiaoxinsmarthome icon xiaoxinsmarthome

语音控制的智能家居系统,实现使用android端来远程控制LED灯和收集温湿度传感器信息,图表展示温湿度走势

xlnet icon xlnet

XLNet: Generalized Autoregressive Pretraining for Language Understanding

yolo-v5 icon yolo-v5

:art: Pytorch YOLO v5 训练自己的数据集超详细教程!!! :art: (提供PDF训练教程下载)

yoloall icon yoloall

YoloAll is a collection of yolo all versions. you you use YoloAll to test yolov3/yolov5/yolox/yolo_fastest

yolov3 icon yolov3

YOLOv3 in PyTorch > ONNX > CoreML > iOS

yolov3-point icon yolov3-point

从零开始学习YOLOv3教程解读代码+注意力模块(SE,SPP,RFB etc)

yolov5 icon yolov5

YOLOv5 in PyTorch > ONNX > CoreML > iOS

yolov7 icon yolov7

🔥🔥🔥🔥 YOLO with Transformers and Instance Segmentation, with TensorRT acceleration! 🔥🔥🔥

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.