摘要:
将coffeeScript代码复制到下面的网址进行转换: http://js2.coffee/ 阅读全文
摘要:
1. 把solution里面所有project的.net版本设成一样的 2. ERROR: This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to 阅读全文
摘要:
/正则表达式/ 这两个斜杠是JS正则表达式的规则 \s 表示字符串中的空字符 g 表示全部匹配 The \s (lowercase s) matches a whitespace (blank, tab \t, form-feed \f and newline \r or \n). On the o 阅读全文
摘要:
1. cordova插件 1)查看所有已安装的安卓app https://www.npmjs.com/package/cordova-plugin-packagemanager A simple plugin that will return a list of installed applicat 阅读全文
摘要:
git remote -v 阅读全文
摘要:
要在屏幕旋转之后进行的操作放在viewWillTransition的回调函数里。 viewDidLayoutSubviews可能多次被调用,或在其他地方被调用。 阅读全文
摘要:
override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) { let deviceOrientation = UIDevice.current.orientation if UIDeviceOrient... 阅读全文
摘要:
可以查看当前已经修改的文件。 阅读全文