Everybody can improve the chest muscle by lifting weights with just a little know-how. I will tell you how you can build a strong and muscular chest w...
分类:
其他好文 时间:
2014-07-16 23:24:57
阅读次数:
280
Find complete information on oil filter press, oil filtering process with technical specifications, types and more. Oil Filter Press Filter Presses ar...
分类:
其他好文 时间:
2014-07-16 23:24:31
阅读次数:
240
object missing = System.Reflection.Missing.Value; //表示缺i省object SaveFileDialog savedialog = new SaveFileDialog(); savedialog.Filter = "(*.xlsx)|*.xlsx...
分类:
Web程序 时间:
2014-07-16 23:12:04
阅读次数:
236
真实的温度测试数据,通过加热棒加热一盆水测得的真实数据,X轴是时间秒,Y轴是温度: 1)滤波前 2)滤波后(p=10, q=0.0001, r=0.05, kGain=0;) 2)滤波后(p=10, q=0.00001, r=1, kGain=0;),Y轴放大10倍并取整 。 相关C语言代码: #d...
分类:
其他好文 时间:
2014-07-10 13:40:15
阅读次数:
258
最近在重构,有空学了一个简单的安全框架shiro,资料比较少,在百度和google上能搜到的中文我看过了,剩下的时间有空会研究下官网的文章和查看下源码,简单的分享一些学习过程;1,简单的一些概念上的认知2,使用认证的基本流程3,shiro集成spring完成简单的认证流程,已实现1建一个maven的...
分类:
其他好文 时间:
2014-07-10 12:30:17
阅读次数:
342
最近应公司要求,用了2天时间学了springmvc的搭建,就简单总结一下:springmvc和struts2的比较,因为我是学过struts的,它们都是基于mvc模式而设计的web层框架它们最大的区别:1、入口spring mvc的入口是servlet,而struts2是filter(这里要指出,f...
分类:
编程语言 时间:
2014-07-10 00:05:49
阅读次数:
371
Cold weather is coming and in some northern states is already here. That means it’s time to winterize your car. Vehicle maintenance is something we do...
分类:
其他好文 时间:
2014-07-07 21:42:46
阅读次数:
247
After a perfect inning from Farnsworth in the eighth, the Yankees would have Alex Rodriguez coming to the plate to lead off the inning. Guillen left C...
分类:
其他好文 时间:
2014-07-07 20:49:01
阅读次数:
260
Mina 特性说明
MINA 是一个简单而特性强大的网络应用框架,它提供如下特性 :
提供针对多种传输类型的 API :
TCP/IP & UDP/IP (通过 Java NIO)串口通信 (RS232) (通过 RXTX)JVM 内部管道通信你可以实现自己的网络协议 !
使用过滤器接口(Filter)作为扩展点 ; 同 Servlet 过滤器很像低层和高层 API :
低层...
分类:
其他好文 时间:
2014-06-27 23:37:03
阅读次数:
490
学习MVC不久,看到公司的项目里有日志记录功能,出于自己的原因一直没有看看是如何实现的,后来看了个学习视频和一些博文,才发现采用MVC里的过滤器Filter可以很容易实现,比较常见也很容易的做法就是继承IActionFilter,IExceptionFilter接口,然后实现里面的方法即可。下面看..
分类:
Web程序 时间:
2014-06-27 06:17:44
阅读次数:
453