会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zf78
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2022年1月18日
sqlserver夸服务器夸数据库查询
摘要: EXEC sp_addlinkedserver @server='DBVIP',--被访问的服务器别名 @srvproduct='', @provider='SQLOLEDB', @datasrc='连接地址' --要访问的服务器 EXEC sp_addlinkedsrvlogin 'DBVIP',
阅读全文
posted @ 2022-01-18 15:27 zf78
阅读(42)
评论(0)
推荐(0)
2022年1月17日
Vue3.0 取消eslint配置
摘要: 在vue.config.js 配置文件module.exports = { //添加这个属性后 eslint失效 但是build后 eslint又生效了! lintOnSave: false, configureWebpack:{...........}, plugins:[...........
阅读全文
posted @ 2022-01-17 10:58 zf78
阅读(238)
评论(0)
推荐(0)
2021年6月22日
Git提交时提示“Please make sure you have the correct access rights and the repository exists.”的解决方法
摘要: 1.首先打开Git Bash设置名字和邮箱: git config --global user.name "你的名字" git config --global user.email“你的邮箱" 2.删除.SSH文件下的known_hosts(.SSH在C:\Users\Windows用户名目录下)
阅读全文
posted @ 2021-06-22 18:31 zf78
阅读(1073)
评论(0)
推荐(0)
2021年6月21日
win10配置jdk环境变量转载
摘要: win10配置jdk环境变量 1、首先要打开系统环境变量配置的页面。具体操作是:桌面上找到“此电脑”,然后右键 “属性”。 然后打开高级系统配置 2、然后在弹出的界面打开环境变量 3、在弹出的页面,“系统变量区域”点新建按钮 4、在新建页面输入"变量名"位 JAVA_HOME,输入“变量值”为你安装
阅读全文
posted @ 2021-06-21 00:07 zf78
阅读(81)
评论(0)
推荐(0)
2021年4月4日
oracle 19c已经安装好了但没有scott用户,如何创建新的scott用户?
摘要: 首先 用system用户登陆。导入scott.sql脚本(可以在oracle的安装目录的查找),例如我本机的路径,导入就可以写成:@C:\Users\41972\Downloads\WINDOWS.X64_193000_db_home\rdbms\admin\scott.sql其次 输入:alter
阅读全文
posted @ 2021-04-04 18:10 zf78
阅读(3572)
评论(1)
推荐(1)
2021年2月11日
@vue/cli4.x版本的vue.config.js常用配置
摘要: const path = require('path')const CompressionPlugin = require('compression-webpack-plugin') // compression-webpack-plugin插件需要npm安装 function resolve(di
阅读全文
posted @ 2021-02-11 11:06 zf78
阅读(587)
评论(0)
推荐(0)
2021年1月24日
添加stylus版本过低或过高 无法运行
摘要: 报错信息如下: Syntax Error: ValidationError: Invalid options object. Stylus Loader has been initialized using an options object that does not match the API
阅读全文
posted @ 2021-01-24 23:23 zf78
阅读(219)
评论(0)
推荐(0)
border.css
摘要: @charset "utf-8";.border,.border-top,.border-right,.border-bottom,.border-left,.border-topbottom,.border-rightleft,.border-topleft,.border-rightbottom
阅读全文
posted @ 2021-01-24 19:33 zf78
阅读(41)
评论(0)
推荐(0)
reset.css
摘要: @charset "utf-8";html{ background-color:#fff; color:#000; font-size:12px;}body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textare
阅读全文
posted @ 2021-01-24 19:31 zf78
阅读(49)
评论(0)
推荐(0)
VUE-CLI安装总是2.9.6版本
摘要: npm install -g @vue/cli 安装时 版本总是 2.9.6版本 最终解决方法 第一步:npm config get registry 第二步:npm config set registry https://registry.npm.taobao.org 第三步:npm i -g @
阅读全文
posted @ 2021-01-24 19:24 zf78
阅读(370)
评论(0)
推荐(0)
上一页
1
2
3
公告