Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是想在 xcode 上 NSLog 一些东西,它给出了错误“未使用的表达式结果”,我无法使用 NSLog 打印任何东西。实际上我将编辑方案中的构建配置更改为调试。我不知道实际上是什么错误?
需要一些帮助
我也有类似的情况。我的原因是下一个代码。 #define NSLog 请检查是否对 NSLog 进行了重新定义。
我正在使用 Apex 制作应用程序。我有一个 Apex 表单,每次单击 VF 页面中的更新按钮时都需要更新 Invoice inputField 值。添加发票记录的 ID 后,我可以看到该值。但我无法在 apex:inputField 中编辑该值。这是我的 Apex 代码
<apex:page standar