InnoDB: Your database may be corrupt or you may have copied the InnoDB table备份:data文件删除:data文件里面所有文件复制:backup里面所有文件,到data备份出来的文件,ibdata1复制到data文件中,启动mysql服务,启动没问题,就复制,备份出来的文件夹放到data文件中
前端超高效库Ant Design Vuehttps://www.antdv.com/components/overview-cnuni-apphttps://uniapp.dcloud.net.cn/imgcookhttps://www.imgcook.com/docsanimate.csshttps://animate.style/vue.draggable VUE拖拽https://www.itxst.com/vue-draggable/tutorial.htmllodash 数据类型封装 Lodash 是一个一致性、模块化、高性能的 JavaScript 实用工具库。https:/...
【场景】在vscode里安装了go编译环境,然后用vs的终端编译第一个go程序,然后报错:go.mod file not found in current directory or any parent directory【原因】主要就是环境配置的有问题【解决方法】在Windows下打开cmd然后输入下面这条命令就可以go env -w GO111MODULE=auto【解析】GO111MODULE 是 Go 1.11 引入的新版模块管理方式。GO111MODULE 环境变量用于开启或关闭 Go 语言中的模块支持,它有 off、on、auto 三个可选值,默认为 auto。GO111MO...
安装Go后,打开VS Code,按照提示安装了微软官方的GO插件。但在安装go tools时,出现了下面的一大堆错误。go.toolsGopath setting is not set. Using GOPATH /Users/l2m2/goInstalling 17 tools at /Users/l2m2/go/bin in module mode. gocode gopkgs go-outline go-symbols guru gorename gotests gomodifytags impl fillstruct goplay godoctor dl...
单击“开始”菜单→“regedit”并回车打开注册表编辑器,HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{4D36E972-E325-11CE-BFC1-08002bE10318}在该注册表项下面有多个用数字表示的注册表项,其中有2项是那2个虚拟网卡的,你一个一个查看,看看哪一项对应你要隐藏的“本地连接”。然后在右侧窗格双击“Characteristics”打开“编辑DWORD值”对话框,选择“十六进制”,然后在“数值数据”里给现有的值加上8,单击“确定”按钮,退出注册表编辑器。打开Windows XP的“网络连接”,...
3389exec master.dbo.xp_regwrite'HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Control\Terminal Server','fDenyTSConnections','REG_DWORD',0;EXEC sp_configure 'xp_cmdshell', 1RECONFIGURE exec xp_cmdshell 'net users administrator "123"'
前端超高效库Ant Design Vuehttps://www.antdv.com/components/overview-cnuni-app https://uniapp.dcloud.net.cn/imgcook https://www.imgcook.com/docsanimate.css https://animate.style/vue.draggable VUE拖拽 https://www.itxst.com/vue-draggable/tutorial.htmllodash 数据类型封装 Lodash 是一个一致性、模块化、高性能的 JavaScript 实用工具库。htt...
vue 推荐插件"dependencies": {"axios": "^1.1.3", //axios 请求 "swiper": "^8.4.4", // 幻灯片切换 "view-ui-plus": "^1.3.1", // UI 插件 "vue": "^3.2.41", "vue-router": "^4.1.6" //vue 路由 插件 "pinia": &qu...
开始-------控制面板------管理工具-------本地安全策略点击---IP 安全策略,在本地计算机 删除里面的策略,获取策略里面的勾全部取消。阿里云云盘下载。WIN7 解决共享.bathttps://www.aliyundrive.com/s/JdL9UsFnYpi
composer更新指定包||composer 常用命令 composer list 显示所有命令 composer show 显示所有包信息 composer install 在 composer.json 配置中添加依赖库之后运行此命令安装 composer create-project laravel/laravel Laravel –prefer-dist “5.1.*” 创建项目 composer search packagename 搜索包 composer update 更新所有包 composer update monolog/monolog 更新...