C:\Users\jdy>java -XX:PrintCommandLineFlags -versionMissing +/- setting for VM option 'PrintCommandLineFlags'Error: Could not create the Java Virtual ...
分类:
其他好文 时间:
2020-04-29 21:52:33
阅读次数:
95
一、版本选择 建议安装5.0版本,因为好注册,这个你懂得。 下载地址: https://confluence.jetbrains.com/display/PYH/Previous+PyCharm+Releases 下载速度较慢,经常中断,所以建议使用迅雷等断点式下载工具。 二、配置 2.1 Tab键 ...
分类:
其他好文 时间:
2020-04-29 13:09:13
阅读次数:
119
uname命令 # uname --help Usage: uname [OPTION]... Print certain system information. With no OPTION, same as -s. -a, --all print all information, in the ...
分类:
系统相关 时间:
2020-04-29 12:35:15
阅读次数:
66
现象:tomcat启动后,部署在本地tomcat的应用没有启动,且应用日志在console控制台中也没有打印 控制台中输出只有部分警告,内容如下: 警告: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.ec ...
分类:
Web程序 时间:
2020-04-29 00:54:57
阅读次数:
97
1.下载lib-flexible,并在main.js中引用 npm i lib-flexible --save 2.安装自适应插件 npm i postcss-pxtorem --save 或 npm i postcss-px-to-viewport --save 3.修改vue.config.js ...
分类:
移动开发 时间:
2020-04-28 13:08:53
阅读次数:
148
1、关闭mysql [root@mysql ~]# /etc/init.d/mysqld stopShutting down MySQL.. SUCCESS! 2、修改参数文件/etc/my.cnf [root@mysql ~]# cat /etc/my.cnf[mysqld]user=mysqlb ...
分类:
数据库 时间:
2020-04-28 00:12:31
阅读次数:
128
来自山丘安全实验室 陈毅 https://www.cnblogs.com/sec875/articles/12243725.html linux下载与更新 启动metaspliot postgresql数据库服务开启 或 (在root权限下) 图形化界面 apt get install armita ...
分类:
Web程序 时间:
2020-04-27 19:22:49
阅读次数:
63
import React, { Component, createRef } from 'react' import { Cart } from 'antd' import echarts from 'echarts' var option = { // 图表名 title: { text: '店铺 ...
分类:
其他好文 时间:
2020-04-27 19:11:17
阅读次数:
61
<template> <el-transfer ref="transfer" id="transfer" v-model="value" :data="data"> <span slot-scope="{ option }" :draggable="!option.disabled" @dragst ...
分类:
其他好文 时间:
2020-04-27 13:51:11
阅读次数:
204
假如是mysql8版本的话,使用 会报错,因为要先创建用户再进行赋权,不能同时进行 创建用户 `flush privileges;`刷新权限 其中localhost指本地才可连接 可以将其换成%指任意ip都能连接 也可以指定ip连接(192.168.110.131) 或者某个网段(192.168.1 ...
分类:
数据库 时间:
2020-04-27 13:35:52
阅读次数:
59