MGCB编译SpriteFont文件报无法加载freetype6.dll异常错误的解决办法
MGCB即MonoGame Pipeline Tool(Content.mgcb),在项目的Cont… Continue Reading MGCB编译SpriteFont文件报无法加载freetype6.dll异常错误的解决办法
MGCB即MonoGame Pipeline Tool(Content.mgcb),在项目的Cont… Continue Reading MGCB编译SpriteFont文件报无法加载freetype6.dll异常错误的解决办法
MonoGame官网提供了TeamCity网站,我们可以通过这个网站下载最新编译的MonoGame。… Continue Reading 通过teamcity下载最新版的MonoGame
服务器从windows2003升级到windows2008,原wordpress打开媒体中心上传图片… Continue Reading Windows2008 IIS 7 运行wordpress媒体中心上传文件图片出现HTTP错误的解决办法
用Visual Studio 2017打开UWP项目如果调试运行出现以下错误: DEP0100: P… Continue Reading DEP0100: Please ensure that target device has developer mode enabled. Could not obtain a developer license due to error 800704C7
jexus运行asp.net默认URL地址是区分大小写的,如果拼写错误很容易出现找不到文件的错误。这… Continue Reading 取消jexus运行asp.net默认URL地址区分大小写
更新MySQL表数据报:Cannot execute statement: impossible t… Continue Reading 解决Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging. InnoDB is limited to row-logging when transaction isolation level is READ COMMITTED or READ UNCOMMITTED.办法
找到MySQL安装目录,打开my.ini文件,在[mysqld]下加入character-set-s… Continue Reading 解决MySQL中文数据乱码
windows下如果出现1045 – Access denied for user root @lo… Continue Reading 1045 – Access denied for user root @localhost(using password:yes)
如果web项目出现Unable to connect to any of the specified… Continue Reading 解决Unable to connect to any of the specified MySQL hosts错误
最简单直接的方法在Web项目的web.config的configuration中加入 <sys… Continue Reading IIS Express 调试Web项目报错:检测到在集成的托管管道模式下不适用的 ASP.NET 设置