Ubuntu 不能远程连接
nano /etc/ssh/sshd_config````shell LoginGraceTime 120 PermitRootLogin without-password #找到这里,把它注释 PermitRootLogin yes #改为yes 然后重启ssh StrictModes yes 然…
- 424
- 0
- 阅读全文
nano /etc/ssh/sshd_config````shell LoginGraceTime 120 PermitRootLogin without-password #找到这里,把它注释 PermitRootLogin yes #改为yes 然后重启ssh StrictModes yes 然…
安装pod提示: ERROR: Error installing cocoapods: activesupport requires Ruby version >= 2.2.2 解决 [sudo] gem install activesupport -v 4.2.6 然后再sued insta…
iOS 手指滑动的一些思路结果跑偏到动画上了. view 跟随手指移动的代码如下: 生成 UIPangestureRecongnizer 然后 addTarget 或者直接在构造函数中加入target 第一个参数是self,第二个是selector方法. 然后通过view 的addGestureRe…
xcode因为硬盘的原因不能安装在系统Application里在其他路径安装插件提示Application里没有xcode提示: xcrun: error: active developer path ("/Volumes/Xcode/Xcode.app/Contents/Developer") d…
看书看到网络访问随便找了一个公共接口结果提示: Transport security has blocked a cleartext HTTP 连接中的第一个回答解决了我的问题. 听说iOS要IPV6,不可能要所有的APP都要改成ipv6吧?一些不方便的公司不是不能上架了.ipv6都没有走到大众的面…
最近在看这本书:<iOS开发指南:从零基础到App Store上架(第3版)完整版 PDF电子书下载 带书签目录.pdf>其中大多数都是storyboard的视图,而我想用xib还要自己去找xib的方法,就像复用cell的那个方法.storyboard的话不用注册xib.如果xib的话就…