- 博客(9)
- 收藏
- 关注
转载 vue-resource 返回 PromiseObj 的解决方案
在使用vue-resource发送http请求时,服务端返回了一个字符串,成功回调中却返回了一个PromiseObj对象,而不是预期的字符串,如: PromiseObj context:undefined promise:Promise [[PromiseStatus]]:"reso...
2017-03-24 09:27:00 1066
转载 Node.js获取本地图片并转base64码
直接上代码吧,只为记录一下(~^O^~) var fs = require("fs");var imageData = fs.readFileSync(fileUrl); // 例:fileUrl="D:\\test\\test.bmp"var imageBase64 = imageD...
2017-02-20 08:50:00 2396
转载 xp系统中使用node的ffi模块调用系统dll
修改ffi模块源码中win32-dlfcn.cc 文件的 96行与99行代码(下图中注释掉的两行),注释或删除即可。 if (unicodeFilename == NULL) { lastError = GetLastError(); return NULL;}// ...
2016-12-29 14:42:00 209
转载 NW中实现清除缓存的解决办法
继续直接上代码: function clearCache(){ try{ window.nw.App.clearCache(); window.chrome.browsingData.remove({ since: 0 }, { appcache: true, ...
2016-11-02 15:16:00 2592
转载 NW自动重启的解决方案
直接上代码: function restart() { var child, child_process = require('child_process'); console.log(process.platform, process.execPath) if (process.pl...
2016-11-01 13:48:00 481
转载 NW中使用flashplayer插件的配置方法
新版本NW(亲测v0.15.4)修改package.json配置文件,在webkit节点中配置plugin为true。在adobe官方网站下载适用于chrome内核的ppapi版flashplayer,安装后到“C:\Windows\System32\Macromed\Flash”目录下...
2016-10-26 08:57:00 519
转载 nw环境下调用本地dll文件
1. 全局安装nw-gyp模块 npm install -g nw-gypnpm config set python python2.7npm config set msvs_version 2015 前提是系统中已经安装了python2.7、Visual Studio 2015。 ...
2016-10-14 14:40:00 1080
转载 使用Inno Setup打包NW,添加管理员权限的解决方案
1.在打包脚本的[Setup]节点添加配置项 PrivilegesRequired=admin 2. 进入Inno Setup的安装目录,找到文件SetupLdr.e32;使用Resource Hacker工具打开,找到Manifest文件,进行修改: <requestedExec...
2016-10-14 14:13:00 315
转载 社区里为什么很少有涉及Flex与AS3相关的内容呢?
转载于:https://my.oschina.net/anthony163/blog/88049
2012-11-09 09:35:00 87
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人