chrishine.github.io chrishine.github.io

chrishine.github.io

夏之 色 | 夏之

No description found

http://chrishine.github.io/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR CHRISHINE.GITHUB.IO

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 12 reviews
5 star
5
4 star
4
3 star
2
2 star
0
1 star
1

Hey there! Start your review of chrishine.github.io

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • chrishine.github.io

    16x16

  • chrishine.github.io

    32x32

  • chrishine.github.io

    64x64

CONTACTS AT CHRISHINE.GITHUB.IO

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
夏之 色 | 夏之 | chrishine.github.io Reviews
<META>
DESCRIPTION
<META>
KEYWORDS
1 夏之 色
2 categories
3 tags
4 一个小游戏 消灭星星
5 软工之路 初学者
6 leetcode小结
7 三行诗乱言
8 腾讯qq截图功能bug描述
9 设计模式 组合、委托、接口继承及类继承
10 闲谈设计模式
CONTENT
Page content here
KEYWORDS ON
PAGE
夏之 色,categories,tags,一个小游戏 消灭星星,软工之路 初学者,leetcode小结,三行诗乱言,腾讯qq截图功能bug描述,设计模式 组合、委托、接口继承及类继承,闲谈设计模式,关于编程的一些零散的小东西,powered by jekyll,github
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

夏之 色 | 夏之 | chrishine.github.io Reviews

https://chrishine.github.io

<i>No description found</i>

INTERNAL PAGES

chrishine.github.io chrishine.github.io
1

tags | 夏之

http://chrishine.github.io/tags

Design pattern: design pattern.

2

关于编程的一些零散的小东西 | 夏之

http://chrishine.github.io/2013/10/24/some-tips

如果不是用VIM/EMACS/sublime text 2等编辑器写Java的人,也没有因用Eclipse,Netbeans等IDE而积习难改,赶快投向Intellij IDEA的怀抱吧。 ThoughtWorks的Java IDE一律是Intellij IDEA,其中的员工推荐我使用,在网上翻看了几天的Eclisep VS Intellij IDEA之后,马上爱上了这款IDE。 在Intellij IDEA的帮助下,与其进行"过度设计"的提前设计,完全可以直接先写一个能用的50 ,100 的大方法。 刚写完之后,你一定还能读懂它,然后选中代码块用Ctrl Alt M提取方法吧,方法名会自动帮你取好的(有时不太准),属性默认为private 那些返回多个变量/对象的方法,Intellij IDEA会直接提示你无法提取,是否需要强行提取,这样基本就确保了我们不会犯第二类错误 零假设. 在用Hibernate通过XML配置字段的持久化映射时,对象中的变量名是无法映射到的,然后就会报错 field XX lack of get method之类的(Eclipse的getter/setter是正常的)。

3

About me | 夏之

http://chrishine.github.io/about

Github: https:/ github.com/chrishine. 新浪微博: http:/ weibo.com/seqingzi. 推: https:/ twitter.com/chrishineleo.

4

软工之路:初学者 | 夏之

http://chrishine.github.io/2014/12/21/the-road-to-software-engineering-junior

今年只写了一篇博客, 为免那一篇太过孤单, 凑一篇新的.本文以玄学为主, 实践为辅; 只可忽悠, 不可戳破. 系统的软工方法及实践请参考 现代软件工程. 应付面试和应付上面搭个蹩脚笨重仅内部使用的框架, 可参考Head First系列的那本 深入浅出设计模式. 这本书可以让你快速了解设计模式的实现,并不假思索的写出标准的 context 和 Inheritance diagram. 这本书的精华并不在于那些 context 和 Inheritance diagram, 在于你可能读几天才能明白一丁点的解释文字. 我对 context 和 Inheritance diagram 不太关注. 这样的东西之于设计模式, 就如同辟邪剑法的招式之于辟邪剑法. 辟邪剑法的招式, 让林家如何委曲求全也不免灭门之祸; 心法却可以让一观主两掌门两教主抢来抢去. 主要大概就是 martin fowler 那本 重构. 因为某些缘故(没妹子送我这本书), 大学的时候只看了一部分. 到了研一的时候, 才借着小组免费图书的机会给看完了. 现在想想, 如果还有机会的话, 我应该会再看一遍的. 这是一个很难跨过的坎.因为我不...

5

一个小游戏:消灭星星 | 夏之

http://chrishine.github.io/2015/01/15/use-engine-to-write-a-game

