会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Ajanuw
做自己的King
博客园
首页
管理
上一页
1
···
32
33
34
35
36
37
38
39
40
下一页
2018年5月12日
自定义 vim
摘要: vim 官网 vim 插件列表 vim-plug 插件管理器 安装 插件管理器 $ curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/
阅读全文
posted @ 2018-05-12 11:39 Ajanuw
阅读(444)
评论(0)
推荐(1)
2018年5月5日
ngxs 状态管理器
摘要: 简单的安装 "@ngxs/schematics" 1. 配置 src/store 下的config文件 (完成todo)。 2. 在Core模块中导入NgxsStoreModule模块,没有创建Core就直接在AppModule中导入。 "官网文档" ng6,rxjs6.0.0,ngxs3.0.1
阅读全文
posted @ 2018-05-05 00:02 Ajanuw
阅读(1950)
评论(0)
推荐(1)
2018年5月3日
rxjs 常用的管道操作符
摘要: 操作符文档 api 列表 什么是RxJS 运算符? 创建自定义运算符 map 系列 map 类似于 Array.prototype.map() concatMap 将映射后的流合并输出到一个流 mergeMap 将映射后的流合并输出到一个流 switchMap 会停止发出先前发出的内部 Observ
阅读全文
posted @ 2018-05-03 18:03 Ajanuw
阅读(12936)
评论(0)
推荐(2)
2018年4月27日
HTTP 响应状态码
摘要: MDN https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Status section 10 of RFC 2616 https://tools.ietf.org/html/rfc2616#section-10 HTTP Status Cats ht
阅读全文
posted @ 2018-04-27 10:57 Ajanuw
阅读(278)
评论(0)
推荐(0)
2018年4月24日
ts class 装饰器
摘要: 文档http://es6.ruanyifeng.com/#docs/decorator ts文档 https://www.tslang.cn/docs/handbook/decorators.html#class-decorators 当多个装饰器应用于一个声明上,从上至下调用,从下而上执行 fun
阅读全文
posted @ 2018-04-24 22:20 Ajanuw
阅读(869)
评论(0)
推荐(1)
Nodejs 使用 TypeScript
摘要: 安装依赖 λ yarn add typescript @types/node concurrently nodemon wait-on -D 初始化一个 tsconfig.json λ ./node_modules/.bin/tsc --init 编写 tsconfig.json { "compil
阅读全文
posted @ 2018-04-24 20:29 Ajanuw
阅读(1514)
评论(0)
推荐(0)
2018年4月18日
vscode 设置 cmder为终端
摘要: "terminal.integrated.defaultProfile.windows": "cmder", "terminal.integrated.profiles.windows": { "cmder": { "path": "D:\\Program\\cmder\\vendor\\git-f
阅读全文
posted @ 2018-04-18 10:45 Ajanuw
阅读(6436)
评论(0)
推荐(2)
2018年4月14日
node.js 设置脚本命令
摘要: yargs模块 "https://www.npmjs.com/package/yargs" "https://github.com/yargs/yargs/blob/HEAD/docs/api.md" 脚本文件 package.json 在脚本根目录执行 或则 测试完后删除 r32 执行命令就会出现
阅读全文
posted @ 2018-04-14 23:18 Ajanuw
阅读(605)
评论(0)
推荐(0)
2018年4月12日
rx.js 的冷和热观察
摘要: "http://cn.rx.js.org/manual/overview.html h213" "https://rxjs cn.github.io/rxjs5 ultimate cn/content/hot n cold observables.html" 冷观察 javascript const
阅读全文
posted @ 2018-04-12 16:43 Ajanuw
阅读(373)
评论(0)
推荐(0)
electron 主进程,和渲染进程的通信
摘要: ipcMain "https://electronjs.org/docs/api/ipc main" 当在主进程中使用时,它处理从渲染器进程(网页)发送出来的异步和同步信息, 当然也有可能从主进程向渲染进程发送消息 ipcRenderer "https://electronjs.org/docs/a
阅读全文
posted @ 2018-04-12 00:07 Ajanuw
阅读(4224)
评论(0)
推荐(2)
上一页
1
···
32
33
34
35
36
37
38
39
40
下一页