首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
您找到你想要的搜索结果了吗?
是的
没有找到

一些免费的学习资源 原

HTML5 Canvas编程:http://blog.csdn.net/column/details/canvas-programming.html GTK编程基础学习:http://blog.csdn.net/column/details/sjin-gtk.html Git学习系列:http://blog.csdn.net/column/details/git-lover.html git学习笔记:http://blog.csdn.net/column/details/gitnote.html Git深入体验:http://blog.csdn.net/column/details/gitexperience.html Git菜鸟变大神:http://blog.csdn.net/column/details/lilongsheng-git.html GitHub 漫游指南:http://github.phodal.com/ 全栈增长工程师指南:http://growth.phodal.com/ 全栈增长工程师实战:http://growth-in-action.phodal.com/ Phodal’s Idea实战指南:http://ideabook.phodal.com/ JavaScript 闯关记:https://github.com/stone0090/javascript-lessons css知多少:http://www.cnblogs.com/wangfupeng1988/p/4325007.html Docker入门教程:http://dockone.io/article/111 HTTP cookies 详解:http://bubkoo.com/2014/04/21/http-cookies-explained/ HTTP 接口设计指北:https://github.com/bolasblack/http-api-guide http2讲解:https://bagder.gitbooks.io/http2-explained/content/zh/ innodb源码分析:http://blog.csdn.net/column/details/innodb-zerok.html JavaScript Promise迷你书(中文版):http://liubin.org/promises-book/ JavaScript:http://blog.csdn.net/column/details/js-lyg.html JavaScript权威指南:http://blog.csdn.net/column/details/webcode.html JavaScript设计模式:http://blog.csdn.net/column/details/design-pattern-of-js.html JavaScript设计模式浅谈:http://blog.csdn.net/column/details/js-patterns.html LGCB:http://happypeter.github.io/LGCB/ linux基础与shell编程:http://blog.csdn.net/column/details/linux-world.html Linux内核读书笔记:http://blog.csdn.net/column/details/linuxnotes.html Linux入门及进阶:http://blog.csdn.net/column/details/dxmy-linux.html Nginx开发:http://blog.csdn.net/column/details/sknginx.html PHP程序员技术精粹:http://blog.csdn.net/column/details/phpjingcui.html PHP入门到精通:http://blog.csdn.net/column/details/phpspecialcolumn.html python3入门学习:http://blog.csdn.net/column/details/python-spider.html Python大法好:http://blog.csdn.net/column/details/python-master.html Python入门学习:http://blog.csdn.net/column/details/enjoypython.html Python学习笔记:http://blog.csdn.net/column/details/python-notes.html scala 从入门到入门+:https://segmentfault.com

04

CentOS 7 下 man 命令中文版的安装和使用

在学习Linux命令期间, 很多新手现在可能会想:“Linux系统中有那么多命令,我怎么知道某个命令是干嘛用的?在日常工作中遇到了一个不熟悉的Linux命令,我又怎样才能知道它有哪些可用参数呢?”,关于这一点Linux下的 man 命令就是为此而准备的, man 命令是Linux下的帮助指令,通过 man 指令可以查看Linux中的指令帮助、配置文件帮助和编程帮助等信息。但是对于很多英文水平有限的人来说学习起来有些困难,在此提供安装中文版 man 的详细步骤。当然英文水平不好是需要进行自我检讨的,希望在学习的时候利用中英文对照着来看。达到linux和英文一起进步的效果。本文就以最常用的centOS 7为例,讲解如何安装man的中文版。

03

树莓派安装Docker以及Portainer中文版

前段时间树莓派安装了Debian-Pi-Aarch64,这是一个基于树莓派的64位linux系统,功能比较多,基本上也是一款比较成熟的桌面产品了,但是系统占用的确比较严重,特别是安装一些程序的时候看设备状态CPU内存都快干满了,而且这个项目好像也暂停了。刚好我新换的固态也回来了,让我重新思考给他安装个灵魂。 去一些树莓派论坛社区,发现很多项目都是以官方的Raspberry Pi OS演示的,之前不安装是因为官方的系统只有32位的,虽然之前也出过64位的系统但是BUG比较多,随着树莓派4B硬件增加4G,8G内存版本,官方也在前段时间正式推出了64位的Linux系统,基于Debian 。树莓派也有Ubuntu的版本,但是真的很卡,还是在有固态的情况下。 思来想去,我还是选择了基于官方的64位系统,然后给他安装Docker,安装完毕后,我发现跑起来还是挺不错,毕竟很多电视盒子都能跑的不错。 安装Docker

03
领券