自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

yeshen.org

个人公众号:生的就酱

  • 博客(557)
  • 资源 (42)
  • 收藏
  • 关注

原创 ubuntu24掉网卡驱动问题

背景是上午过来,发现电脑连不上网络。尝试手动up了一下网卡,但是报错,报错信息如下问了gpt,尝试自己修复(见下文)然后我就联系了一下公司的IT,请求外部支援。IT小哥过来之后,搞了个仪器,测了网线,看起来网线没问题。接着他换了一个网口,然后就好了!!!

2025-08-01 11:41:12 531

原创 getConnectionOwnerUid

Android系统通过内核记录每个Socket的创建者UID。用户空间可以通过读取/proc/net下的文件或使用netlink机制来查询活跃连接的UID。这些查询通常需要root权限,因此主要用于系统服务内部。普通应用无法直接使用这些方法,但可以通过系统API(如TrafficStats)获取按UID聚合的流量统计信息。

2025-07-24 12:03:21 907

原创 ubuntu24的一些小问题

如上,可以修改默认的快捷按键。比如截图按键可以修改。

2025-07-23 20:29:24 447

原创 16k page size常见库升级

背景是在谷歌应用市场上架,提审的时候,如果没有适配16k page size,会有崩溃警告。为了更好的过审,所以有本文。:)

2025-07-23 10:26:14 579

原创 手机开启16k Page Size

我有一个pixel8的手机,系统是Android16,如下操作都是基于这个手机做的。

2025-07-23 10:05:52 1028

原创 danted 使用

这个只是个人小实验,请勿用于生产环境。

2025-07-21 10:36:18 418

原创 GP结算库升级到8.0

背景是googleplay要求再8.30之前升级到到7.0+ ( Google Play 结算库 (PBL) 6 或 7 迁移到 PBL 8),否则要被下架处理。上面这个升级指引算是非常详细了,按说明接入即可解决大部分问题。

2025-07-21 09:45:05 293

原创 利用android studio,对图片资源进行二次压缩

发现最近的项目对图片资源有做额外的压缩,不是直接使用png图片。具体有两种。

2025-07-15 09:47:11 956

原创 Android投放数据归因

Android 投放的数据归因是衡量广告效果的核心环节,它帮助你理解用户是从哪个渠道(广告平台、自然搜索、社交媒体等)看到并安装了你的应用,以及后续的转化行为(如购买、注册)归功于哪次广告曝光或点击。将用户在应用商店(主要是 Google Play)的安装行为,或者用户在应用内的关键行为(转化),与用户之前接触到的广告点击或曝光事件关联起来。在正式投放前,务必进行归因测试,确保点击、安装、深度链接、归因报告都能正确工作。理解用户可能接触过多个广告触点,单触点模型(尤其是最后点击)可能无法反映全貌。

2025-07-15 09:33:12 810

原创 Android target34升级到35中的edge-to-edge适配

背景是GP要求再2025.8.31之前,在GP上过审的应用都要升级targetversion到35。

2025-07-15 09:26:02 447

原创 阿拉伯语的okhttp兼容问题

okhttp 的Issue上有人反馈这个问题。

2025-06-26 10:59:41 290

原创 HostnameVerifier证书校验

HostnameVerifier

2025-06-18 09:32:53 447

原创 curl --resolve

curl --resolve 是一个用于在发起 HTTP 请求时,临时修改域名解析的选项。它允许你指定某个域名解析到某个特定的 IP 地址,而不使用系统默认的 DNS 解析结果。这个选项在测试、调试或者绕过某些 DNS 问题时非常有用。host:port:address:指定要修改解析的域名、端口和对应的 IP 地址。URL:请求的目标 URL。作用:当你使用 curl --resolve 时,curl 会忽略系统 DNS 设置,而是使用你指定的 IP 地址来访问指定的域名和端口。

2025-06-18 09:29:06 333

原创 Android16变更

