css代码 html代码 JavaScript代码 最后的效果 ...
分类:
编程语言 时间:
2020-04-23 23:24:28
阅读次数:
80
前戏 软件包顾名思义就是将应用程序、配置文件和数据打包的产物,所有的linux发行版都采用了某种形式的软件包系统,这使得linux软件管理和在windows下一样方便,suse、red hat、fedora等发行版都是用rpm包,Debian和Ubuntu则使用.deb格式的软件包。 在 RPM(红 ...
分类:
系统相关 时间:
2020-04-23 23:20:44
阅读次数:
127
A - Buggy Sorting 1.题意 给定一个排序方法使n个数非降序排列,找出使它排序不成功的反例,没有反例则输出-1 。 2.题解 给定的排序方法类似于冒泡排序,用给定的方法试验即可。发现当n=1或n=2时,排序成功;当n>2时,对于一组降序数,排序会失败。 3.代码 1 #include ...
分类:
其他好文 时间:
2020-04-23 19:10:39
阅读次数:
54
1. 三角函数的意义: 本质在单位圆上 1. sin是圆上任意一点到x轴的距离。 2. cos是圆上任意一点到y轴的距离。 2. 三角形: 1. 重心: 中点连线的交点, AG:GE = 2:1 2. 外心: 垂直平分线的交点,到所有三角形所有点的距离相等。其实就是三角形的外接圆的圆心。 3. 垂心 ...
分类:
其他好文 时间:
2020-04-23 09:12:47
阅读次数:
71
一、什么是敏捷开发: 敏捷开发以用户的需求进化为核心,采用迭代、循序渐进的方法进行软件开发。在敏捷开发中,软件项目在构建初期被切分成多个子项目,各个子项目的成果都经过测试,具备可视、可集成和可运行使用的特征。换言之,就是把一个大项目分为多个相互联系,但也可独立运行的小项目,并分别完成,在此过程中软件... ...
分类:
其他好文 时间:
2020-04-23 01:09:44
阅读次数:
87
Handsontable Introduction JavaScript data grid that looks and feels like a spreadsheet. Minimalistic, Excel like grid component for web apps. Availabl ...
分类:
其他好文 时间:
2020-04-22 00:12:46
阅读次数:
50
在react router官方文档关于component的部分写着: When you use component (instead of render or children, below) the router uses React.createElement to create a new R ...
分类:
其他好文 时间:
2020-04-21 10:01:18
阅读次数:
91
Administrator@USER-20200307HH MINGW64 /f/Git (master)$ git remote add origin git@github.com:Captain-Soap/fromF.gitfatal: remote origin already exists. ...
分类:
其他好文 时间:
2020-04-20 21:18:11
阅读次数:
96
Problem : Given two integers L and R, find the count of numbers in the range [L, R] (inclusive) having a prime number of set bits in their binary repr ...
分类:
其他好文 时间:
2020-04-20 11:50:44
阅读次数:
65
[toc] 参考安装的一些注意事项:https://wiki.jenkins.io/display/JENKINS/Installing+Jenkins+on+Red+Hat+distributions InstallingJenkinsonRedHatdistributions Important ...
分类:
系统相关 时间:
2020-04-19 14:27:25
阅读次数:
103