码迷,mamicode.com
首页 >  
搜索关键字:invalid region    ( 5582个结果
Tomcat部署servlet小应用无法找到相应的servlet类的问题可能原因
今天特别有成就感,感谢上帝,是他让我不轻易放弃。好了下面简单介绍一下我的问题。我最近在学习HeadfirstservletJSP第81页面关于部署一个小应用。但是无论怎么调试无法找到servlet,最开始是web.xml里面的servlet和servlet-mapping位置放错了,在这里也提醒一下各位,请一定要..
分类:其他好文   时间:2014-05-27 03:39:19    阅读次数:422
根据群ID和用户Id查询 + string QueryQunByUserIdAndQunId(int userId, int qunId) V1.0
#region 根据群ID和用户Id查询 + string QueryQunByUserIdAndQunId(int userId, int qunId) V1.0 /// /// 13.0 根据群ID和用户Id查询 /// /// /// /// public string Query...
分类:其他好文   时间:2014-05-27 01:14:46    阅读次数:263
重学CPP
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corruptAfter installing Visual Studio 2010 Service Pack 1, some users w...
分类:其他好文   时间:2014-05-23 10:26:11    阅读次数:403
iOS 错误提示
1.CUICatalog: Invalid asset name supplied: , or invalid scale factor: 2.000000=》原因:You are calling[UIImage imageNamed:@""]or[UIImage imageNamed:nil].N...
分类:移动开发   时间:2014-05-23 06:48:14    阅读次数:273
manganese mining quarry machine
Have we missed some critical information from this article? Are you a company, organisation or research group operating in this region and feel you wa...
分类:其他好文   时间:2014-05-23 05:51:05    阅读次数:305
算法——递归篇——树叶下落问题
The Falling Leaves  Each year, fall in the North Central region is accompanied by the brilliant colors of the leaves on the trees, followed quickly by the falling leaves accumulating under the trees....
分类:其他好文   时间:2014-05-22 13:21:30    阅读次数:286
Mysql select语句设置默认值
1.在没有设置默认值的情况下: SELECT userinfo.id, user_name, role, adm_regionid, region_name , create_time FROM userinfo LEFT JOIN region ON userinfo.adm_regionid = region.id 结果: 设置显示默认值: SELECT userinfo.id, u...
分类:数据库   时间:2014-05-22 08:09:29    阅读次数:418
Api代码收集
收集自网络,方便自己,方便他人 1 #region 隐藏系统滚动条 2 protected override void WndProc(ref System.Windows.Forms.Message m) 3 { 4 ShowScrollBar(this.Han...
分类:Windows程序   时间:2014-05-22 05:45:02    阅读次数:435
poi合并单元格同时导出excel
poi合并单元格同时导出excelPOI进行跨行需要用到对象HSSFSheet对象,现在就当我们程序已经定义了一个HSSFSheet对象sheet。跨第1行第1个到第2个单元格的操作为sheet.addMergedRegion(new Region(0,(short)0,0,(short)1));跨...
分类:其他好文   时间:2014-05-22 00:31:11    阅读次数:425
hi3531的pcie atu资源重映射
1. 设置ATU 区域号寄存器为需要配置的地址转换区编号。 2. 设置ATU Region Lower Base Address Register 和ATU Region Upper Base Address Register。(在此区域内的目标地址将由区域号寄存器所在的ATU 转换) 3. 设置ATU Region Limit Address Register。 4. 设置ATU Reg...
分类:其他好文   时间:2014-05-21 13:52:28    阅读次数:247
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!