背景是最近Android16正式使用了。然后找QA复查了一轮,结果当然是没问题的,因为测试同事的手机和我开发用的手机,早就是Android16了。摘要1:讨论Android 16的新特性,如Project Butter、可扩展通知、语音搜索改进、相机应用改进、Google Now等。发布时间2025年1月24日。摘要2:提到权限控制、Beam文件传输、Miracast支持、多任务处理改进、输入法框架、性能优化等。强调API兼容性检查。发布时间2025年1月24日。摘要3:强调安全功能、生物识别技术、权

2025-06-15 10:39:16 873

原创 APP开发的UI设计上,为什么不建议弹窗上有输入框?

为了提供流畅、高效、低负担的用户体验,设计时应尽量避免在弹窗内放置输入框,优先考虑导航到新页面、使用底部表单或内联输入等替代方案。只有在极其特殊、输入极短且关键确认的场景下,才应谨慎评估并在精心设计后使用弹窗输入框。虽然不建议是普遍原则,但在。

2025-06-06 11:08:03 844

原创 从 leanback 的npe崩溃谈起

最近接手了一个TV的应用,然后看到有些历史的崩溃,本文是其中一个处理。

2025-05-30 10:01:34 1042

原创 TimeoutException问题排查

看起来这个sdk只是调用intent,跨进程调用 com.android.vending 的服务,不确定是不是 用户的 com.android.vending 服务版本有问题。升级Billingsdk:注意到触发崩溃的是 com.android.vending 的服务 ,升级可能意义不大。这意味着,用户设备上的 com.android.vending 这个程序,正在不断经历启动、崩溃、重启。我们这边因为支付功能,需要调用 Billing 去跨进程使用 vending 的服务,所以被波及了。

2025-05-29 16:11:47 380

原创 使用zap,对web应用/API接口 做安全检测

它位于测试者的浏览器与 Web 应用程序之间,能够拦截并检查两者之间发送的消息,按需修改内容,再将数据包转发至目标。ZAP 为不同技术水平的用户提供支持——从开发者、到刚接触安全测试的测试人员、再到安全测试专家。由于 ZAP 是开源工具,用户可查看其源代码以了解功能的具体实现方式。任何人都能自愿参与 ZAP 的开发,包括修复漏洞、添加功能、提交代码合并请求(pull requests),或为特定场景编写插件。如果当前环境中已存在其他网络代理(如许多企业网络中的情况),ZAP 可配置为连接到该代理。

2025-05-21 09:40:14 569

原创 基于fluidattacks做海外合规静态代码扫描

组织背景:App Defense Alliance由谷歌等安全公司组成,专注提升应用安全性。工具认证:Fluid Attacks的CLI工具通过认证,可用于CASA框架的二级合规验证。合规框架MASA:针对移动应用,基于OWASP MASVS标准。CASA:针对云应用,本文的核心讨论对象。应用防御联盟(App Defense Alliance)将Fluid Attacks的CLI应用添加为官方认可的应用安全测试(AST)工具。该联盟由谷歌等企业合作成立,旨在确保Android应用对用户的安全性。

2025-05-21 09:23:08 1433

原创 addFragment崩溃问题排查

背景是项目中有一些崩溃,如上。stackoverflow上的相关处理如下看项目代码,以前维护的同事已经有做了处理,如上处理。

2025-05-20 10:08:25 663

原创 stackoverflow崩溃问题排查

最近接手了一个海外项目,然后提审googleplay的时候,gp反馈了一个stackoverflow。看逻辑是项目中的一个动画导致的。但是动画时间是200ms,理论上不会直接回调导致stackoverflow,所以同事把这个问题标记为忽略,忽略了几个版本。但是gp那边一直在反馈问题。

2025-05-20 09:46:27 230

原创 scrcpy 在连接andorid15设备报错

scrcpy升级

2025-05-19 10:49:16 360

原创 weblate使用

Weblate 是一个开源的、基于 Web 的本地化(翻译)管理平台,专门用于简化软件项目的多语言翻译流程。它支持多种文件格式(如 Android 的 strings.xml、iOS 的 .strings、Gettext .po 等),并与 Git 等版本控制系统深度集成,方便团队协作和自动化翻译流程。

