Devin Blog

走在当下 梦想未来

[LeetCode 7] Reverse Integer

"喜刷刷"

问题描述 Reverse digits of an integer. Example1: x = 123, return 321 Example2: x = -123, return -321 Have you thought about this? Here are some good questions to ask before coding. Bonus points fo...

[LeetCode 6] ZigZag Conversion

"喜刷刷"

One man’s crappy software is another man’s full time job – Jessica Gaston 问题描述 The string “PAYPALISHIRING” is written in a zigzag pattern on a given number of rows like this: (you may want t...

[LeetCode 1] Two Sum

"喜刷刷"

LeetCode, Let’s Begin 问题描述 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have exactly one solu...

iOS Swift语言入门实战系列

"iOS and Swift 案例实战"

概述 本系列记录了从零学习iOS开发的过程,一方面方便自己知识回顾,另一方面如果对其他刚入门的娃的学习有帮助的话,那便是额外的收获。 – 所有源码基于语言Swift2.2,环境XCode7.2.1开发实现,内含注释供阅读理解。 实例一、iOS常见控件使用 本实例涵盖标签、文本框、普通按钮、选项按钮、警告框、操作表、进度条 、WebView等等常见控件的使用,方便平时需要时查看。 ...

Welcome to Devin Blog

"话说4块钱的博客长什么样"

“Yeah, Let’s take off. ” 趁着周末,花了点时间,Devin的Blog就这样跑起来了,挺嗨森。。 看着清爽的界面,感觉好爽,激动的心情到处洋溢,终于在无边的互联网上有一块属于自己的净土了。 之所以如此高兴,除了掌握搭建整个博客过程中各个技术细节外,更多的是以后可以在自己的地盘上好好耕耘属于自己的东西了。一直很羡慕很多技术大牛都有自己的技术博客,感觉作为技术...