iOS 开发实用技术导航
NSHipster 中文版
http://nshipster.cn/
cocos2d 开源 2D 游戏引擎
http://www.cocos2d-iphone.org/
CocoaPods
http://cocoapods.org/
Google Analytics for Mobile 统计解决方案
http://code.google.com/mobile/analytics/
WWDC
https://developer.apple.com/wwdc/
Design Guides and Resources
https://developer.apple.com/design/
Transcripts of WWDC sessions
http://asciiwwdc.com
Cocoa with Love
http://cocoawithlove.com/
Cocoa Dev Central
http://cocoadevcentral.com/
NSHipster
http://nshipster.com/
Style Guides
Google Objective-C Style Guide
NYTimes Objective-C Style Guide
Useful Tools and Services
Charles Web Debugging Proxy
Smore
sunjws
V2EX  ›  iDev

FMDB 修改二进制数据的问题

  •  
  •   sunjws · Aug 19, 2015 · 2226 views
    This topic created in 3924 days ago, the information mentioned may be changed or developed.
    insert 的时候没有问题,可以正常添加到数据库中。但是 update 时程序却 Crash 了。

    我这么写的
    [db executeUpdate:@"UPDATE m_table SET m_data = ? WHERE id = ?",data/*NSData*/,id];
    1 replies    2015-08-19 14:57:00 +08:00
    black
        1
    black  
       Aug 19, 2015   ❤️ 1
    提供的信息太少了。
    另外,请避免使用 id 作为变量名。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4113 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 05:10 · PVG 13:10 · LAX 22:10 · JFK 01:10
    ♥ Do have faith in what you're doing.