摘要:
首先上图: 刚開始敲机房收费系统的时候就出现过这样的情况,当时有八个之多。 解决方法: (1)对窗口进行重命名(比如将frmGongZuoJiLu改成frmGongzuojilu),于是从8个错误降低到了5个。剩下的3个对于这样的情况不适用。 (2)发现我的frm文件里命名为frmXinXiWeiH 阅读全文
posted @ 2017-04-19 11:36
cxchanpin
阅读(968)
评论(0)
推荐(0)
摘要:
本篇主要有:设置struts2匹配的扩展名。使用通配符,值栈,声明式异常以及标签。 设置扩展名: 默认是对.action和不加不论什么扩展名的进行处理。能够设置: <constant name="struts.action.extension" value="action,do,"></consta 阅读全文
posted @ 2017-04-19 10:27
cxchanpin
阅读(164)
评论(0)
推荐(0)
摘要:
EM算法一般表述: 当有部分数据缺失或者无法观察到时,EM算法提供了一个高效的迭代程序用来计算这些数据的最大似然预计。在每一步迭代分为两个步骤:期望(Expectation)步骤和最大化(Maximization)步骤,因此称为EM算法。 如果所有数据Z是由可观測到的样本X={X1, X2,……, 阅读全文
posted @ 2017-04-19 09:43
cxchanpin
阅读(4964)
评论(0)
推荐(0)
Missing styles. Is the correct theme chosen for this layout? Use the Theme combo box above the layou
摘要:
android无法静态显示ui效果。 Missing styles. Is the correct theme chosen for this layout? Use the Theme combo box above the layout to choose a different layout, 阅读全文
posted @ 2017-04-19 09:08
cxchanpin
阅读(1447)
评论(0)
推荐(0)