blog.yangyubo.com blog.yangyubo.com

blog.yangyubo.com

Blog | Life @ Refactoring

S Life @ Refactoring. Aug 20, 2012. Jul 30, 2012. Jul 27, 2012. Jul 26, 2012. 理解 django.contrib.staticfiles. Jul 23, 2012. 类 GitHub 通知的 Django 站内提醒 app. Sep 6, 2010. 翻译) Mercurial .hgignore 格式说明. Hg 格式说明翻译, 源自官方手册. Apr 13, 2010. Mar 28, 2010. 使用静态分析 / 动态调试帮 TX 分析某软件的网络传输加密算法后的一些纪要. Mar 12, 2010. Subversion 1.7 - CVCS 和 DVCS 开始走向融合. Subversion 1.7 的一些重要新特性. Sep 22, 2009. Ubuntu 新秀 - Linux Mint. 薄荷 - 又一个基于 Ubuntu 的发行版, 缺省安装丰富的第三方软件包, 开箱即用, 适合初学者. Powered by static blog generator Blogdown.

http://blog.yangyubo.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.YANGYUBO.COM

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: 3.8 out of 5 with 9 reviews
5 star
5
4 star
1
3 star
1
2 star
0
1 star
2

Hey there! Start your review of blog.yangyubo.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.6 seconds

FAVICON PREVIEW

  • blog.yangyubo.com

    16x16

  • blog.yangyubo.com

    32x32

  • blog.yangyubo.com

    64x64

  • blog.yangyubo.com

    128x128

CONTACTS AT BLOG.YANGYUBO.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Blog | Life @ Refactoring | blog.yangyubo.com Reviews
<META>
DESCRIPTION
S Life @ Refactoring. Aug 20, 2012. Jul 30, 2012. Jul 27, 2012. Jul 26, 2012. 理解 django.contrib.staticfiles. Jul 23, 2012. 类 GitHub 通知的 Django 站内提醒 app. Sep 6, 2010. 翻译) Mercurial .hgignore 格式说明. Hg 格式说明翻译, 源自官方手册. Apr 13, 2010. Mar 28, 2010. 使用静态分析 / 动态调试帮 TX 分析某软件的网络传输加密算法后的一些纪要. Mar 12, 2010. Subversion 1.7 - CVCS 和 DVCS 开始走向融合. Subversion 1.7 的一些重要新特性. Sep 22, 2009. Ubuntu 新秀 - Linux Mint. 薄荷 - 又一个基于 Ubuntu 的发行版, 缺省安装丰富的第三方软件包, 开箱即用, 适合初学者. Powered by static blog generator Blogdown.
<META>
KEYWORDS
1 yang yubo
2 blog
3 archive
4 tags
5 django taggit 和中文逗号
6 让 django taggit 允许使用中文逗号作为标签字符串的分割符
7 ssh 反向隧道
8 介绍如何通过 dmz,让公网访问内网服务器
9 python 包工具之间的关系
10 梳理当前繁杂的 python 包相关工具链
CONTENT
Page content here
KEYWORDS ON
PAGE
yang yubo,blog,archive,tags,django taggit 和中文逗号,让 django taggit 允许使用中文逗号作为标签字符串的分割符,ssh 反向隧道,介绍如何通过 dmz,让公网访问内网服务器,python 包工具之间的关系,梳理当前繁杂的 python 包相关工具链,如何维护好 django 项目中的静态资源文件,django notifications,啃一口 苹果,每个程序员都应该有一台 mac,win32 逆向工程纪要,laquo; previous,feed
SERVER
nginx/1.10.3 (Ubuntu)
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Blog | Life @ Refactoring | blog.yangyubo.com Reviews

https://blog.yangyubo.com

