Xcode7上传archive的时候报Invalid Bundle的错误。见下图。编译都是正常的,但是上传archive就报错,说Apps that have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist must only contain th...
先贴sql: update class ,student set class.class_id = '2011',student.class_id = class.class_id where class_name = '一班'; 我的需求是将class表中一班的id修改为2011,然后将student表中所有的学生的班级id...