Giter VIP home page Giter VIP logo

vic's Projects

dragui icon dragui

基于vuedraggable.js + uni 的可视化拖拽编程,自动生成项目,自动生成代码,自行导入第三方组件

dubbox icon dubbox

Dubbox now means Dubbo eXtensions, and it adds features like RESTful remoting, Kyro/FST serialization, etc to the Dubbo service framework.

freecodecamp.cn icon freecodecamp.cn

The FreeCodeCamp.cn(FCC China) open source codebase and curriculum. Learn to code and help nonprofits.

guide icon guide

前言 成为一名专业程序员的道路上,需要坚持练习、学习与积累,技术方面既要有一定的广度,更要有自己的深度。 笔者作为一位tool mad,将工作以来用到的各种优秀资料、神器及框架整理在此,毕竟好记性不如烂键盘,此项目可以作为自己的不时之需。 本人喜欢折腾,记录的东西也比较杂,各方面都会有一些,内容按重要等级排序,大家各取所需。 这里的东西会持续积累下去,欢迎Star,也欢迎发PR给我。 目录 资料篇 技术站点 必看书籍 大牛博客 GitHub篇 工具篇 平台工具 常用工具 第三方服务 爬虫相关(好玩的工具) 安全相关 Web服务器性能/压力测试工具/负载均衡器 大数据处理/数据分析/分布式工具 Web前端 语言篇 Scala Java Python Swift .NET C & C++ 其他 游戏开发相关 日志聚合,分布式日志收集 RTP,实时传输协议与音视频 资料篇 技术站点 在线学习:Coursera、edX、Udacity、MIT公开课、MOOC学院、慕课网 Hacker News:非常棒的针对编程的链接聚合网站 Techmeme:美国知名科技新闻和博客聚集网站,类似的还有(Panda, Hacker & Designer News) Reddit - Programming板块:同上 Java牛人必备:Program Creek Stack Overflow:IT技术问答网站 SegmentFault:中文的技术问答社区 GitHub:全球最大的源代码管理平台,很多知名开源项目都在上面,如Linux内核,OpenStack等 码云:支持中文可免费创建私有项目的代码托管平台,可作为备选 LeetCode:来做做这些题吧,看看自己的算法水平如何?这可比什么面试宝典强多了。 LintCode:支持中文的编程题在线训练平台,可作为备选 Kaggle,Topcoder: 机器学习、大数据竞赛 掘金:高质量的技术社区 开发者头条 InfoQ:企业级应用,关注软件开发领域 V2EX: way to explore 国内老牌技术社区:OSChina、博客园、CSDN、51CTO 免费的it电子书:http://it-ebooks.info/ 在线学习:http://www.udemy.com/ 优质学习资源:http://plus.mojiax.com/ 代码练习:http://exercism.io/ a

ibase4j icon ibase4j

Spring,SpringBoot 2.0,SpringMVC,Mybatis,mybatis-plus,motan/dubbo分布式,Redis缓存,Shiro权限管理,Spring-Session单点登录,Quartz分布式集群调度,Restful服务,QQ/微信登录,App token登录,微信/支付宝支付;日期转换、数据类型转换、序列化、汉字转拼音、身份证号码验证、数字转人民币、发送短信、发送邮件、加密解密、图片处理、excel导入导出、FTP/SFTP/fastDFS上传下载、二维码、XML读写、高精度计算、系统配置工具类等等。

java-learning icon java-learning

旨在打造在线最佳的 Java 学习笔记,含博客讲解和源码实例,包括 Java SE 和 Java Web

javaalgorithm icon javaalgorithm

模仿Java标准库的一些API实现的算法库,包括了数据结构,字符串处理(StringBuilder),图(有向图)。原来是用Python实现的,但是Python实现的并没有经过完整的测试,不能够保证完全的正确性。 使用Java实现的集合库都经过完整的测试,实际上,我在实现的过程中基本上用的都是自己实现的数据结构。另外的一些算法和工具来自《程序员面试金典》和《剑指offer》中的习题。

jutils icon jutils

jutils,通用的Java工具类,主要包括基础工具类(时间、正则表达式、字符串、随机数等等),excel解析生成、word解析生成、文件操作、图片操作、敏感字、加解密等等。

lanqiao icon lanqiao

蓝桥杯竞赛练习题的题解(C/C++/Java)~-努力成为萌萌的程序媛~

mst icon mst

最全的Java面试题

netty icon netty

Netty project - an event-driven asynchronous network application framework

note icon note

常规Java工具,算法,加密,数据库,面试题,源代码分析,解决方案

note-of-interview icon note-of-interview

《互联网面试笔记》收集和分析互联网常见面试题,并将这些面试知识整理成文方便大家查阅。主要是面向java程序员,但基础知识部分不同语言程序员(c,c++,python等)都可以参考。

permutations icon permutations

Calculate the list of permutations for a given set, list, or array. Capable of operating on relatively large sets, with near-constant memory requirements.

play-videos-in-hdfs icon play-videos-in-hdfs

This project realizes playing videos storing in HDFS(Hadoop) in the web page online.在线播放HDFS中视频文件

readingnotes icon readingnotes

我的读书笔记,涉及C++、Java、计算机科普、各类文学作品、管理类等书籍,总结其中的知识点和精华,分享给大家,共同学习!!!

redis icon 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

remusic icon remusic

仿网易云音乐 安卓版,netease android,音乐播放器 在线 下载

restful-api icon restful-api

自动生成Restful风格CRUD接口框架,节约时间关注业务

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.