2025-05-12 09:39:13 521

原创 提高邮箱安全性的方法

最近收到一份诈骗邮件,邮件内容如下:我们是联合国/世界银行关于付款干预计划(PIS)的代表,负责解决全球所有未支付受益人的问题。不过,你是被选中获得补偿的人之一,已经为你批准了150万美元(1500000.00美元)。问了下豆包这个邮件是什么意思,豆包和我是是诈骗邮件。其实我也知道,因为发件人使用了我的域名邮箱,非常猖狂啊!!!

2025-05-03 09:22:45 739

原创 aioquic 使用

问题原因,自签名证书不受信任。

2025-04-24 10:32:48 407

原创 debian切换用户

【代码】debian切换用户。

2025-04-24 09:15:48 256

原创 nginx配置

最近修改了nginx的配置,然后网站死活起不来。

2025-04-22 09:58:12 379

原创 在 macOS 上切换默认 Java 版本

切换java版本

2025-04-16 09:39:40 382

原创 scapy使用

在 Mac 上使用 Scapy 抓取特定 IP 的流量并保存到a.pcap。

2025-04-12 19:36:05 311

原创 使用 Messenger 跨进程通讯

【代码】使用 Messenger 跨进程通讯。

2025-04-04 15:04:53 411

原创 TCP BBR 的优化

bbr

2025-04-04 11:43:24 1045

原创 做一个Andriod系统应用的方法

如何做一个系统应用?

2025-04-04 11:11:07 237

原创 xfreerdp 的使用

https://github.com/FreeRDP/FreeRDP

2025-04-01 09:28:22 856

原创 用mkdocs写文档#自动更新github-page

自动更新github page

2025-03-30 14:28:13 431

原创 用mkdocs写文档

使用mkdocs的过程记录

2025-03-25 09:51:38 481

原创 goaccess分析网络流量

买了一台云服务器

2025-03-24 10:02:19 746

原创 手动集成sqlite的方法

sqlite in android

2025-03-20 09:35:47 1705

原创 sqlite mmap

sqlite mmap docs

2025-03-19 12:07:14 1313

原创 用sphinx-doc整理文档#2

sphinx写文档的一些实践小经验。

2025-03-09 13:54:42 843

原创 悬浮球的刘海屏适配方法

悬浮球,刘海屏

2025-03-05 09:36:09 275

在Windows中安装iPhone开发环境.doc

在Windows中安装iPhone开发环境 2010年11月22日 星期一 下午 15:10 我将新版开发环境在Windows XP下VMWare虚拟机中安装开发环境过程贴出来,让大家分享。 本文在Windows Xp + VMware Workstation 7.0 + MAC OS X Snow Leopard 10.6 环境下安装iPhone SDK 3.1.2成功!

2012-10-27

hidpi-canvas-1.0.9.zip

Currently this plugin handles most general cross browser drawing functions, but feel free to send Pull Requests as you find functions you need supported. If the function simply needs all or some of it's arguments multiplied by the ratio, it should simply require you to add it to the ratioArgs object, following the proper pattern. It currently leaves images alone, so to retinize images on your canvas, simply duplicate the getPixelRatio function in your code and divide your image dimensions by the provided ratio.

2016-01-29

Wireshark-win32-2.0.2.exe

Wireshark-win32-2.0.2.exe

2016-03-02

windows下Linux命令行小工具

下载后,解压到指定目录,添加该指定路径+/wbin路径到系统环境变量Path中,这样就可以在Windows下使用Linux命令

2014-08-10

magicwifi.exe

模拟wifi 魔方

2016-05-04

Wireshark_2.6.1_win_64.exe

Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions.

2018-07-18

Wireshark-win64-2.0.2.exe

Wireshark-win64-2.0.2.exe

2016-03-02

wireshark-2.0.2.tar.bz2

wireshark-2.0.2.tar.bz2

2016-03-02

cobertura-2.1.1-bin

