八行书

  • 首页

  • 分类

  • 标签

  • 归档

  • 关于

  • 搜索

校招碎碎念

发表于 2016-10-25 | 更新于 2019-03-02 | 分类于 碎碎念 | 评论数:

前两天拿了去哪儿(Qunar)的offer,不打算接着找了,心累,结束我的校招生涯吧,写写这段时间的经历。 本科生一只,普通一本,非211/985学校,出了省就没人认那种,计算机专业,目前大四。找工作大概从大三下学期开始吧,那时候各大厂开始招实习,接着陆陆续续的有七八月份的内推,九、十月份的校招, ...

阅读全文 »

浅谈对Spring Framework的认识

发表于 2016-09-17 | 更新于 2019-03-02 | 分类于 Web框架 | 评论数:

Spring Framework,作为一个应用框架,官方的介绍如下: The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterpri ...

阅读全文 »

LeetCode-70-Climbing Stairs

发表于 2016-06-24 | 更新于 2019-03-02 | 分类于 算法设计与分析 , LeetCode | 评论数:

You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you ...

阅读全文 »

LeetCode-66-Plus One

发表于 2016-06-24 | 更新于 2019-03-02 | 分类于 算法设计与分析 , LeetCode | 评论数:

Given a non-negative number represented as an array of digits, plus one to the number. The digits are stored such that the most significant digit is ...

阅读全文 »

LeetCode-62-Unique Paths

发表于 2016-06-23 | 更新于 2019-03-02 | 分类于 算法设计与分析 , LeetCode | 评论数:

A robot is located at the top-left corner of a m x n grid (marked ‘Start’ in the diagram below). The robot can only move either down or right a ...

阅读全文 »

LeetCode-53-Maximum Subarray

发表于 2016-06-22 | 更新于 2019-03-02 | 分类于 算法设计与分析 , LeetCode | 评论数:

Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [−2,1,−3,4,−1, ...

阅读全文 »

LeetCode-15-3Sum

发表于 2016-06-22 | 更新于 2019-03-02 | 分类于 算法设计与分析 , LeetCode | 评论数:

Given an array S of n integers, are there elements a , b , c in S such that a + b + c = 0? Find all unique triplets in the array whi ...

阅读全文 »

LeetCode-9-Palindrome Number

发表于 2016-06-22 | 更新于 2019-03-02 | 分类于 算法设计与分析 , LeetCode | 评论数:

Determine whether an integer is a palindrome. Do this without extra space. 判断一个整数是否是回文数。 思路:求出数字abcd的逆序的数值dcba,如果是回文数的话,那么abcd==dcba。 时间复杂度:O(n) p ...

阅读全文 »

LeetCode-1- Two Sum

发表于 2016-06-22 | 更新于 2019-03-02 | 分类于 算法设计与分析 , LeetCode | 评论数:

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 ...

阅读全文 »

浅谈Struts2

发表于 2016-05-11 | 更新于 2019-03-02 | 分类于 Web框架 | 评论数:

学过SSH框架很长一段时间了,一直没有很系统的总结一下,这里先简单谈谈Struts2。 为什么要用Struts2? 这里列举一些 Servlet的缺点 : 1、每写一个servlet在web.xml中都要做相应的配置。如果有多很servlet,会导致web.xml内容过于繁多。 2、 ...

阅读全文 »
1…345…10
sage wong

sage wong

技术碎碎念

94 日志
28 分类
61 标签
GitHub E-Mail Weibo Twitter
友情链接
  • 卖姑娘的小火柴
© 2019 sage wong
由 Hexo 强力驱动 v3.8.0
|
主题 – NexT.Gemini v7.0.0
0%