240 发简信
IP属地:广东
  • Resize,w 360,h 240
    npm安装后遇上的奇怪坑

    我的电脑系统是win10, 使用了node官网的msi安装后,本来以为很顺利,node -v可以正常,但是npm -v就会报错,正确来说是所有的...

  • 无标题文章

    iOS 资源集合http://www.cnblogs.com/Tempation/articles/5573681.html iOS 利用UIC...

  • python:学习selenium遇到的坑

    最近在学习python,在使用selenium做自动化时候遇上各种坑,有很多是自己不小心弄出来的,下面记录下自己学习中遇上的坑: 用pip安装s...

  • resource fork, Finder information, or similar detritus not allowed

    今天升级Xcode8.2,真机调试突然提示:“.app: resource fork, Finder information, or simil...

  • could not build module 'UIKit'

    UIKit.framework路径:/Users/YourUserName/Desktop/Xcode.app/Contents/Develop...

  • Objective-C Associated Objects 的实现原理

    http://blog.leichunfeng.com/blog/2015/06/26/objective-c-associated-objec...

  • 微信朋友圈图片处理策略

    http://www.pmcaff.com/article?id=2000000000007505

  • iOS 替换键盘联想提示的emoji表情

    最近在做项目遇到一个问题,用户在输入信息是时候,带有表情的话,服务器那边会出现乱码,后来决定禁止用户输入表情,在网上搜了下面的方法: 但是后来发...