码迷,mamicode.com
首页 >  
搜索关键字:does not match    ( 7565个结果
what does procedure byte conflict mean?
CCID_Receive Procedure byte conflict???According "a text book" for smart card.The terminal first sends the card a five-byte command header consisting ...
分类:其他好文   时间:2014-06-28 10:29:15    阅读次数:241
weblogic配置数据源出错
Connection test failed. Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in conn...
分类:Web程序   时间:2014-06-25 23:48:58    阅读次数:387
UriMatcher 和 ContentUris 的用法
一.UriMatcherUriMatcher 用来匹配Uri;使用addURI向UriMatcher中注册Uri。然后使用UriMatcher判断一个uri是否存在1.创建:UriMatchermatcher=newUriMatcher(UriMatcher.NO_MATCH); 2.注册Uripr...
分类:其他好文   时间:2014-06-25 22:20:19    阅读次数:204
ios应用提交审核出现的问题总结
1.当进行到生成上传包即:点击product》》archive 》》validation时;先是出现“the bundle does not contain an app icon for iphone / ipod touch of exactly '120x120' pixels”的错误解决方法...
分类:移动开发   时间:2014-06-25 18:58:03    阅读次数:271
执行git命令出现 xcrun: error:
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist, use xcode-select to change执行 sudo xcode-select -swi...
分类:其他好文   时间:2014-06-25 16:13:31    阅读次数:190
kvm: does not work properly. Using workaround
转载请注明出处,为开源贡献自己的力量,谢谢: http://www.openext.org/2014/06/libvirt-erro2为了进一步的学习kvm,手动安装了qemu-kvm但是在创建虚拟机的时候出现:kvm: does not work properly. Using workaround初步认为kvm没有insert,所以:#modprobe kvm#modprobe kvm-int...
分类:其他好文   时间:2014-06-24 23:48:33    阅读次数:611
Desugar Scala(15) -- unapply和unapplySeq方法
欢迎关注我的新博客地址:http://cuipengfei.me/   实在想不到什么动词可以当做脱衣服来讲了,所以从现在开始这系列博文就叫做Desugar Scala了。除非哪天才思泉涌,又想到了新词:) 开始正文。 名字叫做unapply和unapplySeq的方法在Scala里也是有特殊含义的。 我们前面说过case class在做pattern match时很...
分类:移动开发   时间:2014-06-24 19:42:48    阅读次数:265
一个简单的判断抢购时间是否到达的js函数
原型函数,功能很简单,找到时钟的id,计算数值,到达抢购时间时执行任务。 function nwt() {var str=$('#deal_expiry_timer_e3cdcd2a').text(); var out=str.match(/\d+/g);console.log(out);var h=parseInt(out[0]),m=parseInt(out[1]),s=parseInt(o...
分类:Web程序   时间:2014-06-24 17:56:43    阅读次数:229
自定义GSON类型适配器
Exception in thread "main" java.lang.RuntimeException: No-args constructor for class java.sql.Timestamp does not exist. Register an InstanceCreator with Gson for this type to fix this problem. #关于使...
分类:其他好文   时间:2014-06-24 17:52:56    阅读次数:207
如何实现底部工具栏的位置在屏幕底部
一个垂直方向的LinearLayout,包含两个View。下面一个View(工具栏)固定在屏幕底部,上面的View占据剩余的屏幕空间。<LinearLayoutandroid:orientation="vertical"android:id="@+id/vertical_layout"android:layout_width="match_parent"android:layout_height="match_paren..
分类:其他好文   时间:2014-06-24 16:57:06    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!