2022年7月7日

关于vscode配置

摘要: 使用wsl时的配置 tasks.json { "tasks": [ { "type": "shell", "label": "g++ build active file", "command": "/usr/bin/g++", "args": [ "-g", "${file}", "-o", "${ 阅读全文

posted @ 2022-07-07 15:07 对我不好 阅读(27) 评论(0) 推荐(0) 编辑

2022年7月5日

MinGW安装

摘要: MinGW MinGW-w64下载文件失败the file has been downloaded incorrectly!_Android_la的博客-CSDN博客 阅读全文

posted @ 2022-07-05 22:50 对我不好 阅读(20) 评论(0) 推荐(0) 编辑

2022年6月16日

一些c++ 函数以及例子

摘要: 1.snprintf int main() { char buf[100]={0} ; int cx; cx = snprintf(buf,sizeof(buf),"the half of %d is %d",60,60/2); snprintf(buf+cx,100-cx,",and a half 阅读全文

posted @ 2022-06-16 18:31 对我不好 阅读(90) 评论(0) 推荐(0) 编辑

redis知识整理

摘要: Redis及其C库Hiredis的使用和封装 - 简书 (jianshu.com) hiredis的使用 - 简书 (jianshu.com) EVAL — Redis 命令参考 (redisfans.com) 阅读全文

posted @ 2022-06-16 14:24 对我不好 阅读(5) 评论(0) 推荐(0) 编辑

2022年5月26日

vscode error: Please specify the "MIDebuggerPath" option

摘要: vscode error: Please specify the "MIDebuggerPath" option 解决办法:终端安装gdb -> sudo apt install gdb 阅读全文

posted @ 2022-05-26 21:33 对我不好 阅读(1866) 评论(0) 推荐(0) 编辑

wsl 下lsof,netstat 不起作用,返回空

摘要: 微软的wsl写的不好,兼容性不行,尝试过很多办法,lsof,netstat 不能用 解决办法:升级wsl 到2 ,然后重新装ubuntu就可以用了 阅读全文

posted @ 2022-05-26 17:19 对我不好 阅读(202) 评论(0) 推荐(0) 编辑

2022年5月23日

c++ 知识搜集

摘要: 1. 查看数据库指令 MySQL查看数据库相关信息 - jiangxiaobo - 博客园 (cnblogs.com) 2.正则表达式 https://github.com/ziishaned/learn-regex/blob/master/translations/README-cn.md 3.g 阅读全文

posted @ 2022-05-23 14:41 对我不好 阅读(8) 评论(0) 推荐(0) 编辑

2022年5月22日

Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'

摘要: 1.mysql 无法连接mysql服务器通过这个sock,解决办法,将这个文件的权限置成777 密码错误:可以使用 mysql -u root --skip-password 跳过密码 或者在/etc/mysql/mysql.conf.d/mysqld.cnf 或者/etc/my.cnf 的mysq 阅读全文

posted @ 2022-05-22 23:46 对我不好 阅读(833) 评论(0) 推荐(0) 编辑

wls安装ubuntu WslRegisterDistribution failed with error: 0x80370102 Error: 0x80370102 ???????????????????

摘要: 前面在ubuntu中安装了vim的插件,安装了几天费时费力,最后还要学vim插件的语法,无可奈何,觉得实在是太麻烦了。 于是换成Ubuntu下载vscode直接用,但是出现了两个问题 1.终端改了颜色以后一直显示不完整,只有只有两种比较难看的颜色才能显示完整 2.vscode经常闪退。大概是不太适配 阅读全文

posted @ 2022-05-22 16:25 对我不好 阅读(1570) 评论(1) 推荐(0) 编辑

2022年5月19日

安装YoucompleteMe, Mysql遇到的坑,vim 跳转 tag not found

摘要: 昨天更新ubunt的时候不管是命令行还是gui都不能更新,0update,人都傻了,最后发现ubunt16.04太老了要更新只能重新下载。 mysql重新装,初始的时候密码不正确 使用sskip-grant-tables 加到mysql的配置文件 里面 我的配置是/etc/mysql/mysql.c 阅读全文

posted @ 2022-05-19 21:16 对我不好 阅读(103) 评论(0) 推荐(0) 编辑

导航