S Life @ Refactoring. Aug 20, 2012. Jul 30, 2012. Jul 27, 2012. Jul 26, 2012. 理解 django.contrib.staticfiles. Jul 23, 2012. 类 GitHub 通知的 Django 站内提醒 app. Sep 6, 2010. 翻译) Mercurial .hgignore 格式说明. Hg 格式说明翻译, 源自官方手册. Apr 13, 2010. Mar 28, 2010. 使用静态分析 / 动态调试帮 TX 分析某软件的网络传输加密算法后的一些纪要. Mar 12, 2010. Subversion 1.7 - CVCS 和 DVCS 开始走向融合. Subversion 1.7 的一些重要新特性. Sep 22, 2009. Ubuntu 新秀 - Linux Mint. 薄荷 - 又一个基于 Ubuntu 的发行版, 缺省安装丰富的第三方软件包, 开箱即用, 适合初学者. Powered by static blog generator Blogdown.

INTERNAL PAGES

blog.yangyubo.com blog.yangyubo.com
1

理解 django.contrib.staticfiles | Life @ Refactoring

http://blog.yangyubo.com/2012/07/26/django-staticfiles

S Life @ Refactoring. 理解 django.contrib.staticfiles. Written on Thursday, July 26, 2012. Django 1.3 包含了一个新的 APP. 的使我们可以将静态文件分配到 APP 目录或任意你指定的目录,分发 APP 时就更为方便了。 Django.contrib.staticfiles 文档. MEDIA XXX 和 STATIC XXX 配置项的区别. 在 Django 1.3 中,. 如果是从 1.3 之前的代码迁移过来,启用代码如下. Django.core.context processors.static. 在生产环境下,集中存放静态资源有用利于使用 Lighttpd / Nginx 托管静态资源。 ADMIN MEDIA PREFIX 配置项. STATIC URL } css/core.css. Django.contrib.staticfiles.urls. Django.contrib.staticfiles.finders.FileSystemFinder.

2

django-notifications | Life @ Refactoring

http://blog.yangyubo.com/2012/07/23/django-notifications-hq

S Life @ Refactoring. Written on Monday, July 23, 2012. GitHub 站内提醒的功能非常简单实用,当有人向你发起 pull request 的时候,登上 GitHub 会收到站内通知,在右上角还会显示未读的通知数目。 较为符合要求,但它更接近与站内信 比如豆瓣的豆邮 ,用它来实现提醒功能既不灵活 缺少对 主谓宾结构. 在 PyPI 上的名字是 django-notifications-hq. 的实现,增加了两个字段 - 事件接收者 recipient 和是否已读 readed。 使用也很简单,就 4 个 API. Notification.objects.get().mark as read(). Notification.objects.mark all as read(recipient). Notify.send(request.user, verb='created comment', action object=comment, target=group). App 放在 GitHub 上.

3

Yang Yubo | Life @ Refactoring

http://blog.yangyubo.com/about

S Life @ Refactoring. Blog comments powered by Disqus. Content licensed under the Creative Commons attribution-noncommercial-sharealike License. Powered by static blog generator Blogdown.

4

(翻译) Mercurial .hgignore 格式说明 | Life @ Refactoring

http://blog.yangyubo.com/2010/09/06/mercurial-hgignore

S Life @ Refactoring. 翻译) Mercurial .hgignore 格式说明. Written on Monday, September 6, 2010. 原文: hgignore - syntax for Mercurial ignore files. Vadim Gelfer vadim.gelfer@gmail.com. 的文件, 它决定了 hg 在搜索未入库托管文件时的行为. Mercurial 版本库工作目录下总会有一些文件是不应该被托管的. 这些文件包括编辑器产生的备份文件, 以及编译器生成的构建文件. 这些文件可以通过罗列在. 必须手工创建. 通常我们应该把它也放到版本库托管, 以便这些设置能够随着. 一个未托管的文件, 如果其相对路径 (相对于版本库根目录) 或相对路径的前缀路径, 匹配上. 文件中的任一模式规则, 则将被 hg 忽略. 另外, Mercurial 还支持用户或全局级别的配置文件设定文件忽略集合. 关于如何配置这些文件的详细指导, 请参考 hgrc(5). 手册, 跳转到 ui 章节 ignore 条目. 正则表达式, Python/Perl 风格.

