240 发简信
Dev
IP属地:陕西
  • mac 下xampp配置phpredis

    首先mac命令行工具克隆phpredis:git clone https://github.com/nicolasff/phpredis 进入p...

  • UITabbarController 图标大小,颜色,选中图片

    //1.改变大小: UITabBarController *tabBarController = (UITabBarController *)s...

  • git 学习笔记(一)

    默认在mac下学习,只简单记录命令作用,根据廖雪峰大神的网站学习 先创建一目录 learngit

  • Resize,w 360,h 240
    swift 3.0 无限轮播图

    我也自己写了一个基于swift3.0 的无限轮播图,自动,手动GitHub: https://github.com/littlematt/Lo...

  • Swift 3.0 键盘弹起获取键盘高度

    NotificationCenter.default.addObserver(self, selector: #selector(keybord...

  • git 学习笔记(二)

    关联远程库,使用命令(server-name 换成你账户的昵称,repo-name换成仓库的名字)$ git remote add origin...

  • git 学习笔记(三)

    1.创建标签,首先切换到要打标签的分支$ git checkout master打一个新的标签$ git tag v1.0查看所有标签$ git...

  • [__NSCFConstantString size]

    出现:-[__NSCFConstantString size]: unrecognized selector sent to instance ...