posted @ 2023-02-15 18:34
Bigben
閱讀(1)
推薦(0)
摘要:
1. 安裝vs 2022 1.1 下載vs 2022的安裝文件installer.exe 執(zhí)行 :這樣才能裝全需要的vc工具 C:\Users\xxx\Downloads>vs_community__99e705c49dda475888351e04486a9c2d.exe ^ --add Micro
閱讀全文
posted @ 2020-03-23 11:48
Bigben
閱讀(2118)
推薦(0)
摘要:
windows上的ETW( Event Trace for Windows) 軟件下載:https://github.com/google/UIforETW/releases 說明:https://tinyurl.com/etwcentral 包括下載軟件和trace記錄 Xperf Basics:
閱讀全文
posted @ 2024-12-03 18:27
Bigben
閱讀(108)
推薦(0)
摘要:
void HeadlessShell::OnBrowserStart(HeadlessBrowser* browser) { browser_ = browser; #if defined(HEADLESS_USE_POLICY) if (policy::HeadlessModePolicy::Is
閱讀全文
posted @ 2024-09-24 10:37
Bigben
閱讀(56)
推薦(0)
摘要:
通過網(wǎng)盤分享的文件:香港高級音響展 2004-2024鏈接: https://pan.baidu.com/s/1mqLIe1ZlrL1E3DEhlCztKw?pwd=1234 提取碼: 1234 2004-2023香港高級視聽展紀(jì)念大碟原音精選32CD[WAV+CUE]: https://url67
閱讀全文
posted @ 2024-09-24 10:22
Bigben
閱讀(5153)
推薦(0)
posted @ 2024-09-23 16:27
Bigben
閱讀(0)
推薦(0)
posted @ 2024-08-20 16:33
Bigben
閱讀(0)
推薦(0)
摘要:
升級rom分為線刷和卡刷。卡刷就是直接把rom拷貝到卡上。線刷通過usb線連接讓電腦去刷新。 降級好像只能線刷。 1,先確認(rèn)好手機(jī)的型號 在設(shè)置,我的設(shè)備,全部參數(shù)里面 有認(rèn)證型號: M2010J19SC 認(rèn)證信息里面有:TD-LTE 最后知道自己手機(jī)的出廠版本。不能刷比出廠還低的版本。 2,查找對
閱讀全文
posted @ 2024-05-10 11:42
Bigben
閱讀(332)
推薦(0)
摘要:
c++20高級編程中關(guān)于網(wǎng)路庫的一個協(xié)程示例的解析 c++協(xié)程 coroutine
閱讀全文
posted @ 2024-04-23 14:39
Bigben
閱讀(591)
推薦(0)
摘要:
SourceTail free Understand: 靜態(tài)代碼分析神器_scitools understand-CSDN博客 stackWalker ebpf 一直以來,我以為Source Insight的代碼分析已經(jīng)是業(yè)界最強(qiáng)、最專業(yè)。今天試用了一下Scitools的Understand,導(dǎo)入代
閱讀全文
posted @ 2024-04-16 18:57
Bigben
閱讀(2027)
推薦(0)
摘要:
data:image/png;base64,iVBORw0KCYII= data:text/html;base64,PCFET0NUWVBFIGh0bWw+DQo8aHRtDQo= 原始數(shù)據(jù)格式 data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAA
閱讀全文
posted @ 2024-03-01 16:08
Bigben
閱讀(233)
推薦(0)
摘要:
1,DownloadItem中定義Observer,在BrowserHandler中實(shí)現(xiàn) // One DownloadItem per download. This is the model class that stores all the // state for a download. cl
閱讀全文
posted @ 2024-01-12 17:14
Bigben
閱讀(50)
推薦(0)
摘要:
1. D:\chromium110\chromium\src\chrome\app\chrome_exe_main_win.cc #if !defined(WIN_CONSOLE_APP) ////////////非headless模式 int APIENTRY wWinMain(HINSTANCE
閱讀全文
posted @ 2023-10-12 17:31
Bigben
閱讀(405)
推薦(0)
摘要:
Image decoding on the web Inian ParameshwaranJun 12, 2019 What is decoding Image decoding is the process of converting the encoded image back to a unc
閱讀全文
posted @ 2023-09-13 11:20
Bigben
閱讀(139)
推薦(0)
摘要:
/* * Copyright 2013 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkM
閱讀全文
posted @ 2023-08-15 10:31
Bigben
閱讀(4)
推薦(0)
摘要:
var CanvasKitInit = (() => { var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; if (
閱讀全文
posted @ 2023-08-14 17:30
Bigben
閱讀(872)
推薦(0)
posted @ 2023-06-06 19:04
Bigben
閱讀(0)
推薦(0)
摘要:
Sysinternals Utilities - Sysinternals | Microsoft Learn ProcDumpv11.0 (November 3, 2022)This command-line utility is aimed at capturing process dumps
閱讀全文
posted @ 2023-05-25 14:22
Bigben
閱讀(52)
推薦(0)
摘要:
規(guī)范上,子類構(gòu)造函數(shù)肯定是會調(diào)父類的構(gòu)造函數(shù)。 如果代碼中沒寫,就會隱含調(diào)用父類的默認(rèn)構(gòu)造函數(shù)(即那個無參構(gòu)造函數(shù))。如果父類沒有,編譯報(bào)錯。 1,展示了當(dāng)子類要調(diào)用父類中帶參數(shù)的構(gòu)造函數(shù) 時: #include <iostream> #include <cstdio> class A { publ
閱讀全文
posted @ 2023-05-19 11:44
Bigben
閱讀(403)
推薦(0)
摘要:
linux sar命令詳解 Ranger ?關(guān)注他 3 人贊同了該文章 sar(System Activity Reporter系統(tǒng)活動情況報(bào)告)是目前 Linux 上最為全面的系統(tǒng)性能分析工具之一,可以從多方面對系統(tǒng)的活動進(jìn)行報(bào)告,包括:文件的讀寫情況、系統(tǒng)調(diào)用的使用情況、磁盤I/O、CPU效率、
閱讀全文
posted @ 2023-05-19 09:25
Bigben
閱讀(117)
推薦(0)
摘要:
在chromium源碼中,blink有 Member<AgentGroupScheduler> agent_group_scheduler_; Member<PageAnimator> animator_; const Member<AutoscrollController> autoscroll_
閱讀全文
posted @ 2023-05-17 16:37
Bigben
閱讀(219)
推薦(0)
摘要:
Threejs實(shí)現(xiàn)酷炫3D地球技術(shù)點(diǎn)匯總 - 知乎 (zhihu.com) Threejs 3D 酷炫地球在線預(yù)覽 | 嘟先生學(xué)WebGL (joy1412.cn) WebGL之3D地球 - 掘金 (juejin.cn) Talk is cheap show the code! github項(xiàng)目源碼
閱讀全文
posted @ 2023-05-15 15:28
Bigben
閱讀(87)
推薦(0)
摘要:
1,編譯出來: autoninja -C out\Default courgette 2,使用 e:\\chromium\src\out\Default>courgette64.exe First argument must be one of: -supported, -asm, -dis, -d
閱讀全文
posted @ 2023-04-11 18:36
Bigben
閱讀(136)
推薦(0)
摘要:
v8::MaybeLocal<v8::Value> maybe_result; if (V8ScriptRunner::CompileScript(script_state, *classic_script, compile_options, no_cache_reason, host_define
閱讀全文
posted @ 2023-03-23 16:00
Bigben
閱讀(210)
推薦(0)
摘要:
1,訪問網(wǎng)址 https://www.cursor.so/ 下載cursor安裝后打開。 2,根據(jù)界面里提示,按 ctrl+k,鍵入你想產(chǎn)生的代碼 3, 4,結(jié)果我無語了
閱讀全文
posted @ 2023-03-21 15:25
Bigben
閱讀(604)
推薦(0)
posted @ 2023-03-02 15:37
Bigben
閱讀(0)
推薦(0)
摘要:
#include "include/core/SkTypes.h" class SkNextID { public: /** * Shared between SkPixelRef's generationID and SkImage's uniqueID */ static uint32_t Im
閱讀全文
posted @ 2023-02-23 17:19
Bigben
閱讀(41)
推薦(0)
摘要:
模板就是代碼自動生成器,根據(jù)模板的規(guī)則自動生成類和函數(shù)。所謂的主模板和偏特化,都是代碼生成的框架模型(類似面向?qū)ο蟮念惡蛯?shí)現(xiàn)了部分功能的子類)。它們是抽象的存在,而不是具體的實(shí)例。只有全特化后,才是有了具體的實(shí)例,實(shí)實(shí)在在的存在(好比人(模板)和小明(實(shí)例)的關(guān)系)。 自己代碼編寫的全特化,就是自己
閱讀全文
posted @ 2022-12-24 17:56
Bigben
閱讀(979)
推薦(0)
摘要:
Android應(yīng)用程序UI硬件加速渲染技術(shù)簡要介紹和學(xué)習(xí)計(jì)劃 羅升陽 Android系統(tǒng)的流暢性一直被拿來與iOS比較,并且認(rèn)為不如后者。這一方面與Android設(shè)備硬件質(zhì)量參差不齊有關(guān),另一方面也與Android系統(tǒng)的實(shí)現(xiàn)有關(guān)。例如在3.0前,Android應(yīng)用程序UI繪制不支持硬件加速。不過從4
閱讀全文
posted @ 2022-12-23 18:24
Bigben
閱讀(681)
推薦(0)
摘要:
https://chromium.googlesource.com/chromium/src/+/HEAD/third_party/blink/renderer/platform/graphics/compositing/README.md Source/platform/graphics/comp
閱讀全文
posted @ 2022-12-16 18:25
Bigben
閱讀(89)
推薦(0)
摘要:
對類型編寫,由于c++不存在 if(type == xxx) {} 這種語法。 類型計(jì)算可以使用: 1,重載。 2,虛函數(shù)。繼承。 3,c語言中利用 Union 查看代碼 struct Variant { union { int x; float y; } data; uint32 typeId;
閱讀全文
posted @ 2022-10-04 11:40
Bigben
閱讀(81)
推薦(0)
摘要:
src\third_party\skia\docs\examples 在 gpu 上繪制,然后用surface的snapshot獲取 圖片; skimage也可以直接從texture // Copyright 2019 Google LLC. // Use of this source code i
閱讀全文
posted @ 2022-09-06 17:44
Bigben
閱讀(594)
推薦(0)
摘要:
chrome trace 官方文檔:https://www.chromium.org/developers/how-tos/trace-event-profiling-tool/ Limboy 強(qiáng)大的可視化利器 Chrome Trace Viewer 使用詳解 2020-03-21 最近研究了下 C
閱讀全文
posted @ 2022-08-30 10:22
Bigben
閱讀(2187)
推薦(0)
posted @ 2022-08-26 18:10
Bigben
閱讀(0)
推薦(0)
摘要:
webgl時 有個最大的寬高 - Bigben - 博客園 (cnblogs.com) wasm的 surface.makeSurface js中: CanvasKit.Surface.prototype.makeSurface = function(imageInfo) { CanvasKit.s
閱讀全文
posted @ 2022-08-18 17:31
Bigben
閱讀(161)
推薦(0)
摘要:
作曲 : Jerad Charles Atherton I count on every word you said 你的每句話 我深信不疑 In the back of my mind I repeat them 心中反復(fù)默念 One by one 一一銘記 I need you when I′m
閱讀全文
posted @ 2022-08-05 21:35
Bigben
閱讀(207)
推薦(0)
摘要:
作詞 : Brent Kutzle/Tyler Spry/Steven Mudd/Ryan Tedder/Josh Varnadore 作曲 : Brent Kutzle/Tyler Spry/Steven Mudd/Ryan Tedder/Josh Varnadore Somedays I'm t
閱讀全文
posted @ 2022-08-05 21:35
Bigben
閱讀(109)
推薦(0)
摘要:
Through Different Eyes CHPTRS - Through Different Eyes - EP 作曲 : Jerad Charles Atherton Got our start on the bright side 我們的出發(fā)點(diǎn)是好的 Caught a glimpse of
閱讀全文
posted @ 2022-08-05 21:29
Bigben
閱讀(133)
推薦(0)
摘要:
Obvious (Alternate Version) CHPTRS - Chapter Three (Alternate Versions) 作曲 : Jerad Charles Atherton Don’t tell me to calm down 不要說什么冷靜下來這樣的話 Look all
閱讀全文
posted @ 2022-08-05 21:28
Bigben
閱讀(437)
推薦(0)
摘要:
CHPTRS - Last Chance Wash over meLead me far from my surroundingTake over meOver every rushing memoryIf only for a momentOh, this could be my last cha
閱讀全文
posted @ 2022-08-05 21:28
Bigben
閱讀(185)
推薦(0)
摘要:
The Light CHPTRS - Chapter Five 作曲 : Jerad Charles Atherton Well you looked me in the eyes 當(dāng)你和我相視 And you said it 你說了 And your face can say it all 你的表
閱讀全文
posted @ 2022-08-05 21:27
Bigben
閱讀(199)
推薦(0)