240 发简信
IP属地:香港
  • PyCharm 中修改脚本默认模板

    Pycharm 可以设置默认模板,这样每次创建 Python file 后,都会按照预设的模板写入内容。设置路径为:[Preferences] ...

  • Resize,w 360,h 240
    如何获取 iOS 应用的 Crash 日志

    当 iOS 应用崩溃时会产生一份日志存储在设备中,日志中记录应用崩溃时的信息,包含每个进程的栈调用信息。 设备连接 Mac 后,打开 XCode...

  • 【LeetCode】Linked List Cycle

    【题目】 Given a linked list, determine if it has a cycle in it. Follow up:C...

  • 【LeetCode】Maximum Subarray

    【题目】 Find the contiguous subarray within an array (containing at least o...

  • 【LeetCode】Climbing Stairs

    【题目】 You are climbing a stair case. It takes n steps to reach to the top...

  • 【LeetCode】Reverse Integer

    【题目】 Reverse digits of an integer. Example1: x = 123, return 321Example2...

  • 【Leetcode】Single Number

    很久没有做编程题目了,感觉自己都变傻了。打算从今天开始每天刷一刷 LeetCode,尽量都用 Python 吧。水平有限,按照 AC Rate ...

  • Resize,w 360,h 240
    初识 Appium

    最近需要做 App 测试,但是没有相关的开发经验,很多东西都迷迷糊糊的。稍微研究了一下 Appium,在此备份总结。 网上相关入门教程很多,但是...