码迷,mamicode.com
首页 >  
搜索关键字:unable to resolve ta    ( 5723个结果
android JSON数据格式 解析
一、   JSON (JavaScript Object Notation)一种简单的数据格式,比xml更轻巧。  Json建构于两种结构:      1、“名称/值”对的集合(A collection of name/value pairs)。不同的语言中,它被理解为对象(object),纪录(record),结构(struct),字典(dictionary),哈希表(hash ta...
分类:移动开发   时间:2014-11-19 12:42:23    阅读次数:266
winform中使用dsoframer提示"Unable to display the inactive document.Click here to reacitive the document."
在winform中使用dsoframer 1.3载入word文档,但是在axFramerControl1.Open("NPOI.docx");在axFramerControl1控件中却显示Unable to display the inactive document.Click here to reacitive the document. 遇到这种情况的解决办法有两种方式,一是代码实现设置控件...
分类:Windows程序   时间:2014-11-19 11:16:01    阅读次数:299
Unable to find manifest signing certificate in the certificate(Visual studio)
今天打开之前做的项目,突然得到很奇怪的编译错误: Unable to find manifest signing certificate in the certificate网上搜一下,有两个方法,其中一个方法为: 用记事本(纯编辑器)打开项目,删除有如下代码的行: ... ... ... .......
分类:其他好文   时间:2014-11-19 07:24:19    阅读次数:162
winform中使用dsoframer提示"Unable to display the inactive document.Click here to reacitive the document."
在winform中使用dsoframer 1.3载入word文档,但是在axFramerControl1.Open("NPOI.docx");在axFramerControl1控件中却显示Unable to display the inactive document.Click here to reacitive the document. 遇到这种情况的解决办法有两种方式,一是代码实现设置控件...
分类:Windows程序   时间:2014-11-19 01:13:44    阅读次数:222
android studio :cannot resolve symbol R
android studio经常会莫名奇妙的找不到R文件。 1.多半是xml文件有问题,,标签不匹配等等,仔细检查。 2.如果提示的错误你已经解决,但是仍然不听的提示错误。 重启androidstutio,但是比较麻烦,stackoverflow上的解决方法是: a,选中自己的project然后按F...
分类:移动开发   时间:2014-11-18 17:52:39    阅读次数:216
iOS Crash 分析(文二)-崩溃日志组成
iOS Crash 分析(文二)-崩溃日志组成 现在我们看一个淘宝iOS主客崩溃的例子: ### 1.进程信息 ### Incident Identifier: E4201F10-6F5F-40F9-B938-BB3DA8ED7D50 CrashReporter Key: TODO Hardware Model: iPhone4,1 Process: Ta...
分类:移动开发   时间:2014-11-18 16:02:00    阅读次数:276
Android - Error:Calling startActivity() from outside of an activity context
Error:Calling startActivity() from outside of an activity context本文地址: http://blog.csdn.net/caroline_wendyAndroid错误:Calling startActivity() from outside of an activity context requires the FLAG_ACTIVI...
分类:移动开发   时间:2014-11-18 00:24:33    阅读次数:187
ORACLE表空间
1、查看所有的表空间:SELECT * FROMDBA_TABLESPACES;2、查看某个用户的默认表空间:SELECT DEFAULT_TABLESPACE,USERNAME FROMDBA_USERSWHERE USERNAME='username';3、查看表空间剩余容量:SELECT TA...
分类:数据库   时间:2014-11-17 22:33:39    阅读次数:350
You need to use a Theme.AppCompat theme (or descendant) with this activity解决方法
报错如下:java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.test2/com.example.test2.MainActivity}: java.lang.IllegalStateExcep...
分类:移动开发   时间:2014-11-17 21:14:28    阅读次数:116
ruby安装插件报错
有时候我们需要安装ruby插件的时候,会报如下错误:ERROR: Could not find a valid gem 'rdiscount' (>= 0), here is why: Unable to download data from https://rubygems.o...
分类:其他好文   时间:2014-11-17 17:34:59    阅读次数:221
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!