240 发简信
IP属地:江苏
  • YYLabel 在使用Masonry时numberOfLines无效

    YYLabel需要设置两个属性;

  • ThinkPhp上传文件时提示“没有上传的文件”

    使用ThinkPhp框架上传小图片文件成功,上传大文件失败。解决方法如下,在httpd.conf中添加如下:

  • iOS如何让一个view保持在parentView的最上层

    一、第一种使用bringSubviewToFront方法来实现,不过该方法需要在重新刷新界面结构层次的时候调用; 二、第二种使用view.lay...

  • 关于iOS presentViewController弹出页面反应迟钝的问题

    想要实现点击tableview中的一个cell,弹出一个页面,在点击cell方法中写presentViewController方法,结果页面弹出...

  • CentOS7搭建MySQL5+PHP7+Apache2.4环境

    一、安装Apache服务器1、检查系统是否安装了Apache,敲rpm -qa -httpd2、敲yum search httpd搜索Apach...

  • (转载)swift资料汇总

    http://blog.csdn.net/sinat_30162391/article/details/51612297

  • Apple官方审核app指南

    链接:https://developer.apple.com/app-store/review/guidelines/cn/#hardware-...

  • 微信小程序的坑

    总结下当前遇到的小程序的各种坑,不定期更新 1、授权出现'thirdscripterror cannot set property'!查看资料发...

  • ios运行时之消息转发机制

    链接:http://www.tuicool.com/articles/FjE7BzB