1.应用场景 1.1 异步处理 场景说明:用户注册后,需要发注册邮件和注册短信,传统的做法有两种1.串行的方式;2.并行的方式 (1)串行方式:将注册信息写入数据库后,发送注册邮件,再发送注册短信,以上三个任务全部完成后才返回给客户端。 这有一个问题是,邮件,短信并不是必须的,它只是一个通知,而这种 ...
分类:
其他好文 时间:
2019-01-28 12:09:53
阅读次数:
162
一、配置环境 1.安装node.js 直接点https://pan.baidu.com/s/1kWz6PYv或者到中文官网http://nodejs.cn/下载安装包。 2.npm和cnpm 我们安装的每个node版本中已经自带了一个npm,输入以下命令可以更新npm至最新版本 npm instal ...
分类:
其他好文 时间:
2019-01-26 12:37:14
阅读次数:
160
测试推荐环境 CPU: 64位双核处理器 内存: 4G DDR3 数据库:mysql 版本大于等于 5.6 mariadb 版本大于等于 5.5.6 测试推荐环境 CPU: 64位双核处理器 内存: 4G DDR3 数据库:mysql 版本大于等于 5.6 mariadb 版本大于等于 5.5.6 ...
分类:
其他好文 时间:
2019-01-25 22:50:59
阅读次数:
223
using Microsoft.Win32; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System... ...
分类:
Web程序 时间:
2019-01-24 13:09:46
阅读次数:
137
vs2008,winfrom中的webbrowser 其内核默认为IE7,当网页中存在IE7不支持的属性时回报错。 ...
https://segmentfault.com/q/1010000008190876?_ea=1579884 webpack config less ...
分类:
Web程序 时间:
2019-01-22 14:24:40
阅读次数:
187
1. 安装: 2. webpack.config.js中使用 ...
分类:
Web程序 时间:
2019-01-20 20:08:00
阅读次数:
236
FlashPlayer Translation(s): English - Español - Français - Italiano - Русский - 简体中文 Flash > Adobe Flash Player Please note that Flash will be EOL at ...
分类:
其他好文 时间:
2019-01-19 21:12:39
阅读次数:
207
转自: https://tomasalabes.me/blog/nodejs/graphql/2018/07/11/modularizing-graphql.html Modularizing your graphQL schemas Working in a kinda big graphql s ...
分类:
其他好文 时间:
2019-01-19 21:12:18
阅读次数:
168
1. 安装 nrm 一键切换npm源 npm i nrm -g [安装命令工具] nrm ls [罗列出所有的源] nrm use taobao [使用taobao的源] 安装完后, 以后的装包工具 直接用 npm 就行了 2. 安装 cnpm npg i cnpm -g 3. webpack 官网 ...
分类:
其他好文 时间:
2019-01-19 14:24:26
阅读次数:
204