5

Subversion 1.7 - CVCS 和 DVCS 开始走向融合 | Life @ Refactoring

http://blog.yangyubo.com/2010/03/12/subversion-17-cvcs-dvcs

S Life @ Refactoring. Subversion 1.7 - CVCS 和 DVCS 开始走向融合. Written on Friday, March 12, 2010. 团队的乐观估计, 跳票了大半年的 1.7 版本很有可能在 2010 年上半年发布. 自从 SVN 被 Apache 招到麾下, 代码更新速度明显呈加速趋势. 17 相对 1.6 的变化相当大, 我比较关注的新特性包括:. HTTP 是无状态协议, 一次完整 Subversion 请求会被. 协议规范, 包括一些导致效率低下, 而很少能用上的功能. Subversion 为了支持所有 WebDAV 客户端能对 SVN 库进行操作而导致性能降低, 实在是得不偿失 (很少有人放着 SVN 客户端不用, 却用 Windows Xp 的 Web 文件夹 来操作 Subversion 库). 异步多路复用的客户端 HTTP 库 serf. 库成为默认选项, 某些情况下, 提速能达到 4 倍. 专为性能和可读性打造, 放弃 古老 / 复杂 / 低效的 DeltaV 标准. 等 DVCS 靠拢. WC-NG.

UPGRADE TO PREMIUM TO VIEW 9 MORE

TOTAL PAGES IN THIS WEBSITE

14

LINKS TO THIS WEBSITE

manual.codingsky.com manual.codingsky.com

Google C++ 风格指南 - 中文版 — Google C++ Style Guide

http://manual.codingsky.com/books/googlecppstyle/index.html

Google C Style Guide. Google C 风格指南 - 中文版. Enter search terms or a module, class or function name. Google C 风格指南 - 中文版. Google 开源项目风格指南 - 中文版. Google C 风格指南 - 中文版. 23 非成员函数, 静态成员函数, 和全局函数. 35 结构体 VS. 类. 4 来自 Google 的奇技. 5 其他 C 特性. 515 0 和 NULL. 77 标点, 拼写和语法. 82 非 ASCII 字符. Google 经常会发布一些开源项目, 意味着会接受来自其他代码贡献者的代码. 但是如果代码贡献者的编程风格与 Google 的不一致, 会给代码阅读者和其他代码提交这造成不小的困扰. Google 因此发布了这份自己的编程风格, 使所有提交代码的人都能获知 Google 的编程风格. 规则的作用就是避免混乱. 但规则本身一定要权威, 有说服力, 并且是理性的. 我们所见过的大部分编程规范, 其内容或不够严谨, 或阐述过于简单, 或带有一定的武断性. 使代码易于管理...

tctop.wikispaces.com tctop.wikispaces.com

tctop - Google代码风格指南整理

http://tctop.wikispaces.com/Google代码风格指南整理

Skip to main content. Try Wikispaces Classroom now. Brand new from Wikispaces. 第十二 十五章 中签概率,IP访问次数,回文等问题 初稿. 版权声明 此文档为本团队根据Google风格指南修改制定的Mini版,适用于 狂想曲 团队项目。 Benjy WeinbergerCraig SilversteinGregory EitzmannMark MentovaiTashana Landray. Google 开源项目风格指南 - 中文版. Google推出了自己的 Google C 风格指南 ,在这份指南中各种C 编程中遇到的风格问题都得到了规范。 另 本文档仅仅介绍的是C 编码风格指南,而并非编程规范或是编程优化指南,如若想了解更多的代码优化方法 如使用何种输入输出方式等 还请参考 effective C 与 more effective C 等著作。 Ifndef FOO BAR BAZ H #define FOO BAR BAZ H #endif / FOO BAR BAZ H. 注释 Frankie注 此处为本人根据实际...

UPGRADE TO PREMIUM TO VIEW 4 MORE

TOTAL LINKS TO THIS WEBSITE