Cobertura is a free Java code coverage reporting tool. It is based on jcoverage 1.0.5. See the Cobertura web page and wiki for more details. Since 2.0.0, Cobertura versions follow the Semantic versioning guidelines.

2018-05-09

windows 下使用linux命令行的工具

:也一样是windows 下使用linux命令行的工具 运行GetGnuWin32-0.6.3.exe,并指定安装目录。 进入安装目录的GetGnuWin32子目录,GetGnuWin32子目录是GetGnuWin32-0.6.3.exe自动建立的 运行download.bat,这个过程会从网络上下载所有linux命令程序,所以需要等待很长时间,大家可以出去打打酱油什么的 运行install.bat,到此安装结束,大家可以开始使用各种linux命令了。 from:http://www.cnblogs.com/adgnat/archive/2011/07/16/2108098.html

2014-08-10

Kext_Utility.app.v2.5.1.zip

这是windos 下装黑苹果时需要的补丁,很有用,推荐给你!

2012-10-27

HD_Install_Helper_v0.3.rar

这是windos 下装黑苹果的必备软件之一,不错的资源,推荐下载,详细使用说明见百度

2012-10-27

MacDrive.v8.0.7.38.rar

这是windos下装黑苹果的必备软件,不错的资源,推荐下载,有玩黑苹果的盆友可以看看。

2012-10-27

Wireshark 2.6.1 Intel 64.dmg

The current stable release of Wireshark is 2.6.1 Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998.

2018-07-18

wireshark-2.6.1.tar.xz

Wireshark has a rich feature set which includes the following: Deep inspection of hundreds of protocols, with more being added all the time Live capture and offline analysis Standard three-pane packet browser Multi-platform: Runs on Windows, Linux, macOS, Solaris, FreeBSD, NetBSD, and many others Captured network data can be browsed via a GUI, or via the TTY-mode TShark utility The most powerful display filters in the industry Rich VoIP analysis Read/write many different capture file formats: tcpdump (libpcap), Pcap NG, Catapult DCT2000, Cisco Secure IDS iplog, Microsoft Network Monitor, Network General Sniffer® (compressed and uncompressed), Sniffer® Pro, and NetXray®, Network Instruments Observer, NetScreen snoop, Novell LANalyzer, RADCOM WAN/LAN Analyzer, Shomiti/Finisar Surveyor, Tektronix K12xx, Visual Networks Visual UpTime, WildPackets EtherPeek/TokenPeek/AiroPeek, and many others Capture files compressed with gzip can be decompressed on the fly Live data can be read from Ethernet, IEEE 802.11, PPP/HDLC, ATM, Bluetooth, USB, Token Ring, Frame Relay, FDDI, and others (depending on your platform) Decryption support for many protocols, including IPsec, ISAKMP, Kerberos, SNMPv3, SSL/TLS, WEP, and WPA/WPA2 Coloring rules can be applied to the packet list for quick, intuitive analysis Output can be exported to XML, PostScript®, CSV, or plain text

2018-07-18

StarUML-v2.6.0.msi

StarUML is one of the most popular UML tools in the world. It has been downloaded over than 4 millions and used in more than 150 countries. http://staruml.io/

2016-02-24

百度地图、定位demo

百度地图、定位的demo,挺有用的,有兴趣弄百度地图API开发的可以看看

2013-06-11

boot2docker

Error with pre-create check: "Get https://github-cloud.s3.amazonaws.com/releases/14930729/b1e1c6ca-319d-11e7-8ca4-328ef7d1d6cb.iso?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20170517%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20170517T012905Z&X-Amz-Expires=300&X-Amz-Signature=1dcf27996f4b4838694300d72bd3d5ff5907d682af99bed00330a1a655384f8a&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dboot2docker.iso&response-content-type=application%2Foctet-stream: dial tcp 54.231.33.163:443: getsockopt: operation timed out"

2017-05-17

Internationalize.7z

http://blog.csdn.net/yeshennet/article/details/53198825

2016-11-17

Andor et al. (2016).

A TensorFlow implementation of the models described in Andor et al. (2016).

2016-05-14

