atitit.404错误的排查流程总结
#----------jsp head errorPage=""
del zeu ok le.
#------resin 服务器配置问题。俩个应用配置到了同样的的文件夹..
paip.404err two app cfg one same dir
/ cant access
/app1 only can acces...
分类:
其他好文 时间:
2014-06-07 12:16:37
阅读次数:
267
$\bf证明$
由于$f_n$几乎处处收敛于$f$,且$\displaystyle|{f_n}|\mathop { \le} \limits_{a.e.} F$,则令$n
\to \infty $,有$\displaystyle|{f}|\mathop { \le} \limits_{a.e.} F...
分类:
其他好文 时间:
2014-06-07 00:22:29
阅读次数:
244
Given a binary tree, find its maximum depth.The
maximum depth is the number of nodes along the longest path from the root node
down to the farthest le...
分类:
其他好文 时间:
2014-06-05 14:10:38
阅读次数:
304
题目如下:
Tree
You are to determine the value of the leaf node in a given binary treethat is the terminal node of a path of least value from the root of thebinary tree to any le...
分类:
其他好文 时间:
2014-06-05 05:27:11
阅读次数:
268
1.在高纬度大数量的数据情况下,用线性+松弛因子做SVM效果是很不错的2.在高纬度大数量的情况下,一般用批量梯度下降做计算效果会很好3.在低纬度大数量的情况下,可以用牛顿法来求解,一般迭代两三次就好了4.有个叫Le
BOTTON 的人,对常用目标函数的SGD公式做了很好的推导5.有一个响亮求导的书叫...
分类:
其他好文 时间:
2014-06-02 08:07:18
阅读次数:
250
freemarker中的left_pad和right_pad
1、简易说明
(1)left_pad 距左边
(2)right_pad 距右边
(3)当仅仅只有一个参数时,插入的是空白;当有两个参数时,插入的是第二个参数符号;如果第二个参数的长度大于1的话,会周期性地插入该符号
2、举例说明
[${""?left_pad(8)}]
[${"E"?le...
分类:
其他好文 时间:
2014-06-01 15:30:50
阅读次数:
229
#includeusing namespace std;//是否单调递增bool isdan(int
a[],int lev,int len){ if(len==1) return true; if(lev==len-1) { return true; }
else { if(a[lev]>a[le...
分类:
其他好文 时间:
2014-05-31 01:21:47
阅读次数:
257
Given a binary tree, find its maximum depth.The
maximum depth is the number of nodes along the longest path from the root node
down to the farthest le...
分类:
其他好文 时间:
2014-05-30 15:03:42
阅读次数:
237
$\bf命题:$设$f(x)$在$[a,b]$上单调递增,且$a \le f\left( a
\right),f\left( b \right) < b$,则存在$c \in \left( {a,b}
\right)$,使得$f(c)=c$方法一$\bf命题:$
分类:
其他好文 时间:
2014-05-26 13:29:56
阅读次数:
195
题目:这个题目里要求最多交易2次。也就是说可以只交易一次,不交易也可以。
分析:将整个交易序列分割成两部分,求出这样的一种分割,使得两部分连续子序列的和相加的结果最大,当然,如果不进行分割,就是求出整个序列的最大连续子序列的和。
那么分割点就可能是任意位置。找出取得最大值的分割点,返回最大值。
int maxProfit(vector &prices) {
const int le...
分类:
其他好文 时间:
2014-05-24 20:54:57
阅读次数:
402