240 发简信
IP属地:浙江
  • webstorm激活方法 webstorm激活码 jetbrains激活

    webstorm激活方法 webstorm激活码 jetbrains激活 https://s.tuzhihao.com:666/

  • brew update 遇到Error: /usr/local is not writable. 问题

    https://github.com/Homebrew/brew/issues/3285 亲测可用: terminal运行 /usr/bin/r...

  • rn iOS模拟器无法连接问题 __nw_connection_get_connected_socket_block_invoke Connection has no connected ha...

    https://github.com/facebook/react-native/issues/10027 解决方案,亲测可用: OS_ACTI...

  • iOS学习回顾

    oc部分 1. load和initialize的区别(利用load方法,MJRefresh在app启动时 在UITableView的分类中添加l...

  • iOS layout

    setNeedsLayout will layout subviews:Call this method on your application...

  • UITableViewWrapperView与tableView高度不一样

    在控制器中的viewDidLoad方法中,添加self.automaticallyAdjustsScrollViewInsets = NO; 即可。

  • Java学习/web学习

    1️⃣当你在浏览器中输入 google.com 并且按下回车之后发生了什么? 参考地址:https://github.com/skyline75...

  • pod install问题:Failed to connect to 127.0.0.1 port 9743: Connection refused

    今天在pod install 时,碰到如下问题 [!] Error installing AFNetworking[!] /usr/bin/gi...

  • CSS中的定位

    什么是文档流? 将窗体自上而下分成一行行, 并在每行中按从左至右的顺序排放元素,即为文档流。 只有三种情况会使得元素脱离文档流,分别是:浮动、绝...