码迷,mamicode.com
首页 >  
搜索关键字:standard    ( 4798个结果
Tomcat 7 javax.el.ELException
今天部署SSH项目的时候发现一个非常奇怪的问题,项目在tomcat6.0上无任何问题,但把项目部署到服务器的tomcat7上的时候出现了javax.el.ELException 。起初还以为是jar包没有配置正确、jstl与standard的版本问题或tomcat6.0 web.xml没有配置正确,...
分类:编程语言   时间:2014-11-05 12:26:42    阅读次数:190
Linux_C dup()
1 /* 2 * stdinredir2.c 3 * shows two more methods for redirecting standard input 4 * use #define to set one or the other 5 */ 6 #include 7 #incl...
分类:系统相关   时间:2014-11-04 22:26:28    阅读次数:338
lua function
This is the main reference for the World of Warcraft Lua Runtime. Note that these are mostly standard Lua functions, available in most Lua environment...
分类:其他好文   时间:2014-11-04 19:32:04    阅读次数:311
标准差(standard deviation)和标准误差(standard error)你能解释清楚吗?
by:ysuncn(欢迎转载,请注明原创信息) 什么是标准差(standard deviation)呢?依据国际标准化组织(ISO)的定义:标准差σ是方差σ2的正平方根;而方差是随机变量期望的二次偏差的期望,这个就不用解释了。 什么是标准误差(standard error)呢?看了些文献...
分类:其他好文   时间:2014-11-04 12:38:56    阅读次数:234
grep:Binary file (standard input) matches
grep "key" xxx.log时输出 Binary file xxx.log matches 百度了一下:grep认为这是二进制文件,解决方案:grep -a。 grep -a "key" xxx.log...
分类:其他好文   时间:2014-11-04 11:07:12    阅读次数:175
Unable to resolve JRE: jdk1.6.0_01 (Standard VM)
Unable to resolve JRE: jdk1.6.0_01 (Standard VM)Unable to resolve JRE: jdk1.6.0_01 (Standar VM)(1)选择Add LIbrary->JRE System Library->Next->Finish(2)把J...
分类:其他好文   时间:2014-11-04 10:54:31    阅读次数:264
WebService-----Axis2搭建WebService项目
步骤1:下载Axis2 选择Standard Binary Distribution的zip包;解压到任一路径下 步骤2:配置Axis2 Window -> Preferences -> Web Service  步骤3:开发WebService 1)、新建一个Dynamic Web Project,命名为“WebService” 2)、新建...
分类:Web程序   时间:2014-11-04 09:26:53    阅读次数:233
JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式
JSONJSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。它基于JavaScript(Standard ECMA-262 3rd Edition - December 1999)的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家...
分类:编程语言   时间:2014-11-04 09:15:40    阅读次数:148
vCard : a file format standard for electronic business cards
http://zh.wikipedia.org/wiki/VCardvCard是电子名片的文件格式标准。它一般附加在电子邮件之后,但也可以用于其它场合(如在互联网上相互交换)。vCard可包含的信息有:姓名、地址资讯、电话号码、URL,logo,相片等。历史vCard(或称做Versitcard)最...
分类:其他好文   时间:2014-11-04 01:31:05    阅读次数:958
Crystal Report 在 VS 2010 中的使用和发布
原文:Crystal Report 在 VS 2010 中的使用和发布使用: 打开CrystalReport官网下载页目前最新版本为13.0.4 选择“SAP Crystal Reports, version for Visual Studio 2010 - Standard”下载安装,会自动在你V...
分类:其他好文   时间:2014-11-04 00:01:04    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!