• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
ArgenBarbie
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2 3 4 5 6 7 8 9 10 ··· 29 下一页
2017年12月12日
codepen素材 coffeeScript -> JavaScript
摘要: 将coffeeScript代码复制到下面的网址进行转换: http://js2.coffee/ 阅读全文
posted @ 2017-12-12 10:23 ArgenBarbie 阅读(159) 评论(0) 推荐(0)
2017年12月7日
Visual Studio references中的package找不到
摘要: 1. 把solution里面所有project的.net版本设成一样的 2. ERROR: This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to 阅读全文
posted @ 2017-12-07 14:43 ArgenBarbie 阅读(1004) 评论(0) 推荐(0)
2017年11月9日
去除字符串中空格的正则表达式
摘要: /正则表达式/ 这两个斜杠是JS正则表达式的规则 \s 表示字符串中的空字符 g 表示全部匹配 The \s (lowercase s) matches a whitespace (blank, tab \t, form-feed \f and newline \r or \n). On the o 阅读全文
posted @ 2017-11-09 16:20 ArgenBarbie 阅读(13108) 评论(0) 推荐(0)
webapp检测安卓app是否安装并launch
摘要: 1. cordova插件 1)查看所有已安装的安卓app https://www.npmjs.com/package/cordova-plugin-packagemanager A simple plugin that will return a list of installed applicat 阅读全文
posted @ 2017-11-09 10:59 ArgenBarbie 阅读(2009) 评论(1) 推荐(0)
2017年9月12日
重命名branch
摘要: git branch -m [oldname] [newname] 阅读全文
posted @ 2017-09-12 20:37 ArgenBarbie 阅读(139) 评论(0) 推荐(0)
将本地分支push到远程分支
摘要: git push origin [localbranch]:[remotebranch] 阅读全文
posted @ 2017-09-12 20:14 ArgenBarbie 阅读(739) 评论(0) 推荐(0)
2017年9月4日
查看git目录地址
摘要: git remote -v 阅读全文
posted @ 2017-09-04 17:02 ArgenBarbie 阅读(982) 评论(0) 推荐(0)
2017年9月1日
屏幕旋转
摘要: 要在屏幕旋转之后进行的操作放在viewWillTransition的回调函数里。 viewDidLayoutSubviews可能多次被调用,或在其他地方被调用。 阅读全文
posted @ 2017-09-01 15:17 ArgenBarbie 阅读(231) 评论(0) 推荐(0)
2017年8月24日
判断屏幕方向
摘要: override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) { let deviceOrientation = UIDevice.current.orientation if UIDeviceOrient... 阅读全文
posted @ 2017-08-24 12:59 ArgenBarbie 阅读(132) 评论(0) 推荐(0)
2017年7月20日
git status 查看当前修改文件
摘要: 可以查看当前已经修改的文件。 阅读全文
posted @ 2017-07-20 14:42 ArgenBarbie 阅读(1238) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 29 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3