Telegram研究三:将源码由Bazel改为pod
命令格式:lipo -info [.a 文件] lipo -info ./Debug-iphoneos/libimsdk.a 命令格式:lipo -create [待合并的. a] [待合并的. a] -output [要生成的文件名] lipo -create ./Debug-iphonesimulator/libimsdk.a ./Debug-iphoneos/libimsdk.a -...
命令格式:lipo -info [.a 文件] lipo -info ./Debug-iphoneos/libimsdk.a 命令格式:lipo -create [待合并的. a] [待合并的. a] -output [要生成的文件名] lipo -create ./Debug-iphonesimulator/libimsdk.a ./Debug-iphoneos/libimsdk.a -...
参考: https://github.com/TelegramMessenger/Telegram-iOS/issues/849 https://github.com/TelegramMessenger/Telegram-iOS/issues/877 https://github.com/TelegramMessenger/Telegram-iOS https://telegra....
Telegram-source-code macos版本: https://github.com/overtake/TelegramSwift iOS版本(Swift):https://github.com/TelegramMessenger/Telegram-iOS iOS版本(OC旧版本)https://github.com/peter-iakovlev/Telegram ...
前言 源码:https://github.com/h42330789/StudyBazel 一直想研究Telegram的源码,下载下来按步骤能正常在模拟器运行,想使用LookIn这个工具研究下,方便查看研究,发现Telegram是使用Bazel管理的大门,不知道如何集成LookIn,特研究学习下Bazel 一、安装Bzael 参考: 在 macOS 上安装 Bazel Bazel教...
参考: 【Jekyll】使用GitHub Pages + Jekyll搭建自己的技术博客,Jekyll服务器的搭建 为 Jekyll 博客搭建 Gitalk 评论系统 https://giscus.app/zh-CN 一、安装 giscus GitHub App https://github.com/apps/giscus 二、配置discussion: GitHub Discussi...
参考: 让Google搜索到自己的博客 将添加博客到 Google Search site:https://h42330789.github.io https://search.google.com/search-console?hl=zh&resource_id=https://h42330789.github.io/ https://www.xml-sitemaps.com/
注意点: 1、博客内容要放到_posts文件夹里, 且必文件名必须为yyyy-MM-dd-name.md的方式,如:2024-01-02-test.md 2、分类: 在categories里写分类,就会对应渲染到指定的分类里,可以进行多级分类,用英文逗号分隔 3、文字换行比较特别, 3.1 段落中换行 使用 <br /> 床前明月光,<br />疑是地上霜 ...
参考: 博客搭建 https://chirpy.cotes.page/categories/ https://github.com/cotes2020/jekyll-theme-chirpy 如何快速搭建自己的github.io博客 jekyll令行用法 【Jekyll】使用GitHub Pages + Jekyll搭建自己的技术博客,Jekyll服务器的搭建 前言 ...
参考: https://developer.android.com/develop/ui/views/text-and-emoji/emoji-compat?hl=zh-cn 最新emoji表情列表 emoji 12: https://unicode.org/emoji/charts-12.0/full-emoji-list.html https://www.webfx.com/t...
前言 从FMDB迁移到wcdb的第一时间,发现无比卡顿,后面搞定解决了,没注意到是什么原因,特记录下 场景: 好有数据库、群成员数据库分开管理 当添加或删除数据库时,由于两边数据不同步,导致好友关系没有及时同步,然后测试或产品提了一个相关的bug,在不了解业务场景的情况下直接对自己的所有群都进行更新了一遍,相当于 操作500个群+好有列表数据库,执行501个sql甚至更多,再叠加上使...