真機除錯watch的一系列bug

2022-09-12 02:45:12 字數 731 閱讀 1153

用expected prefix後的字串改寫原有字串

keyboard extension has conflicting provisioning settings. keyboard extension is automatically signed, but provisioning profile 137dae0b-0200-4c84-b71d-94e829158ee6 has been manually specified. set the provisioning profile value to "automatic" in the build settings editor, or switch to manual signing in the project editor.

code signing is required for product type 'watchkit extension' in sdk 'watchos 3.2'

首先檢查證書問題

修改專案/第三方/第三方擴充套件的bundle identifier. 替換identifier即可,不必管字尾

選擇team(如果步驟1沒什麼問題,此處問題也不大)

修改專案/第三方/第三方擴充套件的 building setting-->code signing identity-->debug為pp檔案

「3,4詳見部落格【真機測試教程】」

DROP TRUNCATE分割槽引發的一系列問題

生產的分片資料庫innodb buffer pool reads偏高 某個開發dba指出buffer pool記憶體裡的資料和實際占用磁碟空間應是一致的,也就是varchar n 欄位在buffer pool中也僅占用n個位元組 drop和truncate分割槽期間,查詢掛起在opening tab...

關於一系列的f函式

fopen 函式的使用 fopen 檔名 選擇方式 選擇方式有常見的兩種 r 關於r,開啟乙個已存在的文字檔案,只能從中讀取資料 w 關於w,開啟或新建乙個文字檔案,只能寫入資料,若檔案已存在則覆蓋原全部內容 廢話不多說,直接上 讀取乙個建立過的文件內容 include int main print...

樹狀陣列的一系列操作

1 樹狀陣列求逆序對 include include include using namespace std const int maxn 100010 int n,a maxn b maxn c maxn s maxn int lowbit int x void add int x int get...