jackon.me jackon.me

jackon.me

Jackon.me

Source code, project demo and narcissism of a coder.

http://www.jackon.me/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR JACKON.ME

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

April

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.5 out of 5 with 10 reviews
5 star
5
4 star
5
3 star
0
2 star
0
1 star
0

Hey there! Start your review of jackon.me

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.8 seconds

CONTACTS AT JACKON.ME

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Jackon.me | jackon.me Reviews
<META>
DESCRIPTION
Source code, project demo and narcissism of a coder.
<META>
KEYWORDS
1 jackon me
2 navigation
3 hi there
4 discover my blog
5 abount me
6 搭建 python 开发环境
7 by jackon yang
8 on python
9 install
10 python 入门学习路线图与书目
CONTENT
Page content here
KEYWORDS ON
PAGE
jackon me,navigation,hi there,discover my blog,abount me,搭建 python 开发环境,by jackon yang,on python,install,python 入门学习路线图与书目,knowledge graph,vim plugin 原理,on vim,dev tools,all rights reserved
SERVER
nginx/1.4.6 (Ubuntu)
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Jackon.me | jackon.me Reviews

https://jackon.me

Source code, project demo and narcissism of a coder.

SUBDOMAINS

static.jackon.me static.jackon.me

Welcome to nginx!

If you see this page, the nginx web server is successfully installed and working. Further configuration is required. For online documentation and support please refer to nginx.org. Commercial support is available at nginx.com. Thank you for using nginx.

INTERNAL PAGES

jackon.me jackon.me
1

vim plugin 原理

http://www.jackon.me/posts/2013-03-18-principle-of-vim-plugin

