<!– 用户表查询单条数据 –>
<select id=”findUserByLogin” resultMap=”RM_SpUser”>
SELECT
<include refid=”columns” />
FROM sp_us……继续阅读 »
9年前 (2016-05-11) 1130浏览
0个赞
org.springframework.beans.factory.BeanCreationException: Error creating bean with name “shiroFilter” defined in class path resource [conf/applicationContext-shiro.xml]:……继续阅读 »
9年前 (2016-05-11) 1733浏览
0个赞
public static void main(String[] args) {
Set<BigDecimal> s = new TreeSet<BigDecimal>();
s.add(new BigDecimal(“1.0”));
s.add(new BigDecimal(“1.00”……继续阅读 »
9年前 (2016-05-11) 1110浏览
0个赞
本人按照接口文档去服务器用get请求数据
-(void)loadAdData
{/* "Request failed: unacceptable content-type: text/html" */
AFHTTPSessionManager *mgr = [AFHTTPSessionManager manager];
NSMutable……继续阅读 »
9年前 (2016-05-11) 1622浏览
0个赞
Xcode遇到这个问题,求指导
解决方案
5
….
提示说的那么明显了你还想怎样?
他说有个叫”logs”的文件无法保存,原因是已经有个同命的文件存在了,你改个名字或把之前的那个logs文件删掉就好了
35
重新创建一个模拟器试一下
……继续阅读 »
9年前 (2016-05-11) 1719浏览
0个赞
这个“下一步” 应该用LinkButton还是button
解决方案
……继续阅读 »
9年前 (2016-05-11) 1596浏览
0个赞
您好,本人在做XML序列化的时候有这么一段:
public List<XMLSystemChild> GetChildren
{
get { return m_oChildren; }
set { m_oChildren = value; }
}
List中的泛型X……继续阅读 »
9年前 (2016-05-11) 3213浏览
0个赞
这是MainActivity的代码
package com.example.com.feida.jsontest;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import ja……继续阅读 »
9年前 (2016-05-11) 1337浏览
0个赞
本人在百度上查找到 将canvas里面画好的东西保存到bitmap中 都是在new canvas()的时候 传入一个参数:
Bitmap bm = Bitmap.createBitmap(320, 480, Config.ARGB_8888);
Canvas canvas = new Canvas(bm);
然后canvas里面画的东西就都保存在bitm……继续阅读 »
9年前 (2016-05-11) 1989浏览
0个赞