人一辈子不是把时间浪费了,就是拿它来做一点事情。世界上的人分很多种,但是有的人能够很好地规划自己的道路,而有的人总是在混。无意间发现发现了the pragmatic bookshelf书从中有这么一本《the passionate programmer》,中文译做我编程,我快乐。相当好,正符合我们这等IT狂人。   我一口气就将这薄薄的两百元翻完了,虽然只是粗略地看,
原创 2011-12-05 19:54:36
412阅读
Mike Williams 第一个Erlang VM (JAM)的开发者;下面是他在2012年的一个分享 "The Ideal Programmer - Why They Don't Exist and How to
转载 2012-12-18 13:36:00
105阅读
2评论
  继续贴地址,写的很好,感谢原作者。分享一下。   http://foreveryan.blog.51cto.com/3508502/657581
转载 2011-09-10 15:54:00
467阅读
转载自:https://medium.com/i-m-h-o/231d7499a75
转载 精选 2013-08-17 14:15:51
357阅读
[:://.indiangeek.net/wp-content/uploads/Programmer%20competency%20matrix.htm][译文:://static.icybear.net/%5BCN
转载 2010-03-27 20:17:00
78阅读
2评论
it IS the documentation and it works. 2. TEST TEST TEST. 3. Unit tests ARE CRITICAL. Every bu
转载 2023-02-16 10:53:07
61阅读
## 如何获取Java Programmer认证 作为一名刚入行的小白,获取Java Programmer认证是一项重要的里程碑。在这篇文章中,我将为你详细讲解获得这一认证的流程,以及每一步需要做的事情,并提供相关代码示例。 ### 认证流程 首先,让我们来看一下获取Java Programmer认证的流程。以下是具体步骤的表格: ```markdown | 步骤编号 | 步骤描述
原创 10月前
23阅读
一、Reactive 模式作业提交示例脚本wget https://dlcdn.apache.org/flink/flink-1.13.5/flink-1.13.5-bin-scala_2.11.tgz tar -xzvf flink-1.13.5-bin-scala_2.11.tgz cd flink-1.13.5/ mkdir usrlib cp ./examples/streaming/To
转载 2024-04-01 10:48:47
50阅读
Reactive编程(响应式编程)是一种面向。
       1.  充满热情:喜欢你的工作,创造性做得最好比昨天更好。   2. 热爱你的代码:为人写代码,而不是为机器写代码,写干净的代码。   3. 版本控制:备份代码,跟踪变更,经常commit,如果build出错,就不要commit。   4. 阅读代码:在你成为一个好的作家之前,首
转载 精选 2010-11-02 15:23:52
589阅读
1点赞
useful tools for programmer programming devtools
转载 2019-08-16 10:41:00
80阅读
前言:Scala的创始人Martin Odersky,继 Functional Programming Principles in Scala 之后,又在coursera是开了一门课: reactive programming. 这一系列博客,是听课笔记什么是reactive programmng ? 且翻译做:反射式编程reactive --- readily response to
原创 2014-12-18 15:51:29
484阅读
一、单机版# systemctl status mongod# cat /etc/mongod.conf未开启认证在admin库创建数据库超管用户 # echo -e "use admin;\ndb.createUser({user:\"root\",pwd:\"Root@123\",roles:[ { role:\"userAdminAnyDatabase\",db:\"admin\"
关于Reactive Extensions(Rx),先来看一下微软的官方描述: The Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observab
转载 2020-05-18 14:15:00
138阅读
2评论
My team and I received this in our inbox from our architect six months ago when we started a new project: I am very excited every time I start something new. Even after about 20 years of doing software, I feel those butterflies in my stomach when start on a new path. This is our journey together. I strongly believe that we are charting a course which is fun, challenging and enriching. I want to make this memorable to you and want to create experience fulfilling to you all.......
转载 精选 2010-12-04 21:12:14
363阅读
原题链接 考察:贪心 错误思路: 对于每个任务,按d,a顺序排序,如果不能按时完成就付钱使得按时完成. 思路: 不一定要压当前任务的时间,我们可以压花费更小的任务时间,使得超时任务按时完成. ##Code #include <iostream> #include <cstring> #include
转载 2021-06-18 22:18:00
102阅读
2评论
​​The Emergent Life​​The life and times of one Kapil Kaisare ​​← Back to blog​​ ​​From an architect to a programmer...​​My team and I received this in our inbox from our architect six months ago when
ide
转载 2010-11-17 09:40:00
98阅读
2评论
Most of the times, we’re learning just a little too much. We’re attracted to interesting stuff like a moth to a flame. Or oftentimes we just learn what everybody else around us is learning or what we’...
转载 2008-04-02 23:24:00
126阅读
2评论
daniel on Tuesday, November 13, 2007 How do you recognise good programmers if you’re a business guy? It’s not as easy as it sounds. CV experience is only of limited use here, because great progr
转载 2023-04-25 12:23:32
69阅读
package geektime.spring.springbucks; import geektime.spring.springbucks.model.Coffee; import geektime.spring.springbucks.model.CoffeeOrder; import gee
原创 2021-07-09 09:21:44
165阅读
  • 1
  • 2
  • 3
  • 4
  • 5