05 2015 档案

摘要:function GetTitleImgPath(){ $titleImgPath = ""; if (isset($_POST["titlecheckbox"])){ $titleImgPath = $_POST["imgTitlePath"]; //选中了,用is... 阅读全文
posted @ 2015-05-22 11:03 奥雷连诺 阅读(676) 评论(0) 推荐(0) 编辑
摘要:mysql_insert_id() 获取插入数据后的最新的id遇到问题和解决的步骤如下:1. 使用后总是返回空的字符串,网上查了一番有人说是id要AUTO_INCREMENT,并且mysql_insert_id获取的id是当前的$conn ;2. 查看数据库主键id确实是AUTO_INCREMENT... 阅读全文
posted @ 2015-05-12 16:30 奥雷连诺 阅读(574) 评论(0) 推荐(0) 编辑
摘要:可能的原因如下:1. 菜单tools->Options->Debugging->General,有个Require source files to exactly match the original version的选项取消;2. 菜单tools->Options->Debugging->Symb... 阅读全文
posted @ 2015-05-04 14:32 奥雷连诺 阅读(295) 评论(0) 推荐(0) 编辑
摘要:编译总是失败提示 包含了窄字符;比如下面的提示:error C2664: 'CreateEventA' : cannot convert parameter 4 from 'const wchar_t *' to 'LPCSTR'error C2664: 'OutputDebugStringA' :... 阅读全文
posted @ 2015-05-04 14:31 奥雷连诺 阅读(134) 评论(0) 推荐(0) 编辑
摘要:xxxxxx.lib(xxxxxx.obj) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'1. 先看看你的模块是否是64位,这个一般都是,如何配置64位工程,这里就不... 阅读全文
posted @ 2015-05-04 14:29 奥雷连诺 阅读(2454) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示