wireshark-4.4.0.dmg

wireshark_4.4.0.dmg

2024-09-08

chrome浏览器Take back your browser

https://www.bromite.org/ The main goal is to provide a no-clutter browsing experience without privacy-invasive features and with the addition of a fast ad-blocking engine. Minimal UI changes are applied to help curbing the idea of “browser as an advertisement platform”. All patches are published under GNU/GPL v3 to enable other open source projects’ usage. Bromite is only available for Android Marshmallow (v6.0, API level 23) and above.

2024-01-10

Google chrome browser 65.0.3325

"A number of fixes and improvements."[r 153] New extension UI The CSS Paint API allows you to programmatically generate an image The Server Timing API allows web servers to provide performance timing information via HTTP headers The new CSS display: contents property can make boxes disappear Fixed a bug that affected some timestamps The syntax for specifying HSL and HSLA, and RGB and RGBA coordinates for the color property now match the CSS Color 4 spec There's a new feature policy that allows you to control synchronous XHRs through an HTTP header or the iframe allow attribute[r 154] Last version available for OS X 10.9. Android version: Set language preferences for web content in Settings > Languages Turn on the prompt for simplified view for all supported articles in Settings > Accessibility settings Share and delete downloads more easily on the Downloads page[r 155] Disable screen capture on incognite mode [4]

2019-05-07

eclipse_for_andriod(window64)

Eclipse for Android Developers (includes Incubating components) https://www.eclipse.org/downloads/packages/release/neon/3/eclipse-android-developers-includes-incubating-components Package Description An IDE for developers creating Android applications. This package includes: Eclipse Git Team Provider Eclipse Java Development Tools Maven Integration for Eclipse Mylyn Task List Code Recommenders Tools for Java Developers Eclipse XML Editors and Tools Detailed features list

2018-11-30

archon 64x86

墙内资源备份,最新看官网: https://archon-runtime.github.io/ 必要的信息: ARChon 2.1.0 Beta (ARC 41.4410.238.0) Intel x86 Chrome 64-bit / Chrome OS 64-bit MD5:94b5bf91fa45de29875fa47b7e7c85aa

2018-10-14

android-sdk- windows-1 .0_r1.zip

https://developer.android.com/sdk/older_releases android-sdk- windows-1 .0_r1.zip md5sum : d69f4ee93d4010f726c04302662fd999

2018-11-30

Linux驱动程序教程:如何编写简单的Linux设备驱动程序

Linux驱动程序教程:如何编写简单的Linux设备驱动程序 demo

2018-09-01

archonpackager

https://play.google.com/store/apps/details?id=me.bpear.archonpackager ARChon Packager (formerly Chrome APK Packager) is a convenient way to produce Chrome ARChon Custom Runtime packages directly from your phone. Stuck? http://www.omgchrome.com/chrome-apk-packager-android-app/ You can generate chrome packages from either APKs on your phones storage, or from apps installed on your phone (It will pull APK) Open the App, select an APK or App from list. App Name and package name are both pulled from the APK and put into the manifest.json file. Everything is then zipped together in a ChromeAPK folder on your phones storage. Requires https://github.com/vladikoff/chromeos-apk/blob/master/archon.md ARChon Custom Runtime which allows for "unlimited" number of android apps to be installed. (Google Runtime is limited to 4 apps.)

2018-10-14

Archon Simple App

墙内资源备份,官网: https://github.com/vladikoff/chromeos-apk/releases/download/v3.0.0/com.uberspot.a2048.android-ARChon-runtime.zip Download the Sample App, extract it, load it as an unpacked extention, press "Launch". Convert other apps with tools listed below. More details here: https://github.com/vladikoff/chromeos-apk/blob/master/archon.md

2018-10-14

xwalk_core_library/23.53.589.4

