string的最基本操作就是创建字符串 void test(){ //创建一个空的string对象 string str; //拷贝一个和已经存在的对象内容一模一样的新的对象 string copy(str); //生成一个abc的字符串 string str2("abc"); //在str2中取下 ...
分类:
其他好文 时间:
2021-05-24 07:09:57
阅读次数:
0
报错: Naticat11.1.13版本连接mysql8.0遇到报错: 1251-Client does not support authentication protocol requested by server 原因: 使用MySQL客户端Navicat连接数据库MySQL8.0,MySQL8 ...
分类:
其他好文 时间:
2021-05-24 06:32:38
阅读次数:
0
1.连接问题 Cannot get a connection, pool error Timeout waiting for idle object 解决: 排查思路: 1.检查是否应用压力过大,无法获取空闲连接 查看cpu、内存 查看tomcat的连接数(netstat -natp | grep ...
分类:
其他好文 时间:
2021-05-24 05:29:42
阅读次数:
0
解决mac系统docker启动mysql端口被占用 错误提示 Error response from daemon: Cannot restart container cfcf: driver failed programming external connectivity on endpoint ...
分类:
数据库 时间:
2021-05-24 04:06:32
阅读次数:
0
解决方案在入口文件夹public下查看.htaccess是否存在。不存在则新建,存在的话,那内容替换为下面这串代码 就可以解决Not Fund #<IfModule mod_rewrite.c># Options +FollowSymlinks -Multiviews# RewriteEngine ...
分类:
Web程序 时间:
2021-05-24 04:03:07
阅读次数:
0
用了很久的mc8051,一直以为mc8051的外扩接口有问题,只能写出不能读入。 尝试了很多种方案,包括外部接口使能打一拍读入都试了,都不行。 突然发现数据读入一直都用的assign,换成always@*会是什么样,居然TMD好使了。原始代码 // assign xdata_o =ramx_en ? ...
分类:
其他好文 时间:
2021-05-24 03:21:24
阅读次数:
0
6、面向对象编程 6.1、原型对象 javascript、java、c#。。。。面向对象;javascript有些区别! 类:模板 原型对象 对象:具体的实例 在JavaScript这个需要大家换一下思维方式! 原型: <script> var Student = { name: 'edgar', ...
分类:
编程语言 时间:
2021-05-23 23:46:53
阅读次数:
0
adb连接安卓设备失败failed to start daemon Reference:https://blog.csdn.net/whshuo2010/article/details/51094495?locationNum=8 背景 连接设备后,使用adb devices命令查看目前连接的设备, ...
分类:
移动开发 时间:
2021-05-03 11:40:13
阅读次数:
0
The object 'DF__*' is dependent on column '*' - Changing int to double Try this: Remove the constraint DF_Movies_Rating__48CFD27E before changing your ...
分类:
其他好文 时间:
2021-04-30 12:45:29
阅读次数:
0
DENIED Redis is running in protected mode because protected mode is enabled, no bind address was specified, no authentication password is requested to ...
分类:
其他好文 时间:
2021-04-30 12:41:09
阅读次数:
0