记录 30 seconds of code 项目个人觉得中有价值的片段或者小技巧 (一)
AC系列1、号的隐式类型转换使用js3//31,2,3.slice(1)//将3转换为了32、日期的转换jsconstaddDaysToDate(date,n)constdnewDate(date);d.setDate(d.getDate()n);returnd.toISOS
放学路上 放学路上
2年前
常用npm命令
npm命令集合npmv:查看npm版本。npminity:初始化后会出现一个package.json配置文件。可以在后面加上y,快速跳过问答式界面。npminstall:会根据项目中的packa
Stella981 Stella981
3年前
APP Inventor 基于网络微服务器的即时通信APP
APPInventor基于网络微服务器的即时通信APP一、总结一句话总结:(超低配版的QQ,逃~)1、APPInventor是什么?google傻瓜式编程手机appAppInventor是一款谷歌公
Stella981 Stella981
3年前
Jetson TX1开发笔记(六):V4L2+OpenCV3.1以MJPG格式读取USB摄像头图像并实时显示
转载请注明作者和出处:http://blog.csdn.net/c406495762(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.csdn.net%2Fc406495762)嵌入式平台(Target):JestonTX1OpenCV:
Stella981 Stella981
3年前
Eureka Server集群重启问题追踪
问题在生产环境重启EurekaServer集群的时候,发现订单客户端调用分布式Id生成服务出错,1Caused by: com.netflix.client.ClientException: Load balancer does not have available server for client: IDG显示订单服务调不到
Easter79 Easter79
3年前
SpringBoot使用velocity模板引擎
最爽的Web组合开发就是IntellijIDEAMavenSpringBootScalaVelocityBoostrapjQuery了.SpringBoot提供了一个强大的一键式Spring的集成开发环境,能够单独进行一个Spring应用的开发,其中:(1)集中式配置(application.properti
Stella981 Stella981
3年前
Authing 新版登录表单组件上线啦
同时支持React、Vue、Angular及原生JavaScript命令式调用的Authing新版登录表单(即Guard2.0(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fdocs.authing.cn%2Fsdk%2F
Stella981 Stella981
3年前
Spring Cloud Alibaba系列之快速开始搭建Nacos环境
1、前言介绍前言:本实验介绍如何搭建SpringCloudAlibabaNacos的服务端,nacosserver是一个服务注册中心也是一个分布式配置中心2、实验环境准备实验环境准备64bitGitServer64bitJDK1.8Ma
Stella981 Stella981
3年前
Python中map()函数浅析
MapReduce的设计灵感来自于函数式编程,这里不打算提MapReduce,就拿python中的map()函数来学习一下。文档中的介绍在这里:map(_function_,_iterable_,_..._)Apply_function_toeveryitemof_iterable_andreturnalistofth
Stella981 Stella981
3年前
SpringBoot使用velocity模板引擎
最爽的Web组合开发就是IntellijIDEAMavenSpringBootScalaVelocityBoostrapjQuery了.SpringBoot提供了一个强大的一键式Spring的集成开发环境,能够单独进行一个Spring应用的开发,其中:(1)集中式配置(application.properti