码迷,mamicode.com
首页 >  
搜索关键字:does not match    ( 7565个结果
5.ScrollView无法填充满屏幕
问题:     android:id="@+id/drawer_layout"     android:layout_width="match_parent"     android:layout_height="match_parent" >             android:layout_width="match_parent"         androi...
分类:其他好文   时间:2014-06-19 09:36:53    阅读次数:199
iOS ArcGIS file is universal (2 slices) but does not contain a(n) armv7s slice
在开发中用到ArcGIS, 导入iOS ArcGIS sdk,之后报错,报错信息如标题,查了下问题,应该是使用的ArcGIS版本(ArcGIS runtime SDK for iOS 10.1)不支持 armv7s架构的cpu(iPhone 5s),处理方式Build Settings->Architectures->Valid Architectures, 把 arm64和armv7s删去,把B...
分类:移动开发   时间:2014-06-19 09:34:48    阅读次数:1118
excel
可以用宏表函数GET.DOCUMENT(),得到当前页(垂直方向分页): 1、定义两个名称: (1)Page,引用位置:=IF(ISNA(MATCH(ROW(),GET.DOCUMENT(64))),1,MATCH(ROW(),GET.DOCUMENT(64))+1); (2)TotalPage,引用位置:=GET.DOCUMENT(50); 2、在需要显示结果的单元格中输入公式: ="...
分类:其他好文   时间:2014-06-15 19:23:37    阅读次数:208
java.lang.VerifyError 在使用PowerMock EasyMock进行单元测试
java.lang.VerifyError:Stack map does not match the one at exception handler 385 in method ... at offset 377 我使用的 jar包( 下面是认为跟这个问题有关系的jar包)如下: antrl-3.3-complete.jar cglib-2.2.jar cglib-nodep-2.2.2...
分类:编程语言   时间:2014-06-15 16:56:08    阅读次数:476
PHP小函数集-篇一
一、 验证 /** * 判断用户名是否规范 */ function is_username($username) { if (preg_match("/^[a-zA-Z]{1}([0-9a-zA-Z]|[._]){3,19}$/",$username)...
分类:Web程序   时间:2014-06-12 22:53:22    阅读次数:221
Oracle 11g安装报错Environment variable: "PATH"
Environment variable: "PATH" - This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.预期值:1023实...
分类:数据库   时间:2014-06-12 17:25:20    阅读次数:633
PHP XML To Array将XML转换为数组
1 // Xml 转 数组, 包括根键,忽略空元素和属性,尚有重大错误 2 function xml_to_array( $xml ) 3 { 4 $reg = "/]*?>([\\x00-\\xFF]*?)/"; 5 if(preg_match_all($reg, $xml, $...
分类:Web程序   时间:2014-06-12 13:16:05    阅读次数:260
The server does not support version 3.0 of the J2EE Web module specification
1.问题:Eclipse+Tomcat6,run到Tomcat6时报这个版本支持问题.2.原因:Tomcate6最多支持Servlet2.5的,但是现在的项目是3.0,所以要降低项目的版本3.解决在项目的根目录下有个.settings文件夹,找org.eclipse.wst.common.project.facet.core.xml文件.把<installedfacet="jst.web"v..
分类:Web程序   时间:2014-06-10 23:42:25    阅读次数:823
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!