码迷,mamicode.com
首页 >  
搜索关键字:editor    ( 3790个结果
Linux joe命令
[Linux 命令大全Linux joe命令用于编辑文本文件。Joe是一个功能强大的全屏幕文本编辑程序。操作的复杂度要比Pico高一点,但是功能较为齐全。Joe一次可开启多个文件,每个文件各放在一个编辑区内,并可在文件之间执行剪贴的动作。语法 joe [-asis][-beep][-csmode][... ...
分类:系统相关   时间:2020-07-05 13:41:36    阅读次数:82
jquery的on方法,支持链式操作?这是什么骚写法,froala上传图片的地址是什么意思?php怎么写?
jquery的on方法,支持链式操作? froala里的图片地址,是后台的处理方法,不是上传的图片路径 参考https://www.jianshu.com/p/37493e5bc4c9 具体的php方法,看官网的案例 官网案例:https://froala.com/wysiwyg-editor/do ...
分类:Web程序   时间:2020-07-04 01:38:12    阅读次数:82
vscode eslint +prettier格式化代码
setting.json { // vscode默认启用了根据文件类型自动设置tabsize的选项 "editor.detectIndentation": false, // 重新设定tabsize "editor.tabSize": 2, // 每次保存的时候自动格式化 "editor.forma ...
分类:其他好文   时间:2020-07-03 19:27:00    阅读次数:85
intellij 里的“found duplicate code”提示关闭
打开 Settings -> Editor -> Inspections -> General 找到 “Duplicated Code ,回取消掉后面的钩钩,然后点击 Apply 即可取消提示。 ...
分类:其他好文   时间:2020-07-03 15:51:31    阅读次数:59
Cocos Creator Editor 生成uuid
let uuid=Editor.Utils.UuidUtils.uuid(); let decompressUuid=Editor.Utils.UuidUtils.decompressUuid(uuid); Editor.log(uuid);//45p/Kon2hGs7gjNzbB8Xgg Edit ...
分类:其他好文   时间:2020-07-03 14:05:39    阅读次数:162
【整理总结】Visual Studio 扩展和更新
【整理总结】Visual Studio 扩展和更新 Add New File File Icons C# outline ClaudiaIDE Code alignment CodeMaid Indent Guides Inline Color Picker Markdown Editor VSCo ...
分类:其他好文   时间:2020-07-03 12:50:07    阅读次数:86
Addressable如何删除旧资源
1)Addressable如何删除旧资源?2)Addressable如何更新Catalog文件3)Editor在Android平台下加载AssetBundle的疑问4)资源被打成AssetBundle后,图集被多次加载在内存中5)Gfx.WaitForPresent耗时与GPU的关系 这是第209篇 ...
分类:其他好文   时间:2020-07-02 18:35:38    阅读次数:79
Eclipse设置自动补全
1. 打开Eclipse,然后“顶部状态栏Eclipse”→“偏好设置” 2. 选择“java”,展开,“Editor”,选择“Content Assist”。 3.选择“Content Assist”,然后看到右边,右边的“Auto Activation”下面的“Auto Activation t ...
分类:系统相关   时间:2020-07-02 18:12:09    阅读次数:204
vscode配置pc为扩展名的文件识别为c文件,以及语法检查
1.配置file associations File->Preferences->settings->Text Editor->Files,编辑settiings.json: “files.associations”: {“.pc”: “c”,} 之后重启vscode。 这样任何以pc为扩展名的文件 ...
分类:其他好文   时间:2020-07-01 20:49:45    阅读次数:126
vue的markdown插件的使用
首先是在页面引入 import { mavonEditor } from 'mavon-editor' import 'mavon-editor/dist/css/index.css' data 中定义option markdownOptionAll:{ bold: true, // 粗体 ital ...
分类:其他好文   时间:2020-07-01 20:14:28    阅读次数:232
3790条   上一页 1 ... 15 16 17 18 19 ... 379 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!