1.sign up注册2.填写用户账号,email地址和密码点击create account3.创建公开仓库点击continue4.点击submit跳转 1.git官网下载,安装git2.gitHub上创建账号3.登录gitHub4.创建一个项目5.github网站 + new repository ...
分类:
其他好文 时间:
2019-11-23 16:34:49
阅读次数:
78
Adobe Premiere Pro CC 2019 13.1.3 中文特别版: 下载地址:https://cloud.189.cn/t/2EzyEzyYJje2(访问码:0681)https://pan.baidu.com/s/1ciG9aehttps://yunpan.360.cn/surl_y ...
分类:
其他好文 时间:
2019-11-23 09:28:39
阅读次数:
181
前几天看到一个关于测试的观点。 We are capable of creating software systems that we are not cable of fully understanding. Therefore we test. We test to help us think ...
分类:
其他好文 时间:
2019-11-22 10:38:41
阅读次数:
85
viewport, responsive web design,bootstap
来源:ninghao.net ...
分类:
其他好文 时间:
2019-11-22 01:12:57
阅读次数:
83
安装 VMware vCenter 6.0 中的一些问题
分类:
系统相关 时间:
2019-11-21 10:11:16
阅读次数:
98
Denne slags Ultraboost Oxygen Michael jordan sko eller støvler, der er tilgængelige til salg produktinvesteringer de normale og også Adidas UltraBoost ...
分类:
其他好文 时间:
2019-11-19 10:29:05
阅读次数:
82
一、前言 最近经理说要把公司项目结合sentry用起来,然后组长不想做,老员工也不想做,分配任务就这么分配给我了,很荣幸接锅,摸索了几天,了解了一些基本配置,深一点的玩法可能还得实践一段时间,这里对于基本配置以及sentry的一些基本概念做个记录下,希望能帮助到有缘人。 二、使用前你需要了解的一些基 ...
分类:
其他好文 时间:
2019-11-18 18:31:09
阅读次数:
101
概述: ES2015数组扩展:数组的扩展运算符 ES2015函数扩展:rest/spread参数(返回函数多余参数) ES2019对象扩展:对象的扩展运算符 一、数组的扩展运算符使用 克隆 const arr = [...arr1] 合并 const arr = [...arr1,...arr2] ...
分类:
其他好文 时间:
2019-11-17 23:38:15
阅读次数:
89
Spring 框架常用语法进行总结: spring框架的二大主要的功能就是IOC和AOP。 IOC: 控制反转(依赖注入) AOP: 面向切面编程 学习spring最好的方法就是去看官网,里面有详细的说明及使用原则 介绍spring 中的注解的使用,xml配置等目前在市面上面较少。 首先介绍Java ...
分类:
编程语言 时间:
2019-11-17 16:15:32
阅读次数:
66
/*atof函数:把字符串s转换为相应的双精度浮点数*/#include <ctype.h>double atof(char s[]){ double val,power; int i,sign; for(i =0;isspace(s[i]);i++) /*isspace判断是否为空白符*/ ; s ...
分类:
其他好文 时间:
2019-11-17 13:10:22
阅读次数:
67