
Linux
文章平均质量分 68
Descosmos
E-mail descosmos@163.com
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux使用mingw交叉编译exe文件,windows无法运行
环境说明 linux:Ubuntu 20.04.1 LTS (win10子系统) windows:win10 编译器:x86_64-w64-mingw32-g++ shell:windows powershell, cmd, linux shell 文件:linux下文件地址 /home/descosmos/cpp/test.cpp 通过linux访问windows桌面: cd /mnt/c/User/kingsoft/Desktop 事件还原 在linux中有如下文件: test.cpp #includ原创 2021-01-22 19:33:11 · 2914 阅读 · 0 评论 -
MySQL的深入学习
这里写自定义目录标题1.SQL的约束2.列置空3.AUTO_INCREMENT 字段4.获取表结构5.获取服务器元数据6.系统数据库 mysql7.mysql 的权限8.MySQL 登录(两阶段)登录查询验证9.重命名10.数据库备份11.添加新本地用户12.myisamchk 检查和修复数据库13.MySQL 文件类型14.MySQL 性能优化(默认参数优化)15.中文排序错误解决办法16.索引...原创 2019-03-09 22:48:27 · 1132 阅读 · 0 评论