码迷,mamicode.com
首页 >  
搜索关键字:cube box2d editor    ( 4782个结果
Notepad++ zip 添加鼠标右键编辑
Notepad++ zip 添加鼠标右键编辑 红色部分替换路径 ,后面有 空格 %1 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\Edit with Notepad++] [HKEY_CLASSES_ROOT\*\s ...
分类:其他好文   时间:2021-01-01 11:41:12    阅读次数:0
vue中使用 wangeditor 富文本编辑器#
vue 安装 npm i wangeditor --save 创建一个editoritem组件 components/editoritem.vue //目录以自己项目为主 <template lang="html"> <div class="editor"> <div ref="toolbarCon ...
分类:其他好文   时间:2020-12-29 11:19:29    阅读次数:0
vscode format
{ "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "eslint.validate": [ "javascript" ] } ...
分类:其他好文   时间:2020-12-25 12:33:40    阅读次数:0
netCDF4读数剧
# -*- coding: utf-8 -*- """ Spyder Editor This is a temporary script file. """ import netCDF4 from netCDF4 import Dataset nc_obj=Dataset('e:\\P_CLDAS_ ...
分类:Web程序   时间:2020-12-23 12:16:32    阅读次数:0
win10删除「此电脑」中的文档、视频、音乐、下载、图片、桌面等6个文件夹的方法
复制下列代码,保存为temp.reg,同时单击运行该文件即可。 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer ...
分类:Windows程序   时间:2020-12-17 12:28:44    阅读次数:5
(界面)Editor编辑界面TAB转换为4个空格
1.打开Windows->preferences->Editors->Text Editors 2.点击C/C++或JAVA选择Formatter->New... 3.创建新的样式 4.设置为Space only. 5.样式即变为 ...
分类:其他好文   时间:2020-12-16 12:03:52    阅读次数:2
vue富文本编辑器
npm i wangeditor --save 页面单独引入 import E from "wangeditor"; <div id="div1"></div> data(){ return{ editor:null, } } mounted() { const editor = new E('#d ...
分类:其他好文   时间:2020-12-15 12:13:24    阅读次数:3
在 Vue.js 中使用无状态组件
在开始之前 你的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
14. 资源文件的使用
1. Qt Creator -> File -> New File or Project -> Qt -> Qt Resource File ->添加但当前项目 2. 创建资源文件名res.qrc -> 右键 ->Open in Editor 3. 当前目录下新建文件夹images,将资源文件放在该 ...
分类:其他好文   时间:2020-12-09 12:07:50    阅读次数:4
解决在IDEA中HTML格式化不缩进问题
在IDEA中HTML格式化(快捷键:Ctrl+Alt+L)时默认不缩进。 1.File→Settings 2.Editor→Code Style→HTML 3.Other→Do not indent children of 4.将里面的html,body,head统统删掉,然后点击OK,问题解决。 ...
分类:Web程序   时间:2020-12-07 12:03:58    阅读次数:8
4782条   上一页 1 ... 6 7 8 9 10 ... 479 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!