自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 收藏
  • 关注

翻译 [我的翻译]代码审查过程

本文由 伯乐在线 - drowzju 翻译,Lingfeng Ai 校稿。未经许可,禁止转载! 英文出处:matthew machuga。 对我而言,把代码产品化而没有合适的审查流程,就像是一场抽抽乐游戏。代码当然也有可能会挺好,不过总还是有一定概率某人的哪块积木没抽好,然后一切就轰然崩塌。无论是采用持续集成服务、结对审查、QA审查,还是所有这些方案的组合,都可以大大降低引入风险的概率

2015-03-18 07:34:11 558

翻译 [我的翻译]如何让程序员每周工作60-80个小时?

本文由 伯乐在线 - drowzju 翻译,sunbiaobiao 校稿。未经许可,禁止转载! 英文出处:Gergana Dimow 【伯乐在线导读】:其实标题中的问题原型是“如何让程序员每周工作60-80个小时?”,来自 Quora 。 原题主说,“我们创业公司的程序员通常是每天工作 8 小时后就下班了。我看了不少说每周工作80小时的文章。大家是如何想招的? 必须给加班费么

2015-03-18 07:29:43 575

翻译 [我的翻译]30分钟编写一个Flask应用

本文由 伯乐在线 - drowzju 翻译,Lingfeng Ai 校稿。未经许可,禁止转载! 英文出处:stormpath。 Flask 是一种很赞的Python web框架。它极小,简单,最棒的是它很容易学。 今天我来带你搭建你的第一个Flask web应用!和官方教程 一样,你将搭建你自己的微博客系统:Flaskr。和官方Flask教程不同的是——我们通过使用S

2015-03-18 07:27:26 1221

翻译 [我的翻译]效代码审查:来自前质疑者的9个建议

译者说明:本文由 伯乐在线 - drowzju 翻译,黄利民 校稿。未经许可,禁止转载! 英文出处:Gareth Wilson。 理论我知道。代码审查(Code Review)有助于: 抓bug保证代码的可读性,可维护性在团队中散播代码的知识让新人适应团队的工作方式让大家接触不同的思路 或者按另一种看法,代码审查就是极大的浪费时间。至少我对代码审查的最初感受就是

2015-03-18 07:20:07 449

原创 [编程练习]ZigZag Conversion <LeetCode-6>

The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility) P A H N A P L S I

2014-12-13 10:24:44 459

原创 [编程练习]Longest Palindromic Substring <LeetCode-5>

Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longest palindromic substring. 题目来自: https://

2014-12-13 09:42:47 325

原创 [编程练习][Add Two Numbers]<LeetCode-2>

You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a link

2014-12-13 09:36:51 513

原创 Python的装饰器(decorator)

python的装饰器是一个非常有趣的特性。

2014-12-05 22:57:05 410

原创 [编程练习][Longest Substring Without Repeating Characters]<LeetCode-3>

题目来自https://oj.leetcode.com/problems/longest-substring-without-repeating-characters/ Given a string, find the length of the longest substring without repeating characters. For example, the longes

2014-12-04 20:58:25 348

原创 [编程练习][Median of Two Sorted Arrays]<LeetCode-4>

题目来自leetcode https://oj.leetcode.com/problems/median-of-two-sorted-arrays/ There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall

2014-12-04 20:45:59 350

原创 [编程练习][Two Sum]<LeetCode-1>

太久没写程序,最近拿着leetcode 的题目开始练练手,免得生疏了。  leecode is here:https://oj.leetcode.com/problems Given an array of integers, find two numbers such that they add up to a specific target number.

2014-12-01 22:50:34 538

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除