原文链接:http://www.programmer.com.cn/14472/历经一年多的发展,Cloud Foundry的架构设计和实现有了众多改进和优化。为了便于大家了解和深入研究首个开源PaaS平台——Cloud Foundry,《程序员》杂志携手Cloud Foundry社区开设了“深入C...
分类:
其他好文 时间:
2015-04-04 09:05:12
阅读次数:
137
20 Best Code Review Tools for DevelopersApr 02, 2015by vikas in TOOLS A programmer always faces the pressure of deadlines and with many delays the sof...
分类:
其他好文 时间:
2015-04-02 20:41:40
阅读次数:
226
出处:http://www.techug.com/excellent-programmer我算是靠坑蒙拐骗进了程序员的门,然后一路狂奔。26 岁之前几乎没有任何写代码的经验,研究生毕业却意外选择了一家不可能提供培训的初创公司,在每日担忧公司倒闭、害怕被炒鱿鱼以及同事冷落白眼的三重压力下逆流而上,一年...
分类:
其他好文 时间:
2015-04-01 19:43:14
阅读次数:
100
LeetCode #String to Integer (atoi)#
自己写一个atoi. 其实之前都没怎么调用过这个库函数. 具体性能也不怎么知道.
自己写的时候感觉有个版本比题目要求还好,但是不能被接受, 于是就改改改
话说AC的感觉真爽...
我尽量把代码写的紧凑...
"""
Programmer : EOF
Date : 2...
分类:
其他好文 时间:
2015-04-01 15:26:17
阅读次数:
141
How
to become a proficient(熟练的) Python programmer
如何成为Python高手
Spoiler: This post is primarily gonna be an
excerpt(摘录) of my bookmarks collection. That’s because more intelligent men than me h...
分类:
编程语言 时间:
2015-04-01 09:30:46
阅读次数:
319
Hand-held SKP-100 Key Programmer will be doomed to your best choice for remote and smart keys programming (even if all keys are lost) if SKP-900 is hi...
分类:
其他好文 时间:
2015-03-31 19:23:55
阅读次数:
145
这题范围不会超long long全用int存就行了
贪心的话,每次把一个任务加入到队列,如果不能在指定时间完成就到前面找a最小的一个任务补偿时间,当一个任务完成时间等于0的时候这个任务就不再放回队列
#include
#include
#include
#include
using namespace std;
//typedef long long LL;
const int maxn = ...
分类:
其他好文 时间:
2015-03-31 12:47:04
阅读次数:
118
解法一: 人类需要O(n)去解决问题,于是普罗米修斯不管三七二十一就偷来了Hash...
Python里面内置的dic好用到不行.这里可以利用Hash把时间复杂度降到O(n),但是这种解法不满足对内存的要求...
"""
Programmer : EOF
Code date : 2015.03.02
file : sn.py
e-mail :...
分类:
其他好文 时间:
2015-03-31 06:50:01
阅读次数:
155
add by zhj: 有些地方不正确,有时间再改吧原文:Python Cheat SheetCheat sheet of Python. Some basic concepts for Python programmer need to know.Python Naming Styles# see...
分类:
编程语言 时间:
2015-03-30 22:50:27
阅读次数:
340
(转自:http://www.boode.com.cn/share/programmer_career.html)程序员职业生涯规划 之最终篇 之前我们分析了程序员职业生涯中可以选择的几个发展方向:项目经理、系统分析员、产品经理、软件测试工程师和系统架构师,当我们发现未来充满了这么多种可能后,...
分类:
其他好文 时间:
2015-03-30 18:05:59
阅读次数:
1232