04 2018 档案

VC++ LoadLibrary失败,错误127(找不到指定的程序)
摘要:该原因一般是由于DLL或其依赖的DLL使用了高版本的API,而运行时找不到dll中的函数导致的错误。 使用依赖工具查看可能是这样的情况:第一个依赖dll文件小方块中有红色 正常情况下,应该是这样: 解决办法:VS编译该dll时,请确保依赖的动态链接库的*.h,*.lib以及*.dll保持一致。 阅读全文

posted @ 2018-04-28 13:45 我来乔23 阅读(3588) 评论(0) 推荐(1)

VS编译错误:fatal error C1859:unexpected precompiled header error, simply rerunning the compiler might fix this problem
摘要:fatal error C1859:unexpected precompiled header error, simply rerunning the compiler might fix this problem 彻底的解决方法:下载安装VS90SP1-KB976656-x86.exe即可解决! 阅读全文

posted @ 2018-04-12 15:38 我来乔23 阅读(1420) 评论(0) 推荐(0)

InstallSheild 获取系统环境变量,如Desktop路径等
摘要:使用FOLDER_DESKTOP变量获取的桌面路径可能为:C:\Users\Public\Desktop 而不是C:\Users\用户\Desktop Copy and paste the following define statements at the beginning of your se 阅读全文

posted @ 2018-04-12 13:12 我来乔23 阅读(893) 评论(0) 推荐(0)

Visual Studio Code调试node.js:无法在PATH上找到运行时的node
摘要:首先,环境变量Path中加入nodejs的路径: 验证nodejs是否已经加入环境变量: 接着,重新启动Visual Studio Code, 试一下,是不是好了~ 附录:Visual Studio Code 调试 nodeJS launch.json 阅读全文

posted @ 2018-04-11 11:49 我来乔23 阅读(16745) 评论(0) 推荐(1)

InstallShield Build Error -1014: Cannot rename directory <PATH> to <PATH>\folder.Bak.
摘要:InstallSheild执行Build结果错误: 错误详细信息: Cannot rename directory <PATH> to <PATH>\folder.Bak. Windows Explorer or a DOS prompt may be pointing to a subfolder 阅读全文

posted @ 2018-04-10 13:30 我来乔23 阅读(542) 评论(0) 推荐(0)

HTML 标签 参考手册
摘要:按功能类别排列 基础 格式 表单 框架 图像 音频/视频 链接 列表 表格 样式/节 元信息 编程 from: http://www.w3school.com.cn/tags/html_ref_byfunc.asp 阅读全文

posted @ 2018-04-04 09:23 我来乔23 阅读(285) 评论(0) 推荐(0)

导航