English | 简体中文
你好,我是徐晓东,笔名燕云长风。大漠穷秋于 2019-03-16 21:22 赠此笔名。
寓意:结合李白著名的边塞诗《关山月》取【燕云长风】—— 长风几万里,吹度玉门关。
- formEvent
- from
- of
- interval
- timer
- never
- throwError
- empty
- range
- defer
- generate
- create
- ajax
- fromEventPattern
- debounceTime
- debounce
- distinct
- distinctUntilChanged
- distinctUntilKeyChanged
- filter
- reduce
- scan
- take
- takeUtil
- first
- last
- throttle
- throttleTime
- audit
- auditTime
- sample
- sampleTime
- single
- skipLast
- elementAt
- ignore-elements
- skipUntil
- takeWhile
- skipWhile
- min
- max
- map
- mapTo
- concatMap
- concatMapTo
- pluck
- buffer
- bufferCount
- bufferTime
- bufferToggle
- bufferWhen
- exhaustMap
- exhaust
- expand
- groupBy
- pairwise
- partition
- window
- windowCount
- windowToggle
- windowWhen
- windowTime
- repeat
- repeatWhen
- toArray
npm install --save-dev jest typescript ts-jest @types/jest or yarn add --dev jest typescript ts-jest @types/jest
npx ts-jest config:init or yarn ts-jest config:init
npm t or yarn test
npm install cypress --save-dev or yarn add cypress --dev
npx cypress open or yarn run cypress open
{
"scripts": {
"cypress:open": "cypress open"
}
}
{
"compilerOptions": {
"strict": true,
"baseUrl": "../node_modules",
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress"]
},
"include": [
"**/*.ts"
]
}
touch {your_project}/cypress/integration/sample_spec.(j|t)s
npm run cypress:open
- NiceFish:美人鱼,这是一个微型Blog系统,前端基于Angular7.0 + PrimeNG7.1.0。(GVIP 码云最有价值的开源项目 3207 ☆)
- NiceFish-React:这是React版的实现,和 NiceFish Angular 版本保持风格一致。采用React Hooks 16.8.3 版本,使用TypeScript、Ant Design组件库以及Bootstrap v4.2.1 开发。 (7 ☆)
- OpenWMS-Frontend:OpenWMS项目前端基于 Angular 7.0 + PrimeNG 7.1.0。 (已推荐 201 ☆)
- nicefish-spring-cloud:这是NiceFish的服务端代码,基于SpringCloud。已经完成了一些基本的功能,如 SpringSecurity+OAuth2+JWT 实现SSO,文章、用户、评论等的分页查询等。如果你需要与这个后端代码进行对接,请检出本项目的 for-spring-cloud 分支。 (已推荐 118 ☆)
- 燕云长风知乎
- 燕云长风知乎专栏
- 燕云长风github
- 燕云长风gitee
- 燕云长风twitter
- 燕云长风medium
- 燕云长风facebook
- 燕云长风stackoverflow
- 燕云长风npm
- 燕云长风linkedin
- 燕云长风youtube
- 燕云长风gmail
MIT