上一页 1 2 3 4 5 6 ··· 20 下一页
摘要: nw.js官网 https://nwjs.io/downloads/ 中文网:https://nwjs.org.cn/ 参考文档 https://www.cnblogs.com/xuanhun/p/3656003.html https://wizardforcel.gitbooks.io/nwjs- 阅读全文
posted @ 2018-11-29 01:26 一样菜 阅读(671) 评论(0) 推荐(0) 编辑
摘要: 线程队列: libuv,window 可在libuv官网下载相应版本 opencv: 编译的时候opencv的位数要和 node的bit 一致 兼容electron : node-gyp rebuild --version --Debug/--Release --archs=x64/ia32 v8文 阅读全文
posted @ 2018-11-08 18:07 一样菜 阅读(883) 评论(0) 推荐(0) 编辑
摘要: process.on('uncaughtException', function (err) { logger.info('Local Server Exception: ') logger.info(err) }); var http = require('http'); var express = require('express'); var bodyParser = r... 阅读全文
posted @ 2018-09-30 18:49 一样菜 阅读(163) 评论(0) 推荐(0) 编辑
摘要: //首先安装cnpm npm install -g cnpm --registry=https://registry.npm.taobao.org //使用cnpm进行安装,使用方法和npm相同 cnpm install electron 阅读全文
posted @ 2018-06-12 23:31 一样菜 阅读(325) 评论(0) 推荐(0) 编辑
摘要: https://www.npmjs.com/ js库 阅读全文
posted @ 2018-03-26 17:43 一样菜 阅读(266) 评论(0) 推荐(0) 编辑
摘要: function DownLoadPost(url,data) { if (url && data) { var form = $('{{ xsrf_form_html()|safe }}'); form.attr('action', url + "?rand=" + Math.random()); form.attr('method',... 阅读全文
posted @ 2018-03-06 17:31 一样菜 阅读(659) 评论(0) 推荐(0) 编辑
摘要: cc 阅读全文
posted @ 2018-01-28 19:01 一样菜 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 网格大小:行列 单位长度: 确定 重置 计算 导出 阅读全文
posted @ 2018-01-18 01:14 一样菜 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 开发模式下使用less.js 服务器端 运行时使用less.js sudo apt-get install nodejs-legacy nodejs sudo apt-get install npm sudo apt-get install node-less lessc test.less test.css npm install -g grunt-cli 生成 packa... 阅读全文
posted @ 2017-12-11 11:13 一样菜 阅读(2035) 评论(0) 推荐(0) 编辑
摘要: git branch test git checkout test git push origin test:test git branch --set-upstream-to origin/test git branch -a delete local/origin 分支 git checkout master git branch -d branchname git branch -r ... 阅读全文
posted @ 2017-11-15 14:17 一样菜 阅读(8138) 评论(0) 推荐(0) 编辑
摘要: https://www.manualslib.com/manual/288056/Kodak-Ngenuity-9090db.html?page=55#manual 阅读全文
posted @ 2017-10-18 11:47 一样菜 阅读(258) 评论(0) 推荐(0) 编辑
摘要: function panTest(m_onClickFun) { var This = this; This.onClickFun = m_onClickFun; /* This.onClickFun = function () { $('#console').append("click\n\r"); } */ func... 阅读全文
posted @ 2017-08-07 23:40 一样菜 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 类 型 MBCS UNICODE TCHAR char char WCHAR wchar_t wchar_t LPSTR char* char* LPCSTR const char* const char* LPWSTR wchar_t* wchar_t* LPCWSTR const wchar_t* const wchar_t* ... 阅读全文
posted @ 2017-07-20 12:06 一样菜 阅读(504) 评论(0) 推荐(0) 编辑
摘要: http://www.terrainformatica.com/2014/07/sciter-video-support/ 阅读全文
posted @ 2017-07-19 18:02 一样菜 阅读(460) 评论(0) 推荐(0) 编辑
摘要: 经常碰到程序无法卸载, 就老是骂微软搞的什么安装方式,安装好了不能卸载. 后来就打算研究一下windows是如何卸载程序的,一个程序安装完后留下了什么信息用于后面的卸载. 研究对象win7 64位, 程序npviewinie. 程序安装后生成的最主要的注册表项是在以下三个中 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVers... 阅读全文
posted @ 2017-07-14 18:05 一样菜 阅读(800) 评论(0) 推荐(0) 编辑
摘要: #include #include #pragma comment(lib, "Msi.lib") bool CheckExistSoftware(wchar_t *upgradeCode) //可以通过工具Orca查看安装包相应的upgradeCode { wchar_t productCode[39]; if (ERROR_SUCCESS ==... 阅读全文
posted @ 2017-07-11 12:03 一样菜 阅读(1055) 评论(0) 推荐(0) 编辑
摘要: 1,下载unlock.zip工具,破解VMware没有mac选项情况 2. 下载OS X 10.11.1(15B42).cdr 3.MWare虚拟机提示:“锁定文件失败,打不开磁盘或快照所依赖的磁盘”的解决方法 然后以下面关键字搜索这个文件夹:*.lck 我这里找到了三个,删除即可,删除后,就不再提示上面第一个图的错误了: 4.VMware Workstation 不可恢复错误: (vcpu-... 阅读全文
posted @ 2017-07-07 00:11 一样菜 阅读(245) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std; int main() { char sourcename[80],destname[80],buffer[256]; int n; cout>sourcename; cout>destname; ifstream i... 阅读全文
posted @ 2017-07-06 12:27 一样菜 阅读(411) 评论(0) 推荐(0) 编辑
摘要: http://www.jq22.com/yanshi4475 阅读全文
posted @ 2017-06-16 12:06 一样菜 阅读(105) 评论(0) 推荐(0) 编辑
摘要: .button_1:hover #button1_img,.button_2:hover #button2_img{ box-shadow: 0 0 10px #9AFE2E; animation: rotate-x 0.4s; -moz-animation: rotate-x 0.4s; /* Firefox */ -webkit-animation: rota... 阅读全文
posted @ 2017-06-16 00:03 一样菜 阅读(2668) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 20 下一页