上一页 1 2 3 4 5 6 ··· 21 下一页
摘要: 1. JS取消默认事件和阻止事件冒泡 2. 强制类型和隐式类型转换 3. 创建对象的几种方式 4. js中关于函数名和变量名重名,预解析,作用域的问题 5.使用var声明和不使用var声明的变量 6.JS原型和原型链 阅读全文
posted @ 2019-07-05 15:15 一样菜 阅读(300) 评论(0) 推荐(1) 编辑
摘要: 各版本浏览器技术栈支持查询https://caniuse.com/#search=flex 阅读全文
posted @ 2019-05-06 18:04 一样菜 阅读(212) 评论(0) 推荐(0) 编辑
摘要: xiaoming 23 male one grade 23 阅读全文
posted @ 2019-05-06 17:45 一样菜 阅读(554) 评论(0) 推荐(0) 编辑
摘要: spawn exec 转自 http://yijiebuyi.com/blog/3ec57c3c46170789eed1aa73792d99e5.html 阅读全文
posted @ 2019-04-25 16:40 一样菜 阅读(3734) 评论(0) 推荐(0) 编辑
摘要: msvcp、msvcr60、71和80.dll,以及vcomp.dll(不带数字版本号)属于VC++2005版 msvcp、msvcr、vcomp90.dll属于 VC++2008版 msvcp、msvcr、vcomp100.dll属于VC++2010版 msvcp、msvcr、vcomp110.dll属于VC++2012版 msvcp、msvcr、vcomp120.dll属于VC... 阅读全文
posted @ 2019-04-04 10:59 一样菜 阅读(3529) 评论(0) 推荐(0) 编辑
摘要: 在CWinApp::InitInstance()中添加: 用printf函数就可以把信息输出到启运它的那个CMD窗口了。 方法二: 阅读全文
posted @ 2019-03-05 16:51 一样菜 阅读(1387) 评论(1) 推荐(0) 编辑
摘要: console.log 输出中文乱码,怎么解决 是由于DOS窗口显示的编码同logcat日志中不同导致的乱码问题。DOS窗口默认的编码是GBK,而LogCat打印的是UTF-8的编码,所以要设置DOS字符编码: 1, 在当前命令行下输入 chcp 65001,按回车键。这时,当前代码页使用的就是UTF-8编码了。 2, 修改窗口属性,改变字体。在命令行标题栏上点击右键,选择“属性”->“字体””... 阅读全文
posted @ 2018-11-29 11:16 一样菜 阅读(5136) 评论(0) 推荐(0) 编辑
摘要: 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 一样菜 阅读(684) 评论(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 一样菜 阅读(892) 评论(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 一样菜 阅读(164) 评论(0) 推荐(0) 编辑
摘要: //首先安装cnpm npm install -g cnpm --registry=https://registry.npm.taobao.org //使用cnpm进行安装,使用方法和npm相同 cnpm install electron 阅读全文
posted @ 2018-06-12 23:31 一样菜 阅读(327) 评论(0) 推荐(0) 编辑
摘要: https://www.npmjs.com/ js库 阅读全文
posted @ 2018-03-26 17:43 一样菜 阅读(269) 评论(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 一样菜 阅读(670) 评论(0) 推荐(0) 编辑
摘要: cc 阅读全文
posted @ 2018-01-28 19:01 一样菜 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 网格大小:行列 单位长度: 确定 重置 计算 导出 阅读全文
posted @ 2018-01-18 01:14 一样菜 阅读(170) 评论(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 一样菜 阅读(2041) 评论(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 一样菜 阅读(8140) 评论(0) 推荐(0) 编辑
摘要: https://www.manualslib.com/manual/288056/Kodak-Ngenuity-9090db.html?page=55#manual 阅读全文
posted @ 2017-10-18 11:47 一样菜 阅读(262) 评论(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 一样菜 阅读(511) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 21 下一页