今天在使用协议的过程中。偶然发现这样使用 ? 1 2 3 4 5 6 7 8 9 10 @interface AppDelegate (){ id<chatdelegate> testdelegate; } @property (nonatomic , assign) id<chatdelegate
转载 2017-06-04 19:27:00
149阅读
2评论
unexpected error ConnectionError object has no attributeCentOS yum cache/etc/yum.confkeepcache = 1
原创 2021-12-27 16:05:49
306阅读
int fd;fd=open("/data/data/tmp.txt", O_WRONLY|O_CREAT);write(fd, prop_name, sizeof(prop_name));close(fd);E...
转载 2022-05-02 14:36:29
233阅读
首页有时候会循环调用栏目名称、英文名称、缩略图等。我的解决办法:英文名称——使用seo标题调用。缩略图——新增功能。一、首页循环调用栏目名称+英文名称时, 使用{dede:channel }无法直接调用{dede:field.seotitle /},需要修改文件。include\taglib\channel.lib.php 找到下面的代码,加入下面seotitle(一共有3处需要
转载 4月前
422阅读
gcc __attribute__  里有一个属性是 error 可以用于编译时报错。参考:https://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcc/Function-Attributes.htmlerror ("message")If this attribute is used on a function declaration an
原创 2023-05-04 16:14:31
94阅读
# Android错误:属性android:dataExtractionRules未找到 在开发Android应用程序时,我们有时会遇到各种错误。其中一个常见的错误是“android error: attribute android:dataExtractionRules not found.”。这个错误通常会在布局文件中出现,表示无法找到android:dataExtractionRules属
原创 2023-07-21 07:35:03
5234阅读
gcc __attribute__ 里有一个属性是 error 能够用于编译时报错。 參考: https://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcc/Function-Attributes.html error ("message")If this attribut
转载 2017-08-08 20:44:00
332阅读
2评论
<manifest xmlns:android="http://schemas.android.com/apk/res/android"改为<manifest xmlns:android="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools"就解决了如果没...
原创 2023-03-28 14:12:36
137阅读
遇到error: Error: No resource found for attribute ‘layout_scrollFlags’ in package‘包名’ 这个问题时候刚開始自己也是感觉到奇怪,错误也即是下图 处理方法:就是把xmlns:app="://schemas.andro
原创 2022-01-07 16:22:54
246阅读
因为我目前使用的是targetSdkVersion : 28,改到29或者以上就不会出现这个问题了
原创 2023-03-17 06:29:45
1014阅读
在了解相关原理后,下面正式进入打包环节。本章介绍通过命令行参数进行打包,这种方式比较初级,适用于一般的打包方式。4.1 基本语法打包需要通过cmd进行,语法和大多数工具一样。pyinstaller最简单的打包方式是:pyinstaller myscript.py其中myscript.py是你想要打包的程序。如果这一步提示找不到myscript.py,请检查路径是否正确;如这一步提示找不到pyins
转载 6月前
106阅读
解决: DECODER_ERROR_CLASSES += (brotli.error,) ttributeError: module 'brotli' has no attribute 'error'今天不知道怎么回事不小心卸载了brotli,然后安装任何库都失败,现在给出解决方案。
原创 2022-02-22 14:48:07
1650阅读
防火墙问题导致部署grid软件后期执行root.sh脚本的时候报ORA-29783: GPnP attribute SET failed with error [CLSGPNP_NOT_FOUND]
原创 2017-02-23 00:43:23
2346阅读
## 如何解决“Android error: attribute open (aka :open) not found” ### 整体流程 下面是解决这个问题的整体步骤: ```flow st=>start: 开始 op1=>operation: 检查XML布局文件 op2=>operation: 检查属性名拼写 op3=>operation: 清除项目缓存并重新构建 op4=>operat
原创 2023-08-11 12:40:45
173阅读
今天把android studio 升级到3.0 之后,直接报错了: error: style attribute '@android:attr/windowEnterAnimation' not found. 后来查了一下解决方案: 在Project/gradle.properties中添加 an
转载 2018-01-23 11:25:00
398阅读
2评论
build.gradle里面的sdk版本号太小了加粗文本android:directBootAware=“true” 属性安卓7.0才支持就是sdk最小需要24android0.0.0"
原创 2023-11-27 11:26:37
88阅读
models中有如下语句,执行pythonmanage.pymakemigrations:def__str__(self):returnself.name执行pythonmanage.pymakemigrations报错如下:File"D:\pythonfile\venv\lib\sitepackages\django\db\backends\mysql\operations.py",line14
转载 2021-09-27 16:23:28
600阅读
在Project/gradle.properties中添加 android.enableAapt2=false
原创 2022-02-21 10:42:10
491阅读
最近在下载打开某些项目直接运行时遇见了几次这样的错误,一直build不过去,错误如下: Error:warning: Ignori
原创 2022-08-19 12:59:36
131阅读
报错日志:AndroidManifes.xml :1 error:No resource identifier found for attribute 'compileSdkVersionCodename' in package ‘android’粉丝提问:报错图:博主解答:解决办法:一般上架都会要求你这个版本号compileSdkVersion>=26才允许上架,一般设置为26即可
转载 2021-06-18 13:39:46
612阅读
  • 1
  • 2
  • 3
  • 4
  • 5