在這邊的才有每日1500次印中google cloude 那邊的沒那麼多次數
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()ios/{Project_name}/AppDelegate.swiftdidFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil ) -> Bool { FirebaseApp.configure() // 在這位置加入這行 let delegate = ReactNativeDelegate() let factory = ExpoReactNativeFactory(delegate: delegate) delegate.dependencyProvider = RCTAppDepen...
部分功能一定要在 development build 版上才能測試到,特別是某些原生功能。例如,我在試用 FCM(Firebase Cloud Messaging) 時發現,為了調試 FCM 發送功能,需要先執行一些特定指令。解決方案1. 執行指令建立 Development Build首先執行以下指令,建立 development build:npx expo run:ios如果想選擇指令的ios 模擬器進行打包npx expo run:ios --device 2. 啟動 Expo 並切換到 Development Build完成第一步後,執行以下指令啟...
```html ``` ```js const vditor = new Vditor('vditor', { toolbar: [ 'headings', 'bold', 'italic', 'link', 'list', 'ordered-list', 'checklist', 'inline-code', 'code', 'quote',...
https://1panel.cn/docs/user_manual/toolbox/ftp/ https://github.com/1Panel-dev/1Panel/discussions/5468 重點是 在 `/etc/pure-ftpd/pure-ftpd.conf ` 文件中找到或添加以下行: `PassivePortRange 30000 350...
當你將文件從一台 Mac 搬到另一台 Mac 後,Git 會根據文件的修改時間和權限變動來判斷文件是否被修改過。如果你發現所有文件都被認為是新增的或已修改過的樣子,解決方法: ```sh chmod -R 755 . ``` ```sh git co...
particles.js https://github.com/VincentGarreau/particles.js?tab=readme-ov-file
https://oblador.github.io/react-native-vector-icons/
查看所有xcrun simctl list devices直接打開,把 <Device UDID> 替換成上面查到的很長的編號open -a Simulator --args -CurrentDeviceUDID <Device UDID>輸入你想要的型號 "xxxx" 就可以把expo 預設的裝置更換xcrun simctl boot "iPhone 16 Pro"打開cd /xxxxx //你的expo project foldernpx expo start
```sql UPDATE your_table_name SET created_at = IF(create_unixtime IS NULL OR create_unixtime = 0, NULL, CONVERT_TZ(FROM_UNIXTIME(create_unixtime), '+00:00', '+08:00')); ```
```shell cd /home/username/domains/xxxxxx.com/public_html && /usr/local/bin/php artisan test:email >> /home/username/domains/xxxxxx.com/public_html/storage/logs/cron.log 2>&1 ``` 不能有任何換行
```html 所有狀態 @foreach (config('common_arr.arr_status') as $k => $item)...
```js $(document).ready(function() { var currentId = {{$data->id}} $('#menu a[data-menu_id="' + currentId + '"]').addClass('active'); }); ``` 這樣就不必用後端檢查是否當前分類
https://echarts.apache.org/examples/zh/editor.html?c=calendar-heatmap
https://catbox.moe/
docusaurus.io
https://www.epson.com.tw/creativeprint/festival https://www.creativecenter.brother/zh-cn https://printables.hp.com/cn/zh/collections
https://krazydad.com/
```css .rs-blog-grid .blog-item .image-wrap img{ height:300px !important; width:100% !important; object-fit: cover !important; } ```