自定义博客皮肤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)
  • 收藏
  • 关注

原创 卸载单系统Ubuntu之后,再安装Win7时磁盘格式不匹配问题的解决过程

1.问题:直接安装Windows7时报错:“Windows无法安装这个硬盘空间,Windows必须安装在格式化为NTFS的分区”。原因:Ubuntu的磁盘格式为Ext4,与Windows磁盘格式不符,会造成无法写入系统的问题。解决办法:使用PE系统引导启动(我使用的是“大白菜”),使用分区工具初始化磁盘分区为NTFS格式。使用大白菜的PE系统引导过程参考了如下链接:大白菜装机版一...

2019-08-07 17:07:37 479

原创 文件夹设置快捷键打开的方式

如果想要使用快捷键打开文件夹,又不想让文件夹的快捷方式出现在桌面上。按照如下方法即可。1.生成文件夹的快捷方式2.设置该快捷方式的快捷键3.把该快捷方式放到下面的目录中:C:\Users\用户名\AppData\Roaming\Microsoft\Windows\Start Menu\Programs...

2019-08-07 16:24:48 1904

原创 LeetCode练习_20170521_找最大回文串

Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.Example:Input: "babad"Output: "bab"Note: "aba" is also a valid answer.

2017-05-21 13:31:13 266

原创 LeetCode练习_20170519

There are two sorted arrays nums1 and nums2 of size m and n respectively.Find the median of the two sorted arrays. The overall run time complexity should be O(log (m+n)).Example 1:nums1 = [1,

2017-05-19 20:48:11 281

原创 LeetCode练习_20170519

Given a string, find the length of the longest substring without repeating characters.Examples:Given "abcabcbb", the answer is "abc", which the length is 3.Given "bbbbb", the answer is "

2017-05-19 20:12:10 230

空空如也

空空如也

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

TA关注的人

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