个人主页
进击的皇虫

进击的皇虫 (@admin)

  • 加入网站 2353
  • 连续签到 1
  • 最高连签 222
  • 累计签到 1138
  • 今日阅读 0 小时 00 分钟
  • 本周阅读 0 小时 39 分钟
  • 本月阅读 2 小时 35 分钟
  • 累计阅读 563 小时 12 分钟
  • Rails 实践

    本书通过一个在线网店程序的开发过程,带领大家了解 Rails 全貌。第一章,我们安装 Ruby 和 Rails 的开发环境,并学习如何设计项目 UI。第二章,我们讲解 Rails 中的资源含义,学习 Rails 如何实现 REST 风格架构,感受 Rails 的快捷开发。第三章,我们关注 Rails 的视图,从页面部分开始了解 MVC 框架。第四章,我们关注数据库部分,讲解 Rails 中的 M。第五章,我们在了解控制器的同时,完成我们网店的购买功能。第六章,我们学习 Rails 中的各种配置,并将它在云服务器上部署运行。
  • Conduit官方文档中文版

    Conduit是由Buoyant公司开发的面向Kubernetes的新一代超轻量Service Mesh开源项目。
  • DeepLearning.ai Courses Notes(英文)

    This repository contains my personal notes and summaries on DeepLearning.ai specialization courses. I’ve enjoyed every little bit of the course hope you enjoy my notes too.
  • A Guide to Porting C/C++ to Rust(英文)

    This book is for people familiar with C or C++ who are thinking of using Rust.
  • Databricks Spark 知识库

    Databricks Spark 知识库简体中文版
  • Hacks and Notes(英文)

    The content of this compilation is about my notes on Software Development and other hacks. I mainly write for me, although by making it public I think others can enjoy this work as well.
  • Kivy中文编程指南

    Kivy 是一个开源的 Python 框架,用于快速开发应用,实现各种当前流行的用户界面,比如多点触摸等等。 Kivy 可以运行于 Windows, Linux, MacOS, Android, iOS 等当前绝大部分主流桌面/移动端操作系统。
  • How To Create Single Page Application in minutes(英文)

    This is a demo and a tutorial showing how to develop an application using Yii 2.0 for creating REST API and then using it from UI built with AngularJS.
  • Unix Persons Guide to Powershell(英文)

    This e-book is intended as a 'Quick Start' guide to PowerShell for people who already know Bash or one of the other Unix shells.
  • Secrets of Powershell Remoting(英文)

    Introduced in Windows PowerShell 2.0, Remoting is one of PowerShell's most useful, and most important, core technologies. It enables you to run almost any command that exists on a remote computer, opening up a universe of possibilities for bulk and remote administration.