Mon 18 March 2013. Vim 个性化设置与功能扩展均通过 script 来实现,这种 script 又叫 plugin。 Plugin 是 vim 的核心与精髓。 换句话说,所有的 plugin 都在配置 vim 的行为。 Vimrc 是核心 plugin (类似. 与其他编程语言一样,为了提高源文件的可读性,增加代码的可重用性等, 衍生出了 global/filetype/syntax/compile 等 4 中主要的 plugin。 Vim 通过路径区分 plugin 类型。 中, 与 vim 自带的配置文件隔离,方便备份。 Vim 查看默认 plugin 搜索路径 :set runtimepath? Runtimepath= /.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/ vim73,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after, /.vim/after. 一个更深入 filetype plugin 的例子. 同样是事件监听机制,区别...

2

python 入门学习路线图与书目

http://www.jackon.me/posts/python-learning-map

Wed 17 April 2013. 使用变量, 了解变量作用域, 命名规则. For / if 语句的基本用法. 学会最常用的一种用法即可. 基本数据结构的使用. list (array/vector), dict (map), set. 搞定以上问题, 就可以用代码解决实际问题了, 只是代码美与丑的区别. 有人说, 优美的 python 代码读起来像英语. 也有函数式编程的推崇者认为, 应该用 dict function 替代传统的 class. 代码是否优美, 与是否使用设计模式无关, 与是否面向对象更是没有必然联系. 没有一定的代码经验, 很难真正理解面向对象与 class. 至少需要几个 200 行代码的项目. 我想, 比学会语法更重要的是, 培养一个好的编程习惯和思路. 推荐 2 本书, 中英文版本, python2 / python3 版本皆有. 建议依次阅读. A byte of python. 大神, 著有另一本神书 a byte of vim. 我从这本书入门, 半年后, 再次翻阅, 主要根据目录反思当时的理解程度, 学习的误区. 收获很大.

3

搭建 Python 开发环境

http://www.jackon.me/posts/python-dev-env

Mon 02 September 2013. Python 主要包括 2.x 和 3.x 两个大版本,代码之间不兼容。 PATH 中添加 python 安装路径,默认为. Python setup.py install. 并解压 notes: 下载后缀为 .tar.gz 的 source. Python setup.py install. PATH 中添加 pip 的路径,默认为. 如果不配置, 命令行里输入 python / pip 时, 就会提示找不到 python 程序. 不更换盘符, 比如 C 盘切换到 C 盘的另一个路径, 使用. 更换盘符, 比如 C 盘切换到 D 盘. 先用. 切换盘符 然后在 D 盘内切换路径. Sudo apt-get install -y python python-setuptools python-dev $. Sudo easy install -U distribute $. Sudo apt-get install python-pip. 如果 python-dev 未安装, 使用 easy install or setup.py 时报错:.

4

About Me -- Jackon Yang

http://www.jackon.me/about

Jackon Yang, Web Developer. Passionate by Spider, Data Modeling and Visualization. 自由职业码农. 主要做创业项目的从 0 到 1. 产品, UI/UX, 前端开发, 后端开发. 技术栈 web 开发全栈(Python/js). 爬虫, 数据建模与可视化. 通过微信公众号, 将通知信息推送至个人微信. 无需认证公众号, 可群发. Http:/ static.jackon.me/. 私有 CDN 服务器. 主要存放通用的 js / css / font 文件. Django web 项目通用模板. 个人多个 django 项目的通用 setttings, accounts, admin 等代码积累. 多年使用 vim, 积累了一点 vimrc 配置. 从最初的大量使用插件, vundle 管理. 到现在只有少量的插件, 但是稳定, 能满足日常开发需要. Python, javascript, c/c , nginx conf. Linux / windows supported.

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

4

OTHER SITES

jackon-or-jamie.skyrock.com jackon-or-jamie.skyrock.com

Blog de Jackon-or-Jamie - Maman , Papa & Leila :: Je vous aime PLQAM - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Maman , Papa and Leila : Je vous aime PLQAM. Peax : C'est moi , Petit :). Statue : Parle Banane. Envie : D'être Avec Maman. 2 Degrés Mon Grand xD. Je n'arrive pas a la cheville du vrai Jackson. Mise à jour :. Abonne-toi à mon blog! Jamie Lucas Scott : 0.O veut Grandir en un Laps de temps. 8 Ans ( 21 Janvier ). Maman est la meilleurs x3. Tu Me Fait De La Pub? Ou poster avec :. Posté le mardi 17 février 2009 18:46. Modifié le samedi 25 avril 2009 06:30.

jackon.com jackon.com

jackon | Home

Energy efficient and smart solutions. Energy efficient and smart solutions. Energy efficient and smart solutions. Energy efficient and smart solutions. JACKON provides a wide range of building products made from EPS (expanded polystyrene) and XPS (extruded polystyrene foam) for floors, walls, ceilings, railways and sports arenas - as well as complete building systems with suitable accessories. All products are developed in line with energy efficiency and technical building regulations. It is our goal to ...

jackon.de jackon.de

Jackon GmbH | Home

The vision at Jackon GmbH is to lead the market in supply of EPS grades offering unrivalled quality and consistency especially to the packaging and cool chain industry. To be aware of developments in our market and to drive forward the industry through in depth understanding of customer needs as well as environmental issues. Jackon EPS is a perfect material for packaging applications. The fantastic shock absorbing characteristics make it ideal for transport of high value as well as delicate products.

jackon.dk jackon.dk

Jackon | Forside

Jackon Super EPS 80 facadeplader. Anderledes brug af Jackon's produkter. BR15 - Det nye Bygningsreglement. Udvendig efterisolering og dræn. Forspringet ligger i udviklingen! Et gennembrud i kampen mod fugt. Energivenlige og gennemtænkte løsninger i hele byggeriet. Renovere, bygge til eller efterisolere? Komplette og trygge løsninger til alle. Kundetilpassede produkter, der skaber værdi. Job hos Jackon Danmark A/S. Se de aktuelle stillingsannoncer her. Et gennembrud i kampen mod fugt!

jackon.dorocell.se jackon.dorocell.se

Jackon AB - Dorocell AB

För att komma till vår webb för. Dorocell byggsystem klicka på loggan ovan. För att komma till vår webb för. Bygg och industri klicka på loggan ovan.

jackon.me jackon.me

Jackon.me

Welcome to Jackon.me! Source code, project demo and narcissism of a coder. Mon 02 September 2013. Win7 / ubuntu 下 Python 开发环境搭建. Wed 17 April 2013. 我眼中比较优质的 python 入门书籍, 学习路线图. Mon 18 March 2013. Vim 个性化设置与功能扩展均通过 script 来实现,这种 script 又叫 plugin。

jackon.no jackon.no

Jackon | Forside

Vann og avløp (VA). Salg industri / fisk. Forspranget ligger i utviklingen. Vi har produktene og løsningene. Siste nytt fra Jackon. Bygge på, bygge til eller isolere? Standard og spesialemballasje til hele industrien. Isolerende og robust emballasje til fisk og skalldyr. Følg oss på facebook. Hold deg oppdatert og få svar på dine spørsmål. Her kan du finne produkter og beregne hvor mye du trenger til ditt prosjekt. Våre produkter selges gjennom byggevareforhandlere og rørgrossister over hele landet.

jackon.se jackon.se

Jackon | Förstasidan

Distriktschefer Emballage och Industri. Ett genombrott i kampen mot fukt, klicka för att se film. XPS skivor i tjocklek 120-320 mm. Kantelementet som ger dig en förhöjd sockel i t.ex. garage. Vi har produkterna och lösningarna. Energieffektiva och genomtänkta lösningar för hela byggnationen. Bygga på, bygga till eller efterisolera? Kompletta och trygga lösningar för alla. Standard och special lösningar för alla industrier. Här kan du enkelt finna vilka produkter och hur mycket du behöver till ditt projekt.

jackonaayo.wordpress.com jackonaayo.wordpress.com

jackonaayo

On GUD CURVES WELCOME. On GUD CURVES WELCOME. On GUD CURVES WELCOME. September 28, 2014. Blog at WordPress.com. Create a free website or blog at WordPress.com.

jackonabike.ca jackonabike.ca

Jack On A Bike - Touring Cyclist & Freelance Writer.

Jack On A Bike. Reflecting on an Overnight Trip. August 30, 2015. August 30, 2015. Friday morning, I left the house at 7:45AM bound for Moncton, NB. I had few plans, but one was a visit to a bike shop to get some new brake pads, as I’d realised a few days ago that mine were cl. An ‘over-weekender’ and the Atlantic Nationals! July 12, 2015. July 13, 2015. It’s been late coming, but I have finally conducted an overnight (well, more of an over-weekend) trip! I Want To See The World – Movie Review. On Now a ...

jackonaboat.com jackonaboat.com

jackonaboat.com -&nbspThis website is for sale! -&nbspjackonaboat Resources and Information.

This domain is expired. For renewal instructions please click here.