6

SOCIAL ENGAGEMENT



OTHER SITES

blog.yangtze-river-cruises.com blog.yangtze-river-cruises.com

Yangtze River Cruises Blog | Latest news and informations about Yangtze River Cruises

Page 1 of 19. Yangtze River Cruise in Autumn: Experience the Spectacular Red Autumn Leaves. Three Gorges are one of the top 10 scenic spots in China. With its west from White Emperor City, ending at Nanjinguan in Yichang City to its east, Three Gorges includes Qutang Gorge, Wu Gorge and Xiling Gorge, and has a total length of. 2015 Yangtze River Cruise. Red Autumn Leaves on Yangtze River. Chongqing New Century Cruises Clarification (Latest). Eastern Star Sinks in Hubei Province on Yangtze River! Each tri...

blog.yangtzestore.com blog.yangtzestore.com

YangtzeStore Blog — Yangtze Store Official Blog

Yangtze Store Official Blog. 2015 Winter Scarves Clearance Sale. January 21, 2015. 5% OFF Coupon Code: YZJAN15. Valid until January 31, 2014). Winter Scarves Clearance Sale Get 40% -80% OFF. December 11, 2014. 10% OFF Coupon Code: XMAS14. Valid until December 25th, 2014). Free Shipping for orders over $50. Valid until December 25th, 2014). Free Shipping for orders over $100. Valid until December 25th, 2014). 2014 Black Friday Saleon scarves and silks. November 26, 2014. Welcome to our 2014 BLACK FRIDAY.

blog.yangutu.com blog.yangutu.com

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.

blog.yangxiaoxi.com blog.yangxiaoxi.com

无辜的微笑

Str javascript = start script type=text/javascript alert("动态网页之美 php"); /script start; echo $str javascript;. 在空白列第1行输入公式 =IF(MOD(ROW(),2)=0,1,0). Php $ptn = "/[,。 Str = "你是谁 "; $rpltxt = " ; echo preg replace($ptn, $rpltxt, $str);? Perl 正则表达式模式 修正符 u PCRE UTF8. 此修正符启用了一个 PCRE 中与 Perl 不兼容的额外功能。 本修正符在 Unix 下自 PHP 4.1.0 起可用,在 win32 下自 PHP 4.2.3 起可用。 自 PHP 4.3.5 起开始检查模式的 UTF-8 合法性。 Document.getElementById(xx).style.xx中的所有属性. 后来查了一下资料,发现无线路由器一共有13个信道,从2.412到2.712 而无线鼠标一共18个信道,从2.402到2.480,频率有...Not powered b...

blog.yangxinlin.com blog.yangxinlin.com

杨昕霖 Blog | 让事情变得简单

下面为 KnewOne 专访 人不能永远创作,我想做的是制造经典。 的产品,这款产品在 Android 上叫 格言锁屏. 刚发布 20 版本,4月底将上线 iOS 版 之前在 Opera 欧朋工作,参与了欧朋浏览器从 7.0 到 10.0 的设计工作。 Http:/ mottto.qiniudn.com/mottto v2.mp4. 除了做一些小众产品外,我还比较热衷于参加一些创业活动,比如曾三次参加 Startup Weekend 活动。 最享受的是背着 Incase ICON Pack,踩着 New Balance Men’s MR993 Running Shoe 奔走于北京的大街小巷,无论是参加活动还是见人,Coolook 18650 移动电源盒就放在背包的侧面。 Incase ICON Pack 这款 Incase 的包最赞的设计,是你可以从侧面拉开拉链就能拉出一节数据线为手机充电,出门在外以备不时之需很方便。 Coolook 18650 移动电源 用了各种移动电源,最后还是觉得 Coolook 最靠谱,这是一个移动电源盒,里面可以拆开装 4 节特斯拉用的那种松下电池。 4、死飞死忠粉 天气好点...

blog.yangyubo.com blog.yangyubo.com

Blog | Life @ Refactoring

