- 博客(5)
- 资源 (14)
- 收藏
- 关注
原创 最小二乘法JAVA代码
在网上找到的代码是错的,自己写了一个最小二乘法的代码,二个构造方法,一个是不带权的,一个是带权的/** * 最小二乘法计算类 * * @author Administrator * */public class LeastSquareMethod { private double[] x; private double[] y; private do
2010-01-25 13:44:00 3691 3
原创 DWR2 SPRING2 AOP proxy 设置方法
在DWR文档中的,有这样的描述: Aspects & DWRIf youre receiving the dreaded object is not an instance of declaring class error always check these things: You have an interface and an implementation You have
2009-01-07 17:17:00 966
原创 Extjs的DWRProxy
dwrproxy.jsExt.data.DWRProxy = function(dwrCall, args) { Ext.data.DWRProxy.superclass.constructor.call(this); this.dwrCall = dwrCall; this.args = args;};Ext.extend(Ext.data.
2009-01-06 22:41:00 2924
原创 C#利用WMI实现本地文件夹的共享与取消共享
Windows Management Instrumentation (WMI) is the Microsoft implementation of Web-based Enterprise Management (WBEM), which is an industry initiative to develop a standard technology for accessing manag
2008-07-10 22:50:00 2184
原创 女儿的推理
教女儿学英语,father是“发了”,mother是“妈了”,一遍就学会了。 第二天问她 - 爸爸怎么说- “发了”- 妈妈怎么读- “妈了”- 天天怎么读(天天是她的名字,没有教过,故意问的)- (女儿歪着脑袋想了想,得意地说道)“天了” faint ........
2006-10-31 17:06:00 1011
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人