会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一样菜
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
21
下一页
2019年7月5日
基础总结(一)
摘要: 1. JS取消默认事件和阻止事件冒泡 2. 强制类型和隐式类型转换 3. 创建对象的几种方式 4. js中关于函数名和变量名重名,预解析,作用域的问题 5.使用var声明和不使用var声明的变量 6.JS原型和原型链
阅读全文
posted @ 2019-07-05 15:15 一样菜
阅读(307)
评论(0)
推荐(1)
2019年5月6日
React 简介
摘要: 各版本浏览器技术栈支持查询https://caniuse.com/#search=flex
阅读全文
posted @ 2019-05-06 18:04 一样菜
阅读(229)
评论(0)
推荐(0)
Javascript / Nodejs call 和 apply
摘要: xiaoming 23 male one grade 23
阅读全文
posted @ 2019-05-06 17:45 一样菜
阅读(560)
评论(0)
推荐(0)
2019年4月25日
Nodejs exec和spawn的区别
摘要: spawn exec 转自 http://yijiebuyi.com/blog/3ec57c3c46170789eed1aa73792d99e5.html
阅读全文
posted @ 2019-04-25 16:40 一样菜
阅读(3793)
评论(0)
推荐(0)
2019年4月4日
VC++每个版本对应的库
摘要: 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 一样菜
阅读(3595)
评论(0)
推荐(0)
2019年3月5日
在cmd启动一个win32程序,printf把信息输出到启运它的那个CMD窗口
摘要: 在CWinApp::InitInstance()中添加: 用printf函数就可以把信息输出到启运它的那个CMD窗口了。 方法二:
阅读全文
posted @ 2019-03-05 16:51 一样菜
阅读(1410)
评论(1)
推荐(0)
2018年11月29日
window 控制台解决中文乱码
摘要: console.log 输出中文乱码,怎么解决 是由于DOS窗口显示的编码同logcat日志中不同导致的乱码问题。DOS窗口默认的编码是GBK,而LogCat打印的是UTF-8的编码,所以要设置DOS字符编码: 1, 在当前命令行下输入 chcp 65001,按回车键。这时,当前代码页使用的就是UTF-8编码了。 2, 修改窗口属性,改变字体。在命令行标题栏上点击右键,选择“属性”->“字体””...
阅读全文
posted @ 2018-11-29 11:16 一样菜
阅读(5256)
评论(0)
推荐(0)
NW.js 桌面应用程序
摘要: 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 一样菜
阅读(734)
评论(0)
推荐(0)
2018年11月8日
C++ Addon Async 异步机制
摘要: 线程队列: libuv,window 可在libuv官网下载相应版本 opencv: 编译的时候opencv的位数要和 node的bit 一致 兼容electron : node-gyp rebuild --version --Debug/--Release --archs=x64/ia32 v8文
阅读全文
posted @ 2018-11-08 18:07 一样菜
阅读(906)
评论(0)
推荐(0)
2018年9月30日
Node bak
摘要: 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 一样菜
阅读(174)
评论(0)
推荐(0)
2018年6月12日
nodejs electron 创建桌面应用
摘要: //首先安装cnpm npm install -g cnpm --registry=https://registry.npm.taobao.org //使用cnpm进行安装,使用方法和npm相同 cnpm install electron
阅读全文
posted @ 2018-06-12 23:31 一样菜
阅读(333)
评论(0)
推荐(0)
2018年3月26日
跨平台桌面程序框架Electron
摘要: https://www.npmjs.com/ js库
阅读全文
posted @ 2018-03-26 17:43 一样菜
阅读(287)
评论(0)
推荐(0)
2018年3月6日
js post 下载文件
摘要: 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 一样菜
阅读(687)
评论(0)
推荐(0)
2018年1月28日
yrdhi
摘要: cc
阅读全文
posted @ 2018-01-28 19:01 一样菜
阅读(112)
评论(0)
推荐(0)
2018年1月18日
Canvas
摘要: 网格大小:行列 单位长度: 确定 重置 计算 导出
阅读全文
posted @ 2018-01-18 01:14 一样菜
阅读(178)
评论(0)
推荐(0)
2017年12月11日
Less 编译生成 css
摘要: 开发模式下使用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 一样菜
阅读(2050)
评论(0)
推荐(0)
2017年11月15日
git 创建新分支并推送到远程分支
摘要: 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 一样菜
阅读(8151)
评论(0)
推荐(0)
2017年10月18日
Twain文档链接
摘要: https://www.manualslib.com/manual/288056/Kodak-Ngenuity-9090db.html?page=55#manual
阅读全文
posted @ 2017-10-18 11:47 一样菜
阅读(300)
评论(0)
推荐(0)
2017年8月7日
JavaScript 事件绑定函数
摘要: 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 一样菜
阅读(247)
评论(0)
推荐(0)
2017年7月20日
VC++ 字符串Dword、LPSTR、LPWSTR、LPCSTR、LPCWSTR、LPTSTR、LPCTSTR
摘要: 类 型 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 一样菜
阅读(521)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
21
下一页
公告