A web runtime built on Chrome. xwalk_core_library/23.53.589.4. Crosswalk is an app runtime based on Chromium/Blink. It is an open source project started by the Intel Open Source Technology Center (http://www.01.org) As of February 2017, Crosswalk is not being developed anymore. The last Crosswalk relase is 23.

2019-05-02

Google-chrome-browser 74.0.3729

"A number of fixes and improvements."[r 185] Creating private class fields in JavaScript is now much cleaner You can detect when the user has requested a reduced motion experience CSS transition events Adds new feature policy APIs to check if features are enabled or not[r 186] Removal of PaymentAddress's languageCode property No popups during page unload Deprecation of drive-by downloads in sandboxed iframes[r 187] Android version: Translate any web page instantly by selecting Translate from the menu[r 188]

2019-05-07

eclipse_for_andriod(mac64)

Mac OS X (Cocoa) 64-bit Eclipse for Android Developers (includes Incubating components) https://www.eclipse.org/downloads/packages/release/neon/3/eclipse-android-developers-includes-incubating-components Package Description An IDE for developers creating Android applications. This package includes: Eclipse Git Team Provider Eclipse Java Development Tools Maven Integration for Eclipse Mylyn Task List Code Recommenders Tools for Java Developers Eclipse XML Editors and Tools Detailed features list

2018-11-30

Google chrome browser 58.0.3029

chrome历史浏览器 version 58 "A number of fixes and improvements."[r 134] IndexedDB 2.0 Workers and SharedWorkers in data-URLs. Android version: Useful actions like “Find in page” available in apps that open web pages using Chrome More frequently updated article suggestions on the New Tab page Use recently visited search engines as your default search engine See Physical Web suggestions, based on your surroundings, in the address bar Bug fixes and performance improvements[r 135]

2019-05-07

软媒魔方pcmaster6

官网:http://mofang.ruanmei.com/ 版本:6.21正式版|时间:2016年12月8日|大小:12.2MB 适用:Win10/Win8.1/Win8/Win7/Vista/XP 软媒魔方6支持64位和32位的所有主流Windows系统,从优化大师发展为一款系统增强套装,自动化、智能化解决各种电脑问题。软媒魔方内置20余款强大、绿色化的知名组件,清理、美化、桌面增强、系统雷达、通知区万年历、优化加速、安全守护、软件管家、电脑医生、虚拟光驱、U盘装机等等

2018-07-18

intel_houdini32

Houdini library for ARM code execution on Intel processors.

2018-11-12

Google chrome browser 64.0.3282

"A number of fixes and improvements."[r 149] Support for ResizeObservers, will notify you when an element’s content rectangle has changed its size. Modules can now access to host specific metadata with import.meta. The pop-up blocker gets stronger. window.alert() no longer changes tab focus. Chrome now supports named captures in regular expressions. The default preload value for <audio> and <video> elements is now metadata. You can now use Request.prototype.cache to view the cache mode of a Request and determine whether a request is a reload request. Using the Focus Management API, you can now focus an element without scrolling to it with the preventScroll attribute.[r 150] Extensions page generates packages in CRX3 format now.[r 151] Android version: Prevents sites with abusive ad experiences from opening new windows or tabs without your permission. "Stability and performance improvements."[r 152]

2019-05-07

eclipse_for_andriod(linux64)

Eclipse for Android Developers (includes Incubating components) https://www.eclipse.org/downloads/packages/release/neon/3/eclipse-android-developers-includes-incubating-components Package Description An IDE for developers creating Android applications. This package includes: Eclipse Git Team Provider Eclipse Java Development Tools Maven Integration for Eclipse Mylyn Task List Code Recommenders Tools for Java Developers Eclipse XML Editors and Tools Detailed features list

2018-11-30

android_sdk_linux_m3-rc20a.zip

android_sdk_linux_m3-rc20a.zip -> Linux (i386) -> md5sum : 2660b4029039b7d714e59827e9a9a11d -> https://developer.android.com/sdk/older_releases

2018-11-30

WiresharkPortable_2.6.1.paf.exe

Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998.

2018-07-18

android_sdk_darwin_m3-rc20a.zip

android_sdk_darwin_m3-rc20a.zip -> Mac OS X (intel) -> md5: 564876ada22872e50c2866806de9fc5c

2018-11-30

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除