去年年底转到了引擎部.因为身体原因,断断续续的强化培训到昨天结束(大概十个工作日的时间).结束的标志就是用公司的私有引擎写一个小游戏.我写了一个 消灭星星. 其实这个游戏本来应该上周四开始,上周五结束的.不过上周一晚上就发烧,周二请了半天假.周三依然觉得身体不舒服,扛着到周四,量了体温烧到38.5度.然后到医院,折腾了的浪费了上个礼拜.然后从周一开始做,虽然发烧,不过这期间也算想了一下大体的东西.按照正常情况,这种游戏,应该一天不到就写完了(写完之后我数了一下,公司引擎我经常黑.然后用MVC产生了一些交互的冗余代码,也不到500行).自己却写了大概两天 一天debug.也是时候喷喷自己了. 当时想的就是,这不就是维护一个表示是否有星星的索引表,lua的一维table轻松搞定.然后用此table维护要展示的星星,并且根据table变动产生动画.table变动,就是一个BFS罢了.这些代码都是分分钟的事情.然后坑就一个一个踩下去了. 这个时候我又踩了一个坑.我想当然的把这一列当作连续的.然后就.error. Anyway,遍历永远是最安全的算法.在这种场景下,也不会有更高效的了. 才知道这个游戏早就有了&#...

UPGRADE TO PREMIUM TO VIEW 4 MORE

TOTAL PAGES IN THIS WEBSITE

9

SOCIAL ENGAGEMENT



OTHER SITES

chrishindle.com chrishindle.com

chrishindle.com

No web results found.

chrishindoien.com chrishindoien.com

Home Page

Welcome to the views of a Modern Republican. A grassroots take on the current state of affairs in America. Thank you for taking the time to visit this site. In the next few pages we will tell you who Chris Hindoien is, the difficult issues facing our nation and his thoughts on addressing them. As an outspoken advocate of smaller government and personal responsibility, it is imperative that the voice of common sense is heard, starting at home. Chris is a Commercial Insurance Producer for HUB International...

chrishinds.co.uk chrishinds.co.uk

Chris Hinds Photography - Chester, Cheshire, North Wales, Photographer

Chimages Limited : Design by Rouge Digital Web Design Chester.

chrishinds.com chrishinds.com

Apache2 Debian Default Page: It works

Apache2 Debian Default Page. This is the default welcome page used to test the correct operation of the Apache2 server after installation on Debian systems. If you can read this page, it means that the Apache HTTP server installed at this site is working properly. You should replace this file. Before continuing to operate your HTTP server. Refer to this for the full documentation. Documentation for the web server itself can be found by accessing the manual. Package was installed on this server. Is always...

chrishindsphotography.co.uk chrishindsphotography.co.uk

Chris Hinds Photography - Chester, Cheshire, North Wales, Photographer

Chimages Limited : Design by Rouge Digital Web Design Chester.

chrishine.github.io chrishine.github.io

夏之 色 | 夏之

chrishine.info chrishine.info

夏之 色 | 夏之

chrishine.me chrishine.me

夏之 色 | 色

chrishineman.deviantart.com chrishineman.deviantart.com

chrishineman (chrishineman) | DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Traditional Art / Professional. Deviant for 10 Years. This deviant's full pageview. Last Visit: 89 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. You can drag and drop to rearrange. You can edit widgets to customize them. The bottom has widgets you can add! We've split the page into zones!

chrishines.homesandland.com chrishines.homesandland.com

Allied Home Mortgage Capital Corporation homes for sale, listings, and real estate properties in the CLINTON, Maryland area.

Looking for homes for sale in Waldorf, Maryland. Search recently listed real estate properties throughout the Waldorf, Maryland area. On princegeorgescountyrealestate.net. We have hundreds of listings including condos, town homes, foreclosures, new homes and apartments for rent. Once you have located a listing of interest, simply complete the information request and we will help you find or purchase your new Waldorf home. We receive new home listings daily, so check again soon! Homes For Sale in Waldorf.

chrishines.net chrishines.net

Chris Hines - Web Graphics Designer and SEO Specialist

Agrilicious is a first-of-its-kind national destination and marketplace for all things local food. Its mission is to expand the family-farmer connection, while celebrating the food experiences and the benefits this brings about. As the SEO manager I was tasked with growing organic traffic very quickly. In 3 months Agrilicious went from 100 unique visitors/day to over 10,000 / day, with over 6 million pages indexed. FastCupid.com is an online dating community for younger singles. As the Senior Gra...BigCh...