- 浏览: 460734 次
- 性别:
- 来自: 广州
文章分类
- 全部博客 (538)
- C/C++ Primer (69)
- Objective-C Primer (102)
- Python Primer (19)
- JavaScript Primer (1)
- Java Primer (37)
- PHP Primer (17)
- 泛 Linux (37)
- Shell Script (21)
- APUE (21)
- UNP__1&2 (19)
- NetWork (7)
- Oracle周边 (38)
- Mysql里边 (6)
- Windows技 (9)
- 简单算法 & 数据结构 (14)
- 设计模式 (6)
- GTK历程 (12)
- 工具使用 (25)
- 杂事 (23)
- 一些概念 (17)
- Web方面 (10)
- myCodeTools (9)
- ^未 竟$ (13)
- 硬件通信 (2)
- Games (1)
最新评论
Incorrect decrement of the reference count of an object that is not owned at this point by the caller 引用计数器不正确递减,这个对象不属于呼叫者
Value stored to 'xxx' during its initialization is never read 变量xxx初始化之化就没有再使用过
发表评论
-
float equal
2013-05-23 18:21 822- (BOOL)floatA:(float)f1 equalB ... -
Coding Guidelines for Cocoa
2013-05-17 16:53 673参考: https://developer.apple.com ... -
Cell
2013-05-16 14:32 791- (void)tableView:(UITableView ... -
Object-C编程规范
2013-05-15 10:49 7391.参考苹果的文档 “Coding Guidelines fo ... -
MacPorts
2013-02-28 18:12 615http://blog.csdn.net/lynjay/art ... -
KVC/KVO 监听对象属性变化
2013-01-10 23:09 7404http://blog.csdn.net/a6472953/a ... -
ios Associative 扩展属性
2013-01-08 16:45 1540@dynamic和@synthesize http://blo ... -
ObjC Dynamic
2013-01-08 15:21 776原文:http://www.onevcat.com/2012/ ... -
UITableView & UITextField
2012-11-08 00:35 842keyboard event ---------------- ... -
UIWebView
2012-10-24 11:06 752http://hi.baidu.com/wei_1123/it ... -
Device orientation
2012-10-15 16:20 751- (BOOL)shouldAutorotateToInter ... -
system notification
2012-10-12 15:22 630for UIApplication These notifi ... -
NSZombies
2012-08-09 08:51 672NSZombies搞定EXC_BAD_ACCESS http: ... -
Quartz 2D Programming Guide
2012-07-17 00:51 598Quartz 2D 内容不少啊 Graphics Trans ... -
NSCache
2012-07-12 14:25 760http://thenewself.blog.163.com/ ... -
NSCoding
2012-07-12 13:39 964@protocol NSCoding - (void ... -
分析 crash 报告的方法
2012-07-12 01:15 587http://blog.csdn.net/toss156/ar ... -
Multi-touch
2012-07-11 23:33 729智能与灵活与工作量>_< http://www.o ... -
iOS的多核编程和内存管理
2012-07-11 18:14 719http://anxonli.iteye.com/blog/1 ... -
NSCopying
2012-07-10 15:54 523http://www.apple.com.cn/develop ...
相关推荐
在Python开发过程中,遇到"error: invalid command ‘egg-info‘"这样的报错通常是由于安装或配置Setuptools库时出现了问题。Setuptools是Python项目构建、安装和管理的工具,而`egg-info`命令用于生成项目的元数据...
在Android开发过程中,遇到“Android Gradle Build Error: Some file crunching failed, see logs for details”的错误时,这通常意味着在构建过程中资源处理阶段出现了问题。这个错误涉及到Gradle的资源压缩过程,...
ERROR: build buildroot Failed rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ d/buildroot-config/conf.o /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot-...
在Android开发过程中,遇到“Android Gradle Build Error: Some file crunching failed, see logs for details”的错误是很常见的问题。这通常发生在编译期间,当Gradle尝试处理资源文件(如图片)时,由于某些原因...
// 获取系统版本号 info.mSysVersion = Build.VERSION.SDK_INT; // 获取网络国家ISO代码 ConnectivityManager connManager = (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); ...
CentOS 7运行.sh脚本提示syntax error: unexpected end of file。脚本是通过本地电脑的notepad++编辑之后用ftp上传到CentOS 7服务器上的。 错误原因: shell脚本在本地电脑编辑的,格式是dos(可以用vi编辑该shell...
在Android开发过程中,有时会遇到集成OpenCV库时出现初始化报错的问题,导致"OpenCV error: Cannot load info library for OpenCV"。这个问题通常与OpenCV库的安装、配置、依赖或版本不兼容有关。以下是一些详细的...
1. 多级别日志记录:如DEBUG、INFO、WARN、ERROR等,根据日志重要性进行区分,便于筛选和分析。 2. 日志格式自定义:允许用户调整日志输出的格式,以满足不同需求。 3. 异步日志写入:避免因日志写入阻塞主线程,...
16="NAND configurate SSD Info. error" 17="NAND configurate device error" 18="NAND configurate project info. error" 19="NAND read PINF error" 20="NAND write PINF error" 21...
4. **创建IPA包**:将签名后的.app文件、资源文件和Info.plist等打包成IPA格式,这是iOS应用的分发格式。 5. **上传到蒲公英**:最后,Python脚本会调用蒲公英提供的API,将生成的IPA包上传到蒲公英平台。上传成功...
C语言日志库logging英语...功能支持日志级别DEBUG、INFO、WARN、ERROR、FATAL支持日志格式计时器、日志级别、日志内容支持日志输出控制台、文件支持日志文件自动创建、自动滚动、日志分割安装conan安装使用git clone ...
ERROR: build buildroot Failed rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ d/buildroot-config/conf.o /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot...
这包括但不限于申请应用的appid,正确配置Info.plist文件,以及处理好权限请求和错误处理。 压缩包中的"TencentOpenAPI.framework"包含了整个框架的所有组件和库文件,开发者在集成时需要将其添加到Xcode项目中,并...
通过合理设计日志格式,设置合适的日志级别(如DEBUG、INFO、WARNING、ERROR),我们可以快速定位程序的异常情况,从而提高开发效率。同时,对日志进行分析还可以帮助我们了解系统的运行模式,预测潜在的问题,并为...
Info warning Error Normal Custom Download Gradle Add the code below to your root build.gradle file (NOT your module build.gradle file, check here for an example). ...
EhLib 6.3 Build 6.3.176 Russian version. Full source included. ------------------------------------------------------------------- The Library contains components and classes for Borland Delphi ...
Scikit-image是一个强大的开源Python库,用于图像处理和计算机视觉任务。版本0.21.0是这个库的一个稳定发行版,提供了丰富的图像处理算法和工具。在这个版本中,用户可以利用各种功能来分析、变换和操作图像。...
尝试调查module-info.class错误的问题 #这是什么错误? > java.io.IOException: Can't write [/home/s/develop/projects/proguardjacksonbug/app/build/intermediates/shrunk_jar/release/minified.jar] (Can't ...
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-9vbVql/pip/ You are using pip version 8.1.1, however version 21.3.1 is available. You should consider upgrading via the '...