算法描述: Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,1,2,4,5,6,7] might become [4,5,6,7,0,1, ...
分类:
其他好文 时间:
2019-02-07 10:52:51
阅读次数:
152
Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,1,2,4,5,6,7] might become [4,5,6,7,0,1,2]). Y ...
分类:
其他好文 时间:
2019-02-02 23:28:15
阅读次数:
198
算法描述: Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,0,1,2,2,5,6] might become [2,5,6,0,0,1, ...
分类:
其他好文 时间:
2019-02-01 13:03:01
阅读次数:
148
场景: docker 安装gogs,按着这篇博文的步骤https://blog.csdn.net/meibo69631310/article/details/79767810,到达步骤:Gogs 的配置和使用 针对mysql数据库,输入正确的mysql数据库信息后,点击立即安装,出现提示信息:数据库 ...
分类:
数据库 时间:
2019-01-31 13:03:39
阅读次数:
354
今天在做数据恢复的时候,发现本地通过mysqldump导出的数据,在服务器上通过source导入数据的时候,在导入的一部份数据的时候,就会报这样的错误: ERROR 2005 (HY000): Unknown MySQL server host 'mysql' 然后就退出mysql的登陆。 1、刚开 ...
分类:
数据库 时间:
2019-01-31 12:58:42
阅读次数:
221
原文https://blog.csdn.net/u011070171/article/details/75425740 原文https://blog.csdn.net/u011070171/article/details/75425740 原文https://blog.csdn.net/u01107 ...
分类:
其他好文 时间:
2019-01-30 21:47:02
阅读次数:
387
原因:由于Linux上无法识别NTFS格式的分区的原因 解决方法:安装 ntfs-3g 1、下载:wget https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz 2、解压:tar zxvf ntfs-3g_ntfsprogs-20 ...
分类:
Web程序 时间:
2019-01-29 20:29:22
阅读次数:
227
算法描述: Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,1,2,4,5,6,7] might become [4,5,6,7,0,1, ...
分类:
其他好文 时间:
2019-01-28 22:22:17
阅读次数:
164
查看 adb 版本 adb version获取连接设备及状态 adb devices获取设备状态 adb get- - state device: 设备正常连接, offline: 连接出现异常设备无响应, unknown: 没有连接设备。获取手机系统 i api 版本 adb shell getp ...
分类:
数据库 时间:
2019-01-28 19:12:25
阅读次数:
227