码迷,mamicode.com
首页 >  
搜索关键字:resolve    ( 1770个结果
C#获取本机局域网ip和公网ip
1。获取局域网ipIPAddress ipAddr = Dns.Resolve(Dns.GetHostName()).AddressList[0];//获得当前IP地址string ip=ipAddr.ToString() ;2。获取公网ip private static string GetI.....
分类:Windows程序   时间:2014-10-27 16:55:13    阅读次数:316
YII Unable to resolve the request
程序传到服务器上,发现Unabletoresolvetherequest,后面一搜说是大小写有关,加上‘caseSensitive‘=>false,以后,发现也不行。最后尝试将文件名一改(控制器中有的第二个字母也大写了),才正常访问到的。
分类:其他好文   时间:2014-10-26 06:56:52    阅读次数:123
eclipse创建maven工程出现Could not resolve archetype org.apache.maven.archetypes错误
首先,推荐使用最新版的Eclipse-LUNA(4.4.1)。当我创建maven项目时。使用kepler版就会出错。使用luna就没事。不知为何。今天使用Eclipse创建maven项目时,出现了。如题错误。结果我去网上搜索解决方法时,都说要去下载maven-archetype-quickstart...
分类:Web程序   时间:2014-10-24 12:26:06    阅读次数:273
android 使用信鸽推送通知栏不显示推送的通知?
跟往常一样使用信鸽推送,不过这次却怎么也没反应。经过查看log发现确实是收到了推送过来的消息了,其中有这么一行:W/dalvikvm(23255): VFY: unable to resolve virtual method 1345: Landroid/support/v4/app/Notific...
分类:移动开发   时间:2014-10-22 10:48:48    阅读次数:837
TCP/IP基础(一)
一.TCP/IP 协议族体系结构以及主要协议    TCP/IP协议族是一个才四层协议系统。      数据链路层:实现了网卡接口的网络驱动程序,以处理数据在物理媒介(比如以太网,令牌网等)上的传输。数据链路层两个常用的协议是ARP协议(Address Resolve Protocol,地址解析协议)和 RARP协议(Revers Address Resovle Protocol,逆...
分类:其他好文   时间:2014-10-21 10:29:11    阅读次数:231
Unable to resolve target 'android-XX'的问题解决
1.问题现象(Unable to resolve target 'android-XX')将低版本的代码导入eclipse时,常遇到这样的问题:Unable to resolve target 'android-XX'2.问题原因这是原代码中project.properties 的 Project ...
分类:移动开发   时间:2014-10-20 19:00:18    阅读次数:384
Cannot resolve the collation conflict between "Chinese_PRC_CI_AS" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation.
报错:消息 468,级别 16,状态 9,过程 XXXX,第 355 行Cannot resolve the collation conflict between "Chinese_PRC_CI_AS" and "SQL_Latin1_General_CP1_CI_AS" in the equal ...
分类:数据库   时间:2014-10-20 13:11:58    阅读次数:265
Android Unable to instantiate activity ComponentInfo
Android开发环境,真是脆弱....折腾人。昨晚敲点书上的代码,今天来公司运行,就各种报错,如下:10-18 10:03:56.063: W/dalvikvm(14661): Unable to resolve superclass of Lcom/example/geoquizfrist/Qu...
分类:移动开发   时间:2014-10-18 11:08:43    阅读次数:191
串口调试,提示the given port name does not start with COM/com异常解决办法,,发现是打印机在搞怪
串口测试时,用到串口,把打印机的拔下来,换上测试的,程序一打开就提示错误:the given port name does not start with COM/com or does not resolve to a valid serial port.(给定的端口名称未以 COM/com 开头或...
分类:其他好文   时间:2014-10-16 19:32:52    阅读次数:1119
DocumentBuilder setEntityResolver() Method
DescriptionTheJavax.xml.parsers.DocumentBuilder.setEntityResolver(EntityResolver er)method specifies the EntityResolver to be used to resolve entities...
分类:其他好文   时间:2014-10-16 03:12:31    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!