In my understanding, factor analysis is a method developed to avoid the mass estimation of the variance-covariance matrix when doing Markowitz Allocat...
分类:
其他好文 时间:
2015-11-18 00:41:43
阅读次数:
159
2009-02-02 17:488226人阅读评论(2)收藏举报服务器internetc#socketstringwindows需要用到的名空间[c-sharp]view plaincopyusingSystem.Net;usingSystem.Net.Sockets;usingSystem.Run...
借鉴了http://stackoverflow.com/questions/4473928/c-sharp-dynamic-string-property-path public class ReflectUtil { public static object ReflectOnPath(objec...
分类:
其他好文 时间:
2015-11-10 19:06:12
阅读次数:
130
第5篇 WPF C# 数据绑定Model-View-ViewModel模式参考资料:John Sharp:《Microsoft Visual C# 2013Step by Step》周 靖 译:John Sharp《Visual C# 2012从入门到精通》前言Model-View-ViewMode...
环境:VS 2012PostSharp-4.1.28 (下载地址)https://visualstudiogallery.msdn.microsoft.com/a058d5d3-e654-43f8-a308-c3bdfdd0be4a/file/89212/69/PostSharp-4.1.28.e....
分类:
Web程序 时间:
2015-11-01 10:10:59
阅读次数:
382
在JAVA中有一个特型叫继承(Inheritance),通过继承我们可以重复使用代码,令代码简洁,易于扩展。例如:有一个sharp的类,这个类实现了sharp的一些方法,现在我们要写一个circle的类,我们想了想,呀circle属于sharp的一种呀,我们可以继承sharp呀!对,这就是继承的奥妙...
分类:
编程语言 时间:
2015-10-27 15:06:29
阅读次数:
154
C# 如何执行bat文件 传参数 分类: C# basic 2011-04-25 18:55 3972人阅读 评论(0) 收藏 举报 c#stringpathoutput[c-sharp] view plaincopyProcessp=newProcess();stringpath=...;/...
vs2013 类名黑色,修改不起作用,最后找到解决办法。http://stackoverflow.com/questions/10970305/how-can-i-get-user-type-c-sharp-syntax-highlighting-working-again-in-vs-2012-r...
分类:
其他好文 时间:
2015-10-07 13:30:49
阅读次数:
161
前言Modernizr.js既能给老版本浏览器打补丁,又能保证新浏览器渐进增强的用户体验。作用:从实际操作来看,Modernizr默认做的事情很少,除了(在你选择的情况下)给不支持html5的标签的浏览器,如IE6,7,8追加一点由Remy Sharp开发的html5垫片脚本,使其识别、等html5...
分类:
Web程序 时间:
2015-10-05 21:57:46
阅读次数:
253
在C++中,下面三种对象需要调用拷贝构造函数!1. 对象以值传递的方式传入函数参数[c-sharp]view plaincopyclassCExample{private:inta;public://构造函数CExample(intb){a=b;cout<<"creat:"<<a<<endl;}//...
分类:
编程语言 时间:
2015-09-28 20:54:23
阅读次数:
231