自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 leetcode题解16-20@python

16 3sum Closest Given an array nums of n integers and an integer target, find three integers in nums such that the sum is closest to target. Return the sum of the three integers. You may assume that ...

2018-10-02 11:33:05 212

原创 Leetcode11-15题解@python

11.Container With Most Water Given n non-negative integers a1, a2, ..., an , where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is a...

2018-08-22 19:31:48 183

原创 Leetcode6-10题解@python

6.ZigZag Conversion 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 ...

2018-08-21 16:11:01 198

原创 LeetCode1-5题解@python

1.Two Sum 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 solution, and you may not us...

2018-08-12 08:06:03 243 2

原创 使用phpstudy配置PHP域名

一、以管理员身份打开phpstudy 二、点击其他选项菜单,打开站点域名管理 三、 网站域名输入自己想的名字,目录选择php文件,然后点新增 四、点击其他选项菜单中的打开hosts,在里面输入127.0.0.1与新的域名 五、重启phpstudy,在浏览器中输入域名,就可以访问到php文件了

2017-12-27 12:45:24 245

空空如也

空空如也

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

TA关注的人

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