链接汇总

Lodash :


 

  1. http://lodash.net/
  2. http://lodash.net/docs/4.16.1.html#_chainvalue
  3. https://www.lodashjs.com/docs/lodash.chain

 

 

Rxjs:


 

  1. https://rxjs-cn.github.io/learn-rxjs-operators/operators/utility/do.html
  2. https://www.learnrxjs.io/learn-rxjs/operators/transformation/switchmap
  3. https://www.learnrxjs.io/learn-rxjs/operators/utility/finalize
  4. https://cn.rx.js.org/class/es6/Observable.js~Observable.html#instance-method-do  (有图片可以查看)

 

 前端相关:


 

 javascript:

  1. https://javasoho.com/  (超全汇总教程)
  2. https://blog.csdn.net/Soaring_Tiger/article/details/48136871 (解释较为详细,但是比较分散)
  3. https://jackniu81.github.io/  (题库以及前端框架教程)

 

图标样式网站: (超级全,jedie推荐)

  1. https://astronautweb.co/snippet/font-awesome/
  2. https://fontawesome.com/cheatsheet
  3. https://v2.bootcss.com/base-css.html#buttons

 

Bootstrap:

  1.   https://getbootstrap.com/docs/5.0/getting-started/introduction/  (紫框B,可以参考相关的内置component )
  2. https://ng-bootstrap.github.io/#/components/accordion/examples  (篮框B)
  3.  https://valor-software.com/ngx-bootstrap/#/typeahead (红框B)
  4. https://blog.csdn.net/weixin_30399055/article/details/96867643  (翻译版本,较为全面,但是实用性差)

 

 

CSS :

  1. https://developer.mozilla.org/zh-CN/docs/Web/CSS/CSS_Selectors (CSS 选择器内容超全,值得推荐👍)
  2. angular [NgClass] [NgStyle],NgIf,[ngSwitch][ngSwitchCase]   (解释了各种用法)
  3. https://www.w3school.com.cn/cssref/css_selectors.asp  (比较常用,一目了然)

 

Angular :

  1. https://blog.csdn.net/qq_34414916 (系列教程 博客 👍)
  2. https://www.imooc.com/wenda/detail/507368  (表单验证)
  3. https://www.136.la/jingpin/show-14267.html (响应式表单 👍)
  4. https://www.cnblogs.com/shcrk/p/9216109.html (表单验证/angular表单的使用实例)
  5. http://www.voidcn.com/article/p-vrovglqc-bwc.html (具有自定义事件的Angular 4 dispatchEvent)
  6. https://blog.csdn.net/weixin_43226231/article/details/104765915 (简单介绍Angular单元测试之事件触发的实现)
  7. https://www.kaifa99.com/Microsoft/article_188978 (看看,内容过少不推荐)
  8. https://blog.csdn.net/qq_34414916/article/details/85194098 ( 关于 Observable 介绍,简单入门,超级清楚, 还有map , tap 操作符 👍

  9. https://ngx-toastr.vercel.app/  (angular toastr 现有应用展示)

RXJS: 

 

  1. https://blog.csdn.net/qq_34414916/article/details/85194098 (👍 简单入门,超级清楚, 还有map , tap 操作符)

 

ag-grid <ag-grid-angular>:

  1. http://www.itxst.com/ag-grid/tutorial.html (中文教程)
  2. https://www.ag-grid.com/javascript-grid/row-selection/ (英文教程)
  3. https://blog.csdn.net/luodong1501/article/details/100693435 (浅显但不全得博客)
  4. https://www.ag-grid.com/angular-grid/components/ (类官网 !相关的api 超多)
  5.  

比较综合的网站:

  1. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress
  2.  

SQL


  1. Sql Server参数化查询之where in和like实现详解

 

 

Git


 

  1. https://www.cnblogs.com/qdhxhz/p/9757390.html (区分工作区,暂存区和仓库)
  2. https://www.cnblogs.com/best/p/7474442.html (类似于git 图文版教程,超赞👍)
  3. http://git-scm.com/  (git 官网英文)

创建自己的仓库:

  1. https://blog.csdn.net/weixin_42681866/article/details/82874368 (在生成SSH 密钥讲解的非常详细)
  2. https://www.liaoxuefeng.com/wiki/896043488029600/896954117292416 (廖雪峰官网)
  3. https://zhuanlan.zhihu.com/p/32807236 (来自知乎也可)
  4.  

git 命令总结:

  1. https://liaoxuefeng.gitee.io/resource.liaoxuefeng.com/git/git-cheat-sheet.pdf   (常用命令汇总pdf 版本,方便打印)
  2. https://www.cnblogs.com/zndxall/archive/2018/09/04/9586088.html (关于git stash 得用法,其中参考连接颇多)

 

其他:

  1.   推荐使用gitee (https://gitee.com/?utm_source=blog_lxf)

 

highchart:


  1. https://www.highcharts.com.cn/docs/basic-chart  (highchart 官网)

 

正则表达式:


  1. 常用正则表达式-数字篇 From <https://www.cnblogs.com/so-letitgo/p/10552415.html>

 

关于 msal: 


 

  1. https://docs.microsoft.com/zh-cn/dotnet/api/microsoft.authentication.webassembly.msal.msalauthenticationoptions.navigatetologinrequesturl?view=aspnetcore-5.0

 

Node.js:


 

 

  1. 下载链接 Previous Releases | Node.js (nodejs.org)
  2. 官网api 链接: http://nodejs.cn/api/modules.html#modules_require (可以从里面找到json 文件中使用的方法解释)-> 比如:http://nodejs.cn/api/modules/require.html
  3.  

 

 HTTP状态码: 


 

  1. HTTP状态码(响应码)之客户端错误400  https://www.cnblogs.com/xuepei/p/7698358.html (超全)

  

VS 操作相关:


 

  1. 设置断点调试 https://blog.csdn.net/qq_35637562/article/details/79369034 (内容超全,超赞👍)

 

其他好文推荐:


 

  1. 了不起的 tsconfig.json 指南 (From <https://www.cnblogs.com/pingan8787/p/13069339.html>)  (思维导图,清晰到位,超棒👍)
  2. 让我们使用TypeScript来创建一个简单的Web应用。(From <https://www.tslang.cn/docs/handbook/typescript-in-5-minutes.html>)

 

posted @ 2021-07-16 18:46  77工作室  阅读(128)  评论(0编辑  收藏  举报