新页面

新页面
隐藏注册用户 | 显示机器人 | 显示重定向
最新 | 最旧) 查看( | 较旧50条)(20 | 50 | 100 | 250 | 500

2025年3月20日 (星期四)

  • 16:172025年3月20日 (四) 16:17 WeChat sns dump历史 | 编辑[656字节] Riguz留言 | 贡献 (创建页面,内容为“= Get data in db= == Prerequisits == * Mac WeChat Version 3.6.1 (24205) == Get Sqlcipher key == <ref>https://xferris.cn/dao-chu-wei-xin-bei-fen-de-mac/</ref> == Find SNS(朋友圈) db == <syntaxhighlight lang="bash"> cd ~/Library/Containers/com.tencent.xinWeChat/Data/Library find . -name "*.db" -type f -print0 | xargs -0 du -h | sort -rh | head -n 10 4.1M ./Caches/com.tencent.xinWeChat/2.0b4.0.9/e7627004a3f2051a5be7c61023d0e5b7/Sns/Data/sns.db 3.1M ./A…”)
  • 15:242025年3月20日 (四) 15:24 LLDB debug app历史 | 编辑[1,548字节] Riguz留言 | 贡献 (创建页面,内容为“== Disable SIP == <syntaxhighlight lang="bash"> # in recovery mode, restart and hold cmd + R csrutil disable </syntaxhighlight> == Attach process == <syntaxhighlight lang="bash"> # sudo lldb -p $(pgrep WeChat) sudo lldb -p $(pgrep cryptowl) Password: (lldb) process attach --pid 4673 Process 4673 stopped </syntaxhighlight> == set break point == <syntaxhighlight lang="bash"> (lldb) br set -n sqlite3_key Breakpoint 1: 2 locations. (lldb) br set -n sqlite3_key_v…”)
  • 05:452025年3月20日 (四) 05:45 ML-KEM历史 | 编辑[2,321字节] Riguz留言 | 贡献 (创建页面,内容为“<syntaxhighlight lang="python"> from kyber_py.kyber import Kyber512,Kyber768,Kyber1024 from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes from cryptography.hazmat.primitives import padding import binascii import os import sys def go_encrypt(msg,method,mode): cipher = Cipher(method, mode) encryptor = cipher.encryptor() ct = encryptor.update(msg) + encryptor.finalize() return (ct) def go_decrypt(ct,method,mode): cipher =…”)

2025年3月11日 (星期二)

2025年3月10日 (星期一)

2025年3月5日 (星期三)

2025年2月26日 (星期三)

2025年2月13日 (星期四)

2024年12月28日 (星期六)

2024年12月14日 (星期六)

  • 13:052024年12月14日 (六) 13:05 Tailwind CSS历史 | 编辑[7,152字节] Riguz留言 | 贡献 (创建页面,内容为“在前端项目中,围绕CSS的框架一直是有意思的话题,各种框架总是折腾来折腾去,CSS,SCSS,SASS,Bootstrap,... 这里有一个2024年的CSS框架列表,随便一列都有几十种之多,而且是“Awesome”的:https://github.com/troxler/awesome-css-frameworks。 究其原因,就是CSS这项技术其实并不算简单——你总是需要对样式改来改去,才能实现出满意的效果。 传统的做法都是为…”)

2024年12月13日 (星期五)

  • 12:382024年12月13日 (五) 12:38 Leveraging Ollama to Build Your Local LLM Helper历史 | 编辑[623字节] Riguz留言 | 贡献 (创建页面,内容为“大语言模型已经玩了好久,似乎新鲜感早已不复存在,其实对我们的工作生活并没有带来太大的改变。 确实,可以借助LLM来辅助写代码、解决问题、生成邮件、润色语法等等。 但是如果没有免费的LLM,购买GPT却是一笔不小的开销。 幸好有很多工具可以让我们在本地玩玩LLM。 在尝试过各种工具之后,最后只有Ollama留在了电脑上。 Category:Hacker Rada”)

2024年12月8日 (星期日)

2024年12月7日 (星期六)

2024年12月2日 (星期一)

2024年11月30日 (星期六)

  • 14:012024年11月30日 (六) 14:01 Keycloak历史 | 编辑[2,069字节] Riguz留言 | 贡献 (创建页面,内容为“ Create realm: my-org Create users: whatever Create client: my-app Client ID: my-app Valid redirect URIs: http://localhost:5173/auth/callback Valid post logout redirect URIs : http://localhost:5173 Web origins: http://localhost:5173 (No slash at end!!!) Client authentication: off (for public clients) Authentication flow: Standard flow, Direct access grants Category:OAuth”)

2024年11月28日 (星期四)

2024年11月22日 (星期五)

2024年11月18日 (星期一)

2024年10月29日 (星期二)

2024年10月13日 (星期日)

2024年10月12日 (星期六)

2024年10月10日 (星期四)

  • 08:122024年10月10日 (四) 08:12 Non-Deliverable Swap历史 | 编辑[1,593字节] Riguz留言 | 贡献 (创建页面,内容为“A non-deliverable swap (NDS、不可交割掉期 ) is an exchange of different currencies, between a major currency and a minor currency, which is restricted.<ref>https://corporatefinanceinstitute.com/resources/derivatives/non-deliverable-swap-nds/</ref> With most swaps, currency flows physically change. With an NDS, it is not the case because the currencies are not convertible. The two currencies that are involved in the swap can’t be delivered; hence it is…”)

2024年10月9日 (星期三)

  • 02:452024年10月9日 (三) 02:45 Netting历史 | 编辑[1,903字节] Riguz留言 | 贡献 (创建页面,内容为“净额清算(netting)是跨国公司现金管理的一种常用方式,是指在一定时间内,跨国公司母公司与子公司以及各子公司之间不按照交易的发生额而是按照收支轧差后的净额来进行支付的一种行为。<ref>http://haikou.pbc.gov.cn/haikou/2927302/132974/2229022/index.html</ref> 证券交易中的净额清算又称差额清算,指在一个清算期中,对每个结算参与人价款的清算只计其各笔应…”)
  • 02:382024年10月9日 (三) 02:38 Bilateral netting历史 | 编辑[450字节] Riguz留言 | 贡献 (创建页面,内容为“'''Bilateral netting(双边净额结算/双边轧差)''' is an arrangement that allows amounts owing between two counterparties to be combined into a single net figure payable from one to the other. Of greatest interest to supervisors is the potential offered by bilateral netting to reduce credit risk arising from banks' derivative transactions.<ref>https://www.rba.gov.au/publications/rdp/1994/9409/introduction.html</ref> Category:Finance”)

2024年9月17日 (星期二)

2024年8月14日 (星期三)

  • 09:542024年8月14日 (三) 09:54 Write NTFS on Mac历史 | 编辑[1,906字节] Riguz留言 | 贡献 (创建页面,内容为“<syntaxhighlight lang="bash"> git clone https://github.com/tuxera/ntfs-3g.git brew install macfuse@dev cd ntfs-3g ./configure && make </syntaxhighlight> Check ntfs disk: <syntaxhighlight lang="bash"> diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *500.3 GB disk0 1: Apple_APFS_ISC Container disk2 524.…”)

2024年8月12日 (星期一)

2024年7月26日 (星期五)

  • 06:532024年7月26日 (五) 06:53 Workflow design历史 | 编辑[37,276字节] Riguz留言 | 贡献 (创建页面,内容为“随着2023年大模型在国内的发展成熟,现在大家逐步开始真正关注到大模型应用的开发上。有人说,2024年是大模型应用的落地元年。的确,看似无所不能的大模型,也并不是直接丢到一个系统就能用的,如何开发大模型应用,实际上还处于一个刚起步的阶段。一些成熟的技术,经历过许多人摸索后,总能给出一个”best practice“;对于大模型应用开发来…”)

2024年7月23日 (星期二)

  • 03:122024年7月23日 (二) 03:12 Caching patterns历史 | 编辑[1,289字节] Riguz留言 | 贡献 (创建页面,内容为“When you are caching data from your database, there are caching patterns for Redis and Memcached that you can implement, including proactive and reactive approaches. The patterns you choose to implement should be directly related to your caching and application objectives. Two common approaches are cache-aside or lazy loading (a reactive approach) and write-through (a proactive approach). A cache-aside cache is updated after the data is requested. A write-thro…”)
  • 02:582024年7月23日 (二) 02:58 Saga历史 | 编辑[368字节] Riguz留言 | 贡献 (创建页面,内容为“<ref>https://microservices.io/patterns/data/saga.html</ref> Category:Distributed”)

2024年7月19日 (星期五)

最新 | 最旧) 查看( | 较旧50条)(20 | 50 | 100 | 250 | 500