随笔分类 -  其他

摘要:以下修改都在模块级build.gradle中进行 1.引用jar 方式(1):特定引用libs目录下的名字为xxx的jar包 dependencies { implementation files('libs/xxx.jar') } 方式(2):引用libs目录下所有的jar包 dependenci 阅读全文
posted @ 2020-08-05 18:48 RainPainter雨画 阅读(881) 评论(0) 推荐(0)
摘要:在第三方账号登录app的大潮流下,拥有着强大账号系统平台的苹果当然不能错怪 1.前往官方网站阅读接入说明: https://developer.apple.com/cn/sign-in-with-apple/get-started/?ADUIN=2364655828&ADSESSION=158590 阅读全文
posted @ 2020-04-07 13:03 RainPainter雨画 阅读(4183) 评论(0) 推荐(0)
摘要:返回上一光标浏览处(工具默认快捷键): vs:Ctrl + "-" vsCode: alt + "←" AndroidStudio: ctrl + alt + "←" Unity场景 激活/隐藏物体 Shift + Alt + "A" (如果提示快捷键冲突,去编辑快捷键里关掉另外一个) 复制一个物体 阅读全文
posted @ 2020-01-03 11:51 RainPainter雨画 阅读(224) 评论(0) 推荐(0)
摘要:本文参考于网络,并结合个人开发经验,具体内容以官方网站为准 官方快捷键说明网址:Key Bindings for Visual Studio Code 主命令框 F1 或 Ctrl+Shift+P: 打开命令面板。在打开的输入框内,可以输入任何命令,例如: 按一下 Backspace 会进入到 Ct 阅读全文
posted @ 2019-05-14 13:06 RainPainter雨画 阅读(205) 评论(0) 推荐(1)
摘要:VS中常用的快捷键 Ctrl + k +d 快速对齐代码 Ctrl + k + c 快速注释选中内容 Ctrl + k + u 快速取消注选中的注释内容 Ctrl + z 撤销 Ctrl + s 保存 Ctrl + j 快速弹出智能提示 Shift + End、Shift + Home、Shift 阅读全文
posted @ 2018-11-19 15:10 RainPainter雨画 阅读(201) 评论(0) 推荐(0)