码迷,mamicode.com
首页 >  
搜索关键字:eric    ( 1626个结果
Go之对象拷贝
这里interface{}就相当于c#,java中的object, boy := util.Boy{util.Person{"Eric", 19, "boy"}, "1"} girl := util.Girl{util.Person{"Jessica", 19, "girl"}, "...
分类:其他好文   时间:2015-10-10 10:29:12    阅读次数:166
Linux下Sublime 编译时报UnicodeDecodeError:错误
文章参考:http://eric.themoritzfamily.com/python-encodings-and-unicode.html http://desert3.iteye.com/blog/757508 https://github.com/misfo/Shell-Turtlestein/issues/6 http://www.sublimetext.com/forum...
分类:系统相关   时间:2015-09-22 13:08:35    阅读次数:194
领域驱动设计理论学习笔记之领域模型
2007年Eric Evans发表《领域驱动设计》至今,领域驱动设计(DDD: Domain-Driven Design)的概念愈来愈被人了解与使用。我已经算是一个后知后觉者,但亡羊补牢,为时未晚。我们对领域这个词非常熟悉,而且经常放在嘴边,但又有多少重视它?开发人员更关注于技术,事实上我也是...
分类:其他好文   时间:2015-09-21 21:11:04    阅读次数:157
CPS冥想 - 1 重新审视CPS
这篇文章是在阅读Eric Lippert大神的MSDN Blog文章时同步写成的,其中主要是各种翻译,同时还混杂自己阅读文章的笔记和感想。原博文地址http://blogs.msdn.com/b/ericlippert/archive/2010/10/21/continuation-passing-...
分类:其他好文   时间:2015-09-18 00:45:53    阅读次数:270
Python upload code to PyPI
1. register account by brower on https://pypi.python.org/pypi/2. register your moudle "nester" to PyPI via CMDC:\Users\eric\Documents\Python\nester>c:...
分类:编程语言   时间:2015-09-17 19:48:30    阅读次数:238
Python create a distribution for your moudle and func
1. create dir "nester" under C:\Users\eric\AppData\Local\Programs\Python\Python35-32\2. create a nester.py under C:\Users\eric\AppData\Local\Programs\...
分类:编程语言   时间:2015-09-17 19:33:02    阅读次数:235
Facebook的Web开发三板斧:React.js、Relay和GraphQL
2015-02-26孙镜涛InfoQEric Florenzano最近在自己的博客上发表了一篇题为《Facebook教我们如何构建网站》的文章,他认为软件开发有些时候需要比较大的跨越,而这将会在2015年再次上演,主角们则是Facebook的React.js、Relay和GraphQL。Eric ...
分类:Web程序   时间:2015-09-16 17:45:53    阅读次数:174
Python create func
>>> movies =[ "the holy grail", 1975,"terry jones",91, ["graham chapman", ["michel palin","john cheelse","terry gilliam","eric idle","terry ...
分类:编程语言   时间:2015-09-15 18:20:01    阅读次数:218
Python list1
>>> movies =[ "the holy grail", 1975,"terry jones",91, ["graham chapman", ["michel palin","john cheelse","terry gilliam","eric idle","terry ...
分类:编程语言   时间:2015-09-15 16:13:53    阅读次数:166
jQuery对象data函数使用注意事项
HTML代码: <div class="box" id="jquery-api-data" data-name="chen" data-AGE="31" data-isStd="false" data-func="function(){}" data-list=‘{"listname":"eric chen"}‘ data-undefinedkey="undefined" ...
分类:Web程序   时间:2015-09-04 20:01:04    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!