240 发简信
IP属地:北京
  • @compatibility_alias

    8.5 compatibility_aliasThis is a feature of the Objective-C compiler rat...

  • Git - ours vs theirs

    转自: https://nitaym.github.io/ourstheirs/ Git Merging Let's merge conflic...

  • shell $(command) 用法

    $(command) 和 `command`作用是一样的

  • shell 使用 $((expression)) 做数学计算

    数学计算一般用 expr 命令,$((expression)) 也可以实现通用的效果

  • iOS StatusBar

    1、在 Info.plist 中配置 View controller-based status bar appearance = YES2、在 ...

  • aapt 获取 apk 包相关信息

    aapt 路径 ~/Library/Android/sdk/build_toos/<version>

  • HTML 全屏居中

    margin:atuo 和 position:absolute 的位置不能换,知道的同学可以留个言🙂

  • Resize,w 360,h 240
  • python 命名规范(转)

    文件名 全小写,可使用下划线 包 应该是简短的、小写的名字。如果下划线可以改善可读性可以加入。如mypackage。 模块 与包的规范同。如my...