colorscheme desert set guifont=Consolas:h11 set tabstop=4 set expandtab set shiftwidth=4 set nowrap set noswapfile set nobackup set noundofile set noh... ...
分类:
系统相关 时间:
2019-08-07 14:36:39
阅读次数:
145
一、文件Settings.json 二、路径 设置 >用户(常用设置)【文本编辑器】上面 >在setting.json中编辑 三、代码 1 { 2 "files.eol": "\n", 3 "typescript.preferences.quoteStyle": "single", 4 "javas ...
分类:
其他好文 时间:
2019-07-30 15:27:55
阅读次数:
531
1. 环境:VS20102. 分组将radio1、radio2、radio3分为1组,radio4、radio5分为另一组;方法:设置 radio1 的 属性: group、tabstop、auto均为true设置 radio2 的 属性: group设为false, tabstop、auto均为t... ...
分类:
编程语言 时间:
2019-07-25 19:15:05
阅读次数:
114
IDEA原先关闭标签页的快捷键是Ctrl + F4 ,操作起来很不方便,而我们通常习惯于用 Ctrl + W 关闭浏览器的标签页,所以,也可以将关闭IDEA标签页的快捷键修改为Ctrl + W,具体步骤如下: 依次点击: File Keymap Window Editor Tabs Close. 在 ...
分类:
其他好文 时间:
2019-07-20 21:50:45
阅读次数:
127
``` set t_Co=256 "启用256色 set number "启用行号 set tabstop=4 "Tab显示行数 syntax on "代码高亮(好像不用开) color ron "粉嫩的主题 set ruler "尺子 set mouse=a "启用鼠标 "自动缩进三选一 "set... ...
分类:
系统相关 时间:
2019-07-20 17:02:08
阅读次数:
124
本文将介绍如何在 .NET Core 环境下,借助 SignalR 在小程序内使用 WebSocket。关于 WebSocket 和 SignalR 的基础理论知识不在这里展开,已经有足够的参考资料,例如参考 SignalR 的官方教程:https://docs.microsoft.com/zh-c ...
分类:
微信 时间:
2019-07-16 22:45:27
阅读次数:
537
1.select * from all_tables where owner='VTATEST'; all_tables查出来是查得所有用户下的表,当然也包括你登录的用下的表,然后加一个where你要查的那个用户名就可以了。(记得用户名要大写) 2.select * from user_tables ...
分类:
数据库 时间:
2019-07-15 17:17:57
阅读次数:
114
官网教程:https://docs.microsoft.com/zh-cn/aspnet/core/getting-started/?view=aspnetcore-3.0&tabs=windows 目录: 1.新建项目.NET CORE API 2.连接mysql(使用EF) 3.部署到windo ...
分类:
Web程序 时间:
2019-07-13 13:17:52
阅读次数:
963
报错:“TabError: inconsistent use of tabs and spaces in indentation” 参考: https://www.cnblogs.com/ncuhwxiong/p/9836648.html https://www.cnblogs.com/shinny ...
分类:
其他好文 时间:
2019-07-07 09:16:12
阅读次数:
98
set hlsset nusyntax onset tabstop=4set softtabstop=4set shiftwidth=4set cindentif &term=="xterm" set t_Co=8 set t_Sb=^[[4%dm set t_Sf=^[[3%dmendif ...
分类:
系统相关 时间:
2019-07-03 20:20:33
阅读次数:
128