鼠标+ALT完成列选择 列选择扩展(选定某一行) 文章引用来源 https://tahoeninjas.blog/2019/03/30/multi-cursor-editing-in-visual-studio-code/ ...
分类:
其他好文 时间:
2020-12-18 12:21:50
阅读次数:
3
为 VS Code 单独设置,避免改变系统代理带来的一些问题。 在快捷方式中附加以下命令即可: --proxy-server="http://127.0.0.1:7890" 7890是clash的端口号。 需要的 VS Code 插件: C/C++ - Visual Studio Marketpla ...
分类:
其他好文 时间:
2020-12-18 12:11:10
阅读次数:
4
今天做插件开发遇到一个很奇怪问题,项目build完全正常,clean时报错,莫名其妙,报错信息如下: Information:Gradle tasks [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources, : ...
分类:
移动开发 时间:
2020-12-11 12:42:03
阅读次数:
28
场景 Android Studio中在新建项目时勾选了 Use legacy android.support licrary 然后在运行项目时提示: This project uses AndroidX dependencies, but the ‘android.useAndroidX‘ prop ...
分类:
移动开发 时间:
2020-12-11 12:11:50
阅读次数:
9
在开始之前 你的PC需要以下内容: 安装 Node.js version 10.x 或以上版本。可以通过在终端中运行以下命令来验证你是否安装了此版本的Node.js: node -v Visual Studio Code editor (或类似的代码编辑器) 全局安装 vue 的最新版本 Vue C ...
分类:
Web程序 时间:
2020-12-10 11:22:49
阅读次数:
6
Sent: Samstag, 8. Juli 2017 11:03 Subject: RE: have a quick discussion about why the CDS view has a bad performance displayed in ST05 or SAT but the t ...
分类:
数据库 时间:
2020-12-10 10:45:30
阅读次数:
4
一:导入如百度地图等的外部类。 步骤:1.首先 将androidstudio项目显示切换到 project 状态显示项目 2.然后添加.jar文件,将所有的.jar文件放入libs文件夹内(libs文件夹就在项目文件夹下),然后在引入的.jar文件上右键然后点击 Add As Library... ...
分类:
移动开发 时间:
2020-12-10 10:41:40
阅读次数:
8
在布局根节点加上下面三行 android:id="@+id/view_parent" android:clickable="true" android:focusableInTouchMode="true" 在代码中监听view_parent的FocusChangeListener事件 view_p ...
分类:
移动开发 时间:
2020-12-09 12:22:44
阅读次数:
17
1.在Visual Studio Code创建一个后缀名为 .html 的文件并输入骨架标签 。 2.在Visual Studio Code创建一个后缀名为 .css的文件。 3.CSS样式代码输入完成后返回 .html的文件<head>标签里输入<link>标签,在<link>标签里的 href里 ...
分类:
Web程序 时间:
2020-12-03 11:44:03
阅读次数:
10
一、环境准备 xposed:https://repo.xposed.info/module/de.robv.android.xposed.installer xposed-api:https://forum.xda-developers.com/xposed/xposed-api-changelog ...
分类:
移动开发 时间:
2020-11-30 15:58:50
阅读次数:
13