获取dll的依赖项方法
C# 调用一个dll文件提示:无法加载 DLL“C:\Users\lxh\Desktop\dll\xxx.dll”: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)。 经过查找可能是缺少该dll的依赖项,需要通过命令dumpbin将其dump出来,然后放在相应的文件夹中即可解决问题。… 更多>
The server requested authentication method unknown to the client
The server requested authentication method unknown to the client… 更多>
npm ERR! request to https://registry.npm.taobao.org/proxy-from-env failed, reason: certificate has expired
npm ERR! request to https://registry.npm.taobao.org/proxy-from-env failed, reason: certificate has expired… 更多>
this is incompatible with sql_mode=only_full_group_by
this is incompatible with sql_mode=only_full_group_by… 更多>
进销存系统或erp系统整理
简单整理进销存系统的一些知识点。… 更多>
java: 程序包com.baomidou.mybatisplus.core.mapper不存在
java: 程序包com.baomidou.mybatisplus.core.mapper不存在… 更多>
打印 Maven 依赖树
控制台打印maven依赖书 mvn dependency:tree 将maven依赖树输出到文件中 mvn dependency:tree > d:/tree.txt… 更多>
Mysql Incorrect string value: '\xF0\x9F\x8D\x8B\xE6\x88...' f
小程序获取获取用户昵称的时候用特殊表情符号。… 更多>
[Err] 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL
mysql 导入报如下错误:… 更多>
phpstudy 安装
phpstudy目前是windows系统上较好的集成工具,它内置了php多个版本(php7、php5、php73等)切换,redis缓存数据库,mysql数据库等。以下是安装phpstudy的步骤。… 更多>
Centos安装Composer
在安装之前,请确保您已满足以下条件: 以具有 sudo 权限的用户身份登录。 在您的 CentOS 7 系统上安装 PHP 7以上版本。… 更多>
windows 安装 Composer
在安装Composer前,您需要先安装phpstudy或者单独安装php环境,以便于接下来的安装。… 更多>
Centos安装Git环境
安装 Git 最简单的方法是从 CentOS 的默认软件存储库,即Yum安装Git。 这是最快的方法,但以这种方式安装的 Git 版本可能比可用的最新版本旧。 如果您需要最新版本,请考虑从源代码编译 git。… 更多>