首页 文章 精选 留言 我的

精选列表

搜索[编写],共10005篇文章
优秀的个人博客,低调大师

React Native 0.69.2 发布,使用 React 编写原生应用

React Native 0.69.2 现已发布,具体更新内容如下: Changed 为 react v18 compat 设置 react-shallow-renderer v16.15.0 (a39a7c453d) 将 RN CLI 升级到 v8.0.3(28cbd21d21) iOS specific Hermes pod:更改逻辑以使用 hermes 标签正确设置 pod 源(46a9edc854) 修复在 new Blob(blob) 后调用 readAsDataURL 时的 race condition (bd12e41188) 确保在创建发布版本时不安装 Flipper pod(23accbf58d) 详情可查看:https://github.com/facebook/react-native/releases/tag/v0.69.2

优秀的个人博客,低调大师

React Native 0.68.1 发布,使用 React 编写原生应用

React Native 0.68.1 现已发布,具体更新内容如下: Changed Android specific 将 React Native Gradle 插件升级到 0.0.6 codegen tasks不需要yarn Fixed 通过将 key function添加到 ShadowNodeWrapper 和相关类来修复 dynamic_cast(RTTI) 将 use-subscription 改为 < 1.6.0 Android specific 仅对 Windows 用户使用 NDK 23 改进对 M1 机器上 Android 用户的支持 Template:如果未设置 enableSeparateBuildPerCPUArchitecture,则指定 abiFilters 修复在 Windows 上构建新 architecture sources 的问题 更新说明:https://github.com/facebook/react-native/releases/tag/v0.68.1

优秀的个人博客,低调大师

Sherlock Social —— Python 编写的社交网络帐号爬虫

Sherlock是一款网络爬虫工具,可根据输入的用户名爬取对应的社交帐号,目前支持 300 多个不同社交平台。 用法 $ python3 sherlock --help usage: sherlock [-h] [--version] [--verbose] [--folderoutput FOLDEROUTPUT] [--output OUTPUT] [--tor] [--unique-tor] [--csv] [--site SITE_NAME] [--proxy PROXY_URL] [--json JSON_FILE] [--timeout TIMEOUT] [--print-all] [--print-found] [--no-color] [--browse] [--local] USERNAMES [USERNAMES ...] Sherlock: Find Usernames Across Social Networks (Version 0.14.0) positional arguments: USERNAMES One or more usernames to check with social networks. optional arguments: -h, --help show this help message and exit --version Display version information and dependencies. --verbose, -v, -d, --debug Display extra debugging information and metrics. --folderoutput FOLDEROUTPUT, -fo FOLDEROUTPUT If using multiple usernames, the output of the results will be saved to this folder. --output OUTPUT, -o OUTPUT If using single username, the output of the result will be saved to this file. --tor, -t Make requests over Tor; increases runtime; requires Tor to be installed and in system path. --unique-tor, -u Make requests over Tor with new Tor circuit after each request; increases runtime; requires Tor to be installed and in system path. --csv Create Comma-Separated Values (CSV) File. --site SITE_NAME Limit analysis to just the listed sites. Add multiple options to specify more than one site. --proxy PROXY_URL, -p PROXY_URL Make requests over a proxy. e.g. socks5://127.0.0.1:1080 --json JSON_FILE, -j JSON_FILE Load data from a JSON file or an online, valid, JSON file. --timeout TIMEOUT Time (in seconds) to wait for response to requests. Default timeout is infinity. A longer timeout will be more likely to get results from slow sites. On the other hand, this may cause a long delay to gather all results. --print-all Output sites where the username was not found. --print-found Output sites where the username was found. --no-color Don't color terminal output --browse, -b Browse to all results on default browser. --local, -l Force the use of the local data.json file.

优秀的个人博客,低调大师

React Native 0.67.2 发布,使用 React 编写原生应用

React Native 0.67.2 现已发布,具体更新内容如下: Fixed 修复错误“mockModal is not a function”(507b05f4c0) Android specific 修复了 ReactRootView 没有附加 insets 时的潜在崩溃。(6239e2f5ce) 将 OkHttp 从 4.9.1 升级到 4.9.2 以修复 CVE-2021-0341。(e896d21) iOS specific 修复运行pod install --project-directory=ios时未应用Time.h补丁的问题(60cef850bd) Find-node.sh 现在respects .nvmrc (35bcf934b1) 更新说明:https://github.com/facebook/react-native/releases/tag/v0.67.2

资源下载

更多资源
优质分享App

优质分享App

近一个月的开发和优化,本站点的第一个app全新上线。该app采用极致压缩,本体才4.36MB。系统里面做了大量数据访问、缓存优化。方便用户在手机上查看文章。后续会推出HarmonyOS的适配版本。

Mario

Mario

马里奥是站在游戏界顶峰的超人气多面角色。马里奥靠吃蘑菇成长,特征是大鼻子、头戴帽子、身穿背带裤,还留着胡子。与他的双胞胎兄弟路易基一起,长年担任任天堂的招牌角色。

Apache Tomcat

Apache Tomcat

Tomcat是Apache 软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,由Apache、Sun 和其他一些公司及个人共同开发而成。因为Tomcat 技术先进、性能稳定,而且免费,因而深受Java 爱好者的喜爱并得到了部分软件开发商的认可,成为目前比较流行的Web 应用服务器。

Eclipse

Eclipse

Eclipse 是一个开放源代码的、基于Java的可扩展开发平台。就其本身而言,它只是一个框架和一组服务,用于通过插件组件构建开发环境。幸运的是,Eclipse 附带了一个标准的插件集,包括Java开发工具(Java Development Kit,JDK)。