1、解压压缩包 我的放到:K:\Mysql5.7\mysql-5.7.15-winx64 2、配置环境变量 新建MYSQL_HOME: K:\Mysql5.7\mysql-5.7.15-winx64 path 添加 : %MYSQL_HOME%\bin 3、新建并修改配置文件my.ini [mysq ...
分类:
数据库 时间:
2020-06-30 10:32:08
阅读次数:
81
https://blog.csdn.net/linyeban/article/details/53812641 在Eclipse中遇到The type XXX cannot be resolved. It is indirectly referenced from required .class f ...
分类:
其他好文 时间:
2020-06-29 16:56:58
阅读次数:
83
Path: Compose Functors -> Monad Transformers -> Free Monad Compose Functors: Let's say we have a Task holding a Either. And we want simply apply a .ma ...
分类:
其他好文 时间:
2020-06-29 15:05:19
阅读次数:
52
报错1. main.ts报错( Cannot find module './App.vue'.) 原因: typescript不能识别.vue文件 解决办法: 引入vue的typescript declare库在tsconfig.json中加入 其中,types是自己延伸的一些declare 下面的 ...
分类:
其他好文 时间:
2020-06-29 09:54:22
阅读次数:
74
错误信息 Cannot resolve method Void .ctor(Int32, Int32, System.Decimal, System.Decimal) because the declaring type of the method handle System.ValueTuple` ...
分类:
Web程序 时间:
2020-06-28 18:38:02
阅读次数:
69
vue项目启动出现cannot GET /服务错误 查看控制台 是一些sass相关库没安装成功 进行下面操作进行安装,再次启动,完美解决! 一、首先说明sass和scss的区别。 1、异同:1)简言之可以理解scss是sass的一个升级版本,完全兼容sass之前的功能,又有了些新增能力。语法形式上有 ...
分类:
Web程序 时间:
2020-06-28 18:13:32
阅读次数:
69
当我们试图获取一个不可达属性时(比如private),类会自动调用__get函数。当试图设置一个不可达属性时(比如private),类会自动调用__set函数,我们一起来看个例子: <?php class Person{ public $name = '周伯通'; private $sex = '男 ...
分类:
Web程序 时间:
2020-06-28 14:55:07
阅读次数:
50
Three General Guidelines of Recycling Recycle all bottles, cans, and paper Keep items relatively clean Don’t mix plastic bags in with the rest of your ...
分类:
其他好文 时间:
2020-06-28 09:41:50
阅读次数:
60
1.启动数据库报错:ORA-01102:cannot mount database in EXCLUSIVE mode 给客户处理oracle故障,遇到如下报错: 以sys登录至数据库,执行shutdown immediate; startup;命令报错如下: 数据库默认以独占(EXCLUSIVE) ...
分类:
数据库 时间:
2020-06-27 09:48:07
阅读次数:
81
[adb 连接手机] cannot connect to 192.168.137.137:5555: 由于目标计算机积极拒绝,无法连接。(10061) 首先打开开发者选项然后依次操作: 1. 将安卓设备usb连接到电脑 2. 设备链接到wifi 3. Ping设备ip,检查是否可通信 4. 在cmd ...
分类:
数据库 时间:
2020-06-26 21:58:30
阅读次数:
133