我的计网试验报告;
详细代码见我的GitHub仓库。
more >>小白特别白
信息爆炸的时代区分专业领域人才的最好工具便是对概念的深刻掌握和理解吧?
记老师在数据结构课上讲过的笑话:
在面试时,面试官问,你觉得你的C++怎么样?
答曰,我精通C++
那,你能解释一下多态的概念吗?
…
你会使用git 吗?
会啊,push/pull/fetch/clone/branch/checkout就完了。
真的如此吗?
more >>The notion of Internet and www seems to be the substitution for each other. However, the www a.k.a world wide web is built on the top of the Internet network.
如果说互联网(Internet)是数据传输的管道,各个建立在互联网之上的程序(其实这里application 理解成更广义上的程序会更好)都会使用。那么,www is the biggest application built on the Internet, and it is a huge distributed application running on millions of servers worldwide.
We use web browser to get access to the www, the web application.
more >>tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true