Vincent's Blog


  • Home

  • Categories

  • Archives

  • Tags

Node.js - url.parse

Posted on 2015-12-18   |   In Node
URL ParsingParsed URL objects have some or all of the following fields, depending on whether or not they exist in the URL string. Any parts that are n ...
Read more »

node 开发常用工具

Posted on 2015-12-18   |   In Node
express — framework express-generator — express template node-dev – auto relaunch forever — auto relaunch jshit — js grammer check node-inspector —- ...
Read more »

jQuery Plugin dotdotdot

Posted on 2015-12-18   |   In JS
import jquery.js and jquery.dotdotdot.js give the div height and width style using dotdotdot after databinding ex.<div id="testep" style="width:2 ...
Read more »

TypeScript on Node

Posted on 2015-12-18   |   In TypeScript
一些要装的npm express typescript tsd 当用es6 import 提示 D:/Vincent’s Working Folder/Tools/My Git/TypeScript_Node/app.ts(9,27): error TS2307: Cannot find mo ...
Read more »

Gulp Liveload Nodemon

Posted on 2015-12-18   |   In Node
Tutorial – How to use Livereload with Nodemon in Gulp to Automatically Reload your Browser and Restart your AppTask runnersare a wonderful thing to ha ...
Read more »

Angular First page

Posted on 2015-12-18   |   In JS
<!doctype html><html ng-app="firstApp"><head> <title>First AngularJS App</title></head><body> <div ...
Read more »

How to Upgrade Node.js via NPM

Posted on 2015-12-18   |   In Node
NPM is a package manager for nodejs and many other languages. Currently I was running nodejs version v0.10.37 on my system. I was in required to insta ...
Read more »

Gulp For Sass

Posted on 2015-12-18   |   In Tools
Unsurprisingly, Sass compilation with LibSass Generating sourcemaps for easier debugging Prefixing CSS with Autoprefixer Generating Sass documentatio ...
Read more »

Hello World

Posted on 2015-12-18
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...
Read more »

AutomaticFocus

Posted on 2015-12-18   |   In JS
XboxJS.UI.AutomaticFocus.focusRoot body标签 下包含class=“win-focusable” 的元素为焦点导航区域,但会排除一些条件 Elements that have the disabled property set Windows Library ...
Read more »
<i class="fa fa-angle-left"></i>1…2829
Vincent Guo

Vincent Guo

the blog to remeber all things about code

290 posts
44 categories
103 tags
RSS
github twitter facebook google weibo
Links
  • KunLin
  • Rx Introduction
  • 三哥
  • 元龙
© 2024 Vincent Guo
Powered by Hexo
Theme - NexT.Mist