Total Pageviews

Friday, 5 June 2026

男朋友

-80年代中期,从台湾传到了大陆。

Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React



With Expo tools, services, and React, you can build, deploy, and quickly iterate on native Android, iOS, and web apps from the same JavaScript codebase.

    Access to device capabilities like camera, location, notifications, sensors, haptics, and much more, all with universal APIs.

    Build service gives you app-store ready binaries and handles certificates, no need for you to touch Xcode or Android Studio.

    Over-the-air updates let you update your app at any time without the hassle and delays of submitting to the store.

Quick Start

If you are already experienced with React and JavaScript tooling and want to dive right in and figure things out as you go, this is the quickest way to get started:

$ npm install -g expo-cli
$ expo init my-project
$ cd my-project
$ expo start

Thursday, 4 June 2026

北韓最可怕的10個驚人事實

全球10個最「窒息」的封閉國家

地球最孤獨有人島!250人被困大洋中央,一年僅9班船、無機場,卻活成千萬人嚮往的治癒淨土

這座藏在南大西洋的世界最偏遠有人島,徹底顛覆你對孤獨與幸福的認知!無機場、無高頻通航、被萬裏汪洋圍困,全年僅9班船進出,250位島民世代相守,夜不閉戶、無內卷、無算計、無內耗。我們深陷人海卻滿心孤獨,他們隔絕世界卻溫暖純粹。本期帶你沉浸式探秘特裏斯坦·達庫尼亞島的百年定居史、獨特生存模式、兩大神秘支柱產業,讀懂治癒千萬都市人的人生真諦.

這10個國家已進入「滅國倒計時」,最後一個誰也救不了

 

next-on-pages

 CLI to build and develop Next.js apps for Cloudflare Pages 

 https://www.npmjs.com/package/@cloudflare/next-on-pages

 

The next-on-pages package is deprecated, if you want to deploy a Next.js application on Cloudflare, please use the OpenNext Cloudflare adapter instead. If you have a Next.js application that already uses next-on-pages the OpenNext getting started guide for existing applications presents instructions on how to migrate to the OpenNext adapter.

⚠️ 🚧 ⚠️

⚡▲ @cloudflare/next-on-pages ▲⚡

Build, develop, and deploy Next.js apps for Cloudflare Pages.

Note

The best way to run Next.js apps on Cloudflare is to use @opennextjs/cloudflare. If you're coming from Vercel, you can migrate your Next.js app easily using Diverce, which can also help you migrate from @cloudflare/next-on-pages

@cloudflare/next-on-pages is a CLI tool that you can use to build and develop Next.js applications so that they can run on the Cloudflare Pages platform.

Alongside the @cloudflare/next-on-pages there is an additional package eslint-plugin-next-on-pages implementing an Eslint plugin which aim is to aid developers at using the @cloudflare/next-on-pages more efficiently and improve their overall developer experience when working with it.

You can see the packages contents (with their documentation) in their respective package directories:

Additionally there is also the next-dev submodule which is implemented as a separate package in this repository but included as a submodule of the main @cloudflare/next-on-pages package, you can see the submodule's content here:

Contributing

If you want to contribute to this project (both to the main package and the eslint one) please refer to the Contributing document.

References

Extra references you might be interested in:

  • Blog post

    The original blog post introducing @cloudflare/next-on-pages (24/10/2022), it goes into details on the inspiration for this package and provides some details on how it works.

  • Cloudflare Next.js Guide

    Cloudflare guide on how to create and deploy a Next.js application. The application can be either static (and deployed as simple static assets) or dynamic using the edge runtime (using @cloudflare/next-on-pages).

  • Caching and Data Revalidation

    Documentation on how the caching and data revalidation for applications built using @cloudflare/next-on-pages works.

  • Technical Documentation

    Explanations and insights into how @cloudflare/next-on-pages works, design decisions behind different aspects, and how it handles different Next.js features.

    from  https://github.com/cloudflare/next-on-pages