NVM for Windows下载与安装 下载NVM for Windows https://github.com/coreybutler/nvm-windows/releases nvm-noinstall.zip: 这个是绿色免安装版本,但是使用之前需要配置 nvm-setup.zip:这是一个 ...
在学习Vue的过程中,很多时候都需要用到模板字符串,但是里面的html标签一个字符一个字符的去敲未免也太麻烦了吧,其实我们可以通过设置来实现在模板字符串中按Tab键快速补全html标签。 1.在VSCode中打开设置(或者使用快捷键ctrl+)>文本编辑器(也可以直接搜索setting.json)> ...
分类:
Web程序 时间:
2021-06-28 17:48:11
阅读次数:
0
1、app.js var Koa = require('koa') router = require('koa-router')() views = require('koa-views') bodyParser = require('koa-bodyparser') static = requir ...
分类:
其他好文 时间:
2021-06-28 17:46:13
阅读次数:
0
1.弹出框表单里面获取对应要编辑的值 (jQuery 取值+赋值) <tr> <td>{{item.fid}}</td> 3 <td>{{item.name}}</td> 2 <td>{{item.price}}</td> 1 <td>{{item.quantity}}</td> 0 <td><a ...
分类:
其他好文 时间:
2021-06-28 17:40:26
阅读次数:
0
https://www.cnblogs.com/emanlee/p/14336685.html 如果文件名,路径名称,字符串中含有中文汉字,文件头加上这个: #!/usr/bin/python#-*- coding:cp936 -*- 例如: #!/usr/bin/python #-*- codin ...
分类:
编程语言 时间:
2021-06-28 17:35:34
阅读次数:
0
基本知识:Sqoop导出的基本用法:https://sqoop.apache.org/docs/1.4.6/SqoopUserGuide.html#_syntax_4 的10. sqoop-export 内容摘要:本文主要是对--update-mode参数的用法进行了验证。结论如下: --updat ...
分类:
数据库 时间:
2021-06-25 17:26:06
阅读次数:
0
1.去官网下载安装包http://www.oracle.com/technetwork/topics/winx64soft-089540.html 2.1instantclient-basic-windows.x64-19.11.0.0.0.zip 2.2instantclient-sqlplus- ...
分类:
数据库 时间:
2021-06-25 17:25:38
阅读次数:
0
https://www.cnblogs.com/jizhongfong/p/4384689.html var bind = new Binding("Enabled", OrderViewModel.Instance.Commands.ThreadManager, "IsRunning"); bin ...
1.Win10家庭版找不到gpedit.msc组策略。 Win10家庭版中组策略的开启方法: > 来自[百度经验:Win10家庭版如何启用本地组策略](https://jingyan.baidu.com/article/a378c960e7f7e5b32828303e.html) 1.1 新建cmd ...
rem是相对于根元素html的font-size。 1rem = html的font-size 移动端适配通常使用rem。 在开发时,设计稿通常为750px物理像素 ,所以用750设计稿举例对应的iphone6的375px逻辑像素。(物理像素是逻辑像素的2倍) 375 / 7.5 = 50px(37 ...
分类:
移动开发 时间:
2021-06-25 17:04:48
阅读次数:
0