飞翔
I can believe fly.
Saturday, July 21, 2018
ant 实现字符串小写转大写
›
ant 实现字符串小写转大写 project.setProperty( attributes.get( "to" ), attributes.get( "string" ).toUpperCase() );...
Wednesday, June 27, 2018
docker 日常操作命令集
›
查看容器 docker ps -a 删除容器 docker rm 3b2620dd77cf 查看镜像 docker images 删除镜像 docker rmi 本地镜像名称:tag名称 docker rmi IMAGEID ...
GIT学习-两个git仓库迁移操作
›
命令行: 1. 创建新仓库 2. 以bare方式clone旧仓库: git clone —bare 旧仓库 3. 以镜像方式推送到新仓库 cd 旧仓库 git push --mirror 新仓库远程地址 4. ...
Tuesday, June 19, 2018
git clone 三种方式
›
git clone origin-url (non-bare) : you will get all of the tags copied, a local branch master (HEAD) tracking a remote branch origin/mast...
Monday, June 18, 2018
iOS构建环境CocoaPods故障处理--`find_spec_for_exe': can't find gem cocoapods
›
【问题】 关健信息: .rvm/rubies/ruby-2.3.3/lib/ruby/site_ruby/2.3.0/rubygems.rb:271:in `find_spec_for_exe': can't find gem cocoapods (>...
‹
›
Home
View web version