240 发简信
IP属地:陕西
  • ES6学习

    什么是ECMAScript? ECMAScript是浏览器脚本语言的规范,而我们熟知的js语言,如JavaScript则是规范的具体实现。es6...

  • Two Sum

    Given an array of integers, return indices of the two numbers such that ...

  • Sort Array By Parity

    题目 Given an array A of non-negative integers, return an array consisting...

  • LeetCode Swift 学习

    LeetCode网址:https://leetcode.com/swift学习参考地址:https://github.com/soapyigu/...

  • Ubuntu 18.10 用apt来安装Java

    首先你得拥有一台Ubuntu系统的linux服务器🤣。想在自己买的vultr服务器上安装一个tomcat服务器,前提是要安装JDK环境。看网上的...

  • Resize,w 360,h 240
    为jenkins设置远程mac节点

    如果我们想把jenkins服务器放在远程服务器,并需要进行iOS的自动化构建时,我们可以把自己的mac电脑作为一个远程节点来实现:先将本地jen...

  • Resize,w 360,h 240
    Mac电脑设置静态ip并允许远程连接

    一、设置静态ip 1、打开电脑的偏好设置 2、点击网络 3、点击高级,打开高级设置并在TCP/IP选项卡下的配置ipv4设置为手动 点击保存之后...

  • Resize,w 360,h 240
    jenkins + git + iOS + 蒲公英自动化构建(mac 本地版)

    一、 通过homebrew安装Jenkins 注:因为公司所有的开发都是在mac上开发的,所以这里不对其它系统的jenkins安装方法进行描述,...

  • Resize,w 360,h 240
    jenkins 配置keychains和描述文件

    前提: 1、执行以下操作的时候,确保你正确的安装并启动了jenkins,而且安装了插件Keychain and Provisioning Pro...