S Life @ Refactoring. Aug 20, 2012. Jul 30, 2012. Jul 27, 2012. Jul 26, 2012. 理解 django.contrib.staticfiles. Jul 23, 2012. 类 GitHub 通知的 Django 站内提醒 app. Sep 6, 2010. 翻译) Mercurial .hgignore 格式说明. Hg 格式说明翻译, 源自官方手册. Apr 13, 2010. Mar 28, 2010. 使用静态分析 / 动态调试帮 TX 分析某软件的网络传输加密算法后的一些纪要. Mar 12, 2010. Subversion 1.7 - CVCS 和 DVCS 开始走向融合. Subversion 1.7 的一些重要新特性. Sep 22, 2009. Ubuntu 新秀 - Linux Mint. 薄荷 - 又一个基于 Ubuntu 的发行版, 缺省安装丰富的第三方软件包, 开箱即用, 适合初学者. Powered by static blog generator Blogdown.

blog.yangyuhan.com blog.yangyuhan.com

Xicen/西岑 | I love different things.

I love different things. 注册- 登录- 新建仓库 New repository- 版本commit=谁在什么时间做什么为什么这么做- 通过父版本parent判断先后顺序. 流程 添加分支- 不断添加版本- 发起 拉取请求Pull Request- 讨论代码审核- 合并部署. Fork- clong到本地- 修改- 同步- Network- Pull Request- 讨论确认. Quick pull request- 看到错误点修改. 重头手写- Create a gh-pages. Npm install -g grunt-cli. 2)pakage.json文件json文件记录了项目的相关版本信息和开发依赖项也就是插件,可以在[这个页面]( http:/ www.gruntjs.net/plugins 查看所有插件的排行和具体使用信息。 Npm install grunt-contrib-uglify - save-dev. 选项,检测错误参考* .jshintrc* 文件的设置,这个文件也是json文件. Sublime Text 3 学习笔记. Ctrl P @ #.

blog.yanidel.com blog.yanidel.com

Street Photography in Paris

Street Photography in Paris. Avril 2nd, 2012. Find my best street photography shots of Paris, as well as pictures from our round the world trip at :. Http:/ portfolio.yanidel.net/. End of Street Photography in Paris. Septembre 24th, 2011. Street photography « in Paris » ends, yet it goes on in other parts of the world. You can therefore follow my daily postings of our Round the world trip at my new website, http:/ www.yanidel.net. Alternatively, I have created a « Yanidel Street Photography. 8230; stands...

blog.yanigolf.com blog.yanigolf.com

Yani Tseng - LPGA Golf Professional, Yani Golf

Preg replace(): The /e modifier is deprecated, use preg replace callback instead in /home/content/33/8014833/html/blog/index.php. Preg replace(): The /e modifier is deprecated, use preg replace callback instead in /home/content/33/8014833/html/blog/wp-load.php. Assigning the return value of new by reference is deprecated in /home/content/33/8014833/html/blog/wp-settings.php. Assigning the return value of new by reference is deprecated in /home/content/33/8014833/html/blog/wp-settings.php. Declaration of ...

blog.yanikadate.com blog.yanikadate.com

blog.yanikadate.com | blog.yanikadate.com

Error Page cannot be displayed. Please contact your service provider for more details. (16).

blog.yaninapatricio.com blog.yaninapatricio.com

Yanina Patricio Blog | Cosas de fotógrafos, fotografías, nuevas narrativas y transmedia.

Got error 28 from storage engine]. Cosas de fotógrafos, fotografías, nuevas narrativas y transmedia. Got error 28 from storage engine]. La verdad sobre la foto tomada en la marcha #LaEducaciónSeRespeta. Humanae: proyecto fotográfico que rompió el paradigma de la discriminación racial. Bernardo bajo el mar. Habla Luis Guillen, el fotógrafo de PPK. El día que mi “mala suerte” alcanzó a un candidato presidencial. Cuando no sabes el nombre del fotografiado. Pasado y presente en una sola foto. Retratos de la ...