码迷,mamicode.com
首页 >  
搜索关键字:hackthon programmer coworking    ( 483个结果
Cloud Foundry技术全貌及核心组件分析
原文链接: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 Developers
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
90% 的仍是平庸的程序员!
出处:http://www.techug.com/excellent-programmer我算是靠坑蒙拐骗进了程序员的门,然后一路狂奔。26 岁之前几乎没有任何写代码的经验,研究生毕业却意外选择了一家不可能提供培训的初创公司,在每日担忧公司倒闭、害怕被炒鱿鱼以及同事冷落白眼的三重压力下逆流而上,一年...
分类:其他好文   时间:2015-04-01 19:43:14    阅读次数:100
LeetCode #String to Integer (atoi)#
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高手
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
SKP-100 Key Programmer Remote Key Programming Instructions
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
【POJ 2970】The lazy programmer(优先队列+贪心)
这题范围不会超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
LeetCode #Single Number#
解法一: 人类需要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
全面Python小抄(转)
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
483条   上一页 1 ... 34 35 36 37 38 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!