一,锚点链接 定义锚点: 二,定义ng-template: ...
分类:
其他好文 时间:
2017-04-05 00:38:07
阅读次数:
151
题目如下: 这道题难点不仅在于正确理解题意,判断递归条件,更在于用数学方法推出解决公式。因为N最大为1百万,而内存只有256MB, 所以暴力递归肯定会超时,超空间。 不过,我才疏学浅,又没有大量时间去深究,所以只写出了暴力递归算法。进一步优化的话,可以考虑P在迭代很久后会变为0这一事实,也许可以进一 ...
分类:
其他好文 时间:
2017-04-02 11:50:28
阅读次数:
166
Legendary Items 答案是每一件物品需要的期望步数和 1 #include <bits/stdc++.h> 2 #define ll long long 3 #define ull unsigned long long 4 #define st first 5 #define nd se ...
分类:
其他好文 时间:
2017-04-01 00:50:26
阅读次数:
297
HTML表单 1.HTML表单是<from>元素,表单包括的HTML元素有: <input> <textarea> <button> <select> <optgroup> <option> <label> <fieldset> <legend> <datalist> <keygen> <outpu ...
分类:
Web程序 时间:
2017-03-29 22:37:48
阅读次数:
236
56-还原字体和字号 葬爱:非主流文化的常用词,是当今网络流行术语.且流行于非主流杀马特之中。葬,即埋葬,爱,即爱情,翻译成外语就bury love ...
分类:
其他好文 时间:
2017-03-19 14:26:23
阅读次数:
150
效果图:importmatplotlib.pyplotaspltimportnumpyasnpx=np.linspace(-100,100,100)y=x**3plt.figure(num=3,figsize=(8,5))#numxuhao;figsizelongwidthl1=plt.plot(x,y,‘p‘)#qutaistoreturnnametoplt.legend(handles)plt.xlim((-100,100))plt.ylim((-100000,100000))plt.xlabel..
分类:
编程语言 时间:
2017-03-15 19:30:56
阅读次数:
787
getElementsByName()方法 实列: <bordy> <from method="post" action="test"> <fieldset> <legend>颜色</legend> <input type="radio" name="radColor" value="red"/>红 ...
分类:
编程语言 时间:
2017-03-12 20:12:46
阅读次数:
241
ECharts.js 交互组件 ECharts.js有很多的交互组件,一般经常用到的组件有这些: title:标题组件,包含主标题和副标题。 legend:图例组件,展现了不同系列的标记(symbol),颜色和名字。可以通过点击图例控制哪些系列不显示。 xAxis:直角坐标系 grid 中的 x 轴 ...
分类:
Web程序 时间:
2017-03-10 17:39:05
阅读次数:
505
Title 敬爱的PRC成立于1949年 www 请点击图片放大 Internet Explorer 9 Windows Internet Explorer 9(简称 IE9)于 2011 年 3 月 14 日发布..... My family and I visited The Epcot cen ...
分类:
其他好文 时间:
2017-03-08 22:27:10
阅读次数:
176