码迷,mamicode.com
首页 >  
搜索关键字:valuable resources    ( 3502个结果
LoadRunner测试结果分析02 转载至zhangzhe的新浪博客
LoadRunner测试结果分析之我见 上述测试过程的重点在于事务,而LoadRunner生成的测试结果图并不局限于事务上,其中还有是关于Vusers、Errors、Web Resources、Web Page diagnostics的测试图。1.对于Vusers的测试图有3种:Running V....
分类:其他好文   时间:2014-05-24 06:09:56    阅读次数:347
maven 编译部署src/main/java下的资源文件
maven 编译部署src/main/java下的资源文件maven默认会把src/main/resources下的所有配置文件以及src/main/java下的所有java文件打包或发布到target\classes下面,但是现实我们可能会在src/main/java下面也放置一些配置文件如hib...
分类:编程语言   时间:2014-05-17 18:02:49    阅读次数:284
云计算概念
Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., n...
分类:其他好文   时间:2014-05-17 00:47:31    阅读次数:224
Tomcat:Error starting static Resources
近来主要从事JavaWeb的开发,用的是myEclipse+Tomcat,在一次启动Tomcat的过程中,出现这个问题: Error starting static Resources java.lang.IllegalArgumentException: Document base D:\apa....
分类:其他好文   时间:2014-05-14 08:36:52    阅读次数:283
mybatis(基于annotation的方法知道就行了)
MyBatisUtil.javaUserMapper.javapackage edu.hhxy.btais.util;import java.io.IOException;import java.io.InputStream;import org.apache.ibatis.io.Resources...
分类:其他好文   时间:2014-05-14 03:15:45    阅读次数:323
Android(2)
1.Android资源文件 构建应用程序需要丰富多彩的色彩,在Android平台中可以将相关颜色信息配置在color.xml文件中。 例: xml version="1.0" encoding="utf-8"?> resources>       color name="green">#00EE00color>     color name="black">#000000color>...
分类:移动开发   时间:2014-05-13 08:31:48    阅读次数:583
ArcGIS API for Silverlight/ 开发入门 环境搭建
Silverlight/ 开发入门 环境搭建1 Silverlight SDK下载ArcGIS API for Microsoft Silverlight/WPF ,需要注册一个ESRI Gloab 账户。下载地址http://resources.esri.com/arcgisserver/apis...
分类:Windows程序   时间:2014-05-12 07:19:15    阅读次数:660
Understanding the Top command on Linux
ArticlebyAlexioBashpublishedonhiswebsiteaboutArchLinuxinitalian.Knowwhatishappeningin“realtime”onyoursystemsisinmyopinionthebasistouseandoptimizeyourOS.OnArchLinuxorbetteronGNU/Linuxingeneralthetopcommandcanhelpus,thisisaveryusefulsystemmonitorthatisreall..
分类:系统相关   时间:2014-05-11 19:30:22    阅读次数:546
代码中使用bitmap资源并加载到控件上
1、从res/drawable/XX.jpg里引用图片资源:1、 Resources res = getResources(); Bitmap inDrawable= BitmapFactory.decodeResource(res, R.drawable.user_img_grey); ...
分类:其他好文   时间:2014-05-11 15:48:52    阅读次数:345
phpstorm 和web storm汉化
http://www.jincaimao.com/cms-phpstorm-index.htmlphpStorm汉化方法:B1).找到X:\Program Files\JetBrains\PhpStorm\lib\resources_en.jarB2).复制一份为resources_cn.jar用r...
分类:Web程序   时间:2014-05-10 06:48:57    阅读次数:510
3502条   上一页 1 ... 347 348 349 350 351 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!