-
使用Node开发网站 中级篇
写在学习之前学完基础的node知识以后,通过实践来进一步的加深对nodejs的理解加深对一个东西的理解,最好的方法就是动手去做一个真实的项目,踩过很多坑之后,才算是对一个东西的真正掌握。进击的Nodejsnodejs也好,javascript也好,之所以可以火起来的原因,个人认为是因为有了插件这个概念。自己在上大学的时候,也学习过javascript的东西,但是当时只是一个脚本语言,并没有太强大的功能,这次重新学习之后,发现本质上其实是一样的,但是一些很漂亮的效果都是通过插件这种形式,使得...…
-
使用Node开发网站 基础篇
Bootstrap 包含了一个响应式的、移动设备优先的、不固定的网格系统,可以随着设备或视口大小的增加而适当地扩展到 12 列。它包含了用于简单的布局选项的预定义类,也包含了用于生成更多语义布局的功能强大的混合类。现在 Bootstrap 在中型设备中,会查找带有 md 的类,并使用它们。在大型设备中,会查找带有 lg 的类,并使用它们。sm表示小型设备bootstrap有一个网格布局Bootstrap 使用 Helvetica Neue、 Helvetica、 Arial 和 sans-...…
-
BLE蓝牙开发笔记
低功耗蓝牙开发笔记…
-
Ubuntu下录制屏幕,并转换为gif图片格式
录制屏幕sudo add-apt-repository ppa:maarten-baert/simplescreenrecordersudo apt updatesudo apt install simplescreenrecorder启动simplescreenrecorder就可以录制屏幕了。将录像文件转换为图片ffmpeg -i video.mp4 -r 5 'frames/frame-%03d.jpg'亲测可用…
-
nodejs, npm学习
Node.js 就是运行在服务端的 JavaScriptNPM是随同NodeJS一起安装的包管理工具安装sudo apt instal nodejssudo apt install npmhttps://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-16-04查看版本nodejs -vnpm -v运行一个nodejs程序(交互模式)$ nodejs> console.log("Hel...…
-
第一篇博客
折腾好久,终于把这个博客搞起来了,以后用这个平台多多记录自己的所思所想,同时总结归纳一下曾经做过的事情。2018-08-01 于川崎…
-
Hello World - Vno
What’s thisVno Jekyll is a theme for Jekyll. It is a port of my Ghost theme vno, which is originally developed from Dale Anthony’s Uno.Usage$ git clone https://github.com/onevcat/vno-jekyll.git your_site$ cd your_site$ bundler install$ bundler exe...…
-
Sample Post
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-r...…