struts登录案例: struts.xml <struts> ?<constant name="struts.devMode" value="true" /> ?<constant name="struts.custom.i18n.resources" value="messages"></constant> ?<package name="basic" extends="...
分类:
其他好文 时间:
2014-07-25 00:09:34
阅读次数:
336
首先引入ibatis-common-2.jar包import com.ibatis.common.jdbc.ScriptRunner; import com.ibatis.common.resources.Resources;jpetstore测试代码如下:package com.ibatis.jp...
分类:
数据库 时间:
2014-07-24 22:58:14
阅读次数:
307
android.content.res.Resources$NotFoundException: Resource ID #0x**********问题“解决办法:把AndroidManifest.xml里面的版本修改一下(如果原来没有指定,就添加一下),问题就可以解决了原因:原来的那个工程占用现在...
分类:
移动开发 时间:
2014-07-24 14:40:45
阅读次数:
231
在PC上和IOS上读取XML文件的方式略有差别,经测试,IOS上不支持如下方法载入XML文件:XmlDocument xmlDoc = new XmlDocument();xmlDoc.Load("Assets/Resources/text.xml");IOS上载入XML的正确方法有2种:(1)方法...
分类:
移动开发 时间:
2014-07-24 10:19:53
阅读次数:
233
Methods of adding more resources for a particular application fall into two broad categories: horizontal and vertical scaling.[5]
To scale horizontally (or scale out) means to add more nodes to a s...
分类:
其他好文 时间:
2014-07-22 22:33:55
阅读次数:
397
这个类可以实现圆角,或者是圆形图片的操作。CircleImageManager.javapackage com.kale.utils;import android.content.Context;import android.content.res.Resources;import android....
分类:
其他好文 时间:
2014-07-22 00:07:35
阅读次数:
241
该文章转自:http://blog.csdn.net/dw_java08/article/details/7789601eclise 部署web工程报 There are no resources that can be added or removed from the server. 解决办法:...
分类:
Web程序 时间:
2014-07-19 18:21:27
阅读次数:
366
1. 创建maven项目 需要手工创建src/main/java src/main/resources src/test/.. 4个code package2. 把项目转成dynamic web project(Project Facets) 需要配置context root和content...
分类:
Web程序 时间:
2014-07-18 15:28:44
阅读次数:
273
cluster集群要实现vmotion、DRS、HA等功能,EXSI主机必须是两台或以上的数量。那怎么判断vmotion等漂移功能在哪些主机执行的呢?这就引出了集群cluster的概念。所有基于vmotion的功能都是在集群内的EXSI主机实现的,VM只会在集群内做漂移。所有EXSI主机加入集群后,CPU、内存等..
分类:
其他好文 时间:
2014-07-17 20:31:28
阅读次数:
278
cluster集群要实现vmotion、DRS、HA等功能,EXSI主机必须是两台或以上的数量。那怎么判断vmotion等漂移功能在哪些主机执行的呢?这就引出了集群cluster的概念。所有基于vmotion的功能都是在集群内的EXSI主机实现的,VM只会在集群内做漂移。所有EXSI主机加入集群后,CPU、内存等..
分类:
其他好文 时间:
2014-07-17 20:20:52
阅读次数:
194