IP属地:香港
Pycharm 可以设置默认模板,这样每次创建 Python file 后,都会按照预设的模板写入内容。设置路径为:[Preferences] ...
当 iOS 应用崩溃时会产生一份日志存储在设备中,日志中记录应用崩溃时的信息,包含每个进程的栈调用信息。 设备连接 Mac 后,打开 XCode...
【题目】 Given a linked list, determine if it has a cycle in it. Follow up:C...
【题目】 Find the contiguous subarray within an array (containing at least o...
【题目】 You are climbing a stair case. It takes n steps to reach to the top...
【题目】 Reverse digits of an integer. Example1: x = 123, return 321Example2...
很久没有做编程题目了,感觉自己都变傻了。打算从今天开始每天刷一刷 LeetCode,尽量都用 Python 吧。水平有限,按照 AC Rate ...
最近需要做 App 测试,但是没有相关的开发经验,很多东西都迷迷糊糊的。稍微研究了一下 Appium,在此备份总结。 网上相关入门教程很多,但是...