码迷,mamicode.com
首页 >  
搜索关键字:google chrome    ( 26926个结果
Android自定义布局FlowLayout的实现
import android.annotation.TargetApi; import android.content.Context; import android.content.res.TypedArray; import android.os.Build; import android.ut ...
分类:移动开发   时间:2021-06-22 17:57:53    阅读次数:0
CEF (Chromium嵌入式框架)
Chromium Embedded Framework (CEF)是个基于Google Chromium项目的开源Web browser控件,支持Windows, Linux, Mac平台。除了提供C/C++接口外,也有其他语言的移植版。 因为基于Chromium,所以CEF支持Webkit & C ...
分类:其他好文   时间:2021-06-21 20:37:00    阅读次数:0
洪水淹没Web三维模拟系统
“FloodFreeth3D”是一款对(Mike flood等水动力软件)计算的洪水演进结果 做三维仿真模拟的Web系统。 技术参数: 1. B/S架构,支持多Web浏览器(ie、chrome、firefox、360...) 2. 基于Mike flood等洪水分析软件输出结果进行流畅的洪水演进过程 ...
分类:Web程序   时间:2021-06-19 19:20:32    阅读次数:0
k8s
Kubenetes是一个针对容器应用,进行自动部署,弹性伸缩和管理的开源系统。主要功能是生产环境中的容器编排。 K8S是Google公司推出的,它来源于由Google公司内部使用了15年的Borg系统,集结了Borg的精华。 和大多数分布式系统一样,K8S集群至少需要一个主节点(Master)和多个 ...
分类:其他好文   时间:2021-06-18 18:59:17    阅读次数:0
ninja: error: loading 'build.ninja': 系统找不到指定的文件
因为手残 不小心打成了 ninja -C out\Default chrome.exe 立马火速取消 ctrl + C 然后! 再来一次准备ninja -C out\Default chrome 就完犊子了啊 参考这篇:https://www.jianshu.com/p/1b96772fce51 先 ...
分类:其他好文   时间:2021-06-17 17:08:14    阅读次数:0
chromium 禁止tab标签拖动到其他窗口
C:\feikua\chromium\src\chrome\browser\ui\views\tabs\tab_drag_controller.cc if (tab_strip_changed) { is_dragging_new_browser_ = false; did_restore_wind ...
分类:其他好文   时间:2021-06-17 17:06:39    阅读次数:0
WebUI
..... 假设我们尝试 chrome://version/ 拆分代码...跟着画瓢 html: C:\feikua\chromium\src\components\version_ui\resources cc: C:\feikua\chromium\src\chrome\browser\ui\w ...
分类:Web程序   时间:2021-06-17 17:05:42    阅读次数:0
WinForm 打开指定网页,类似浏览器
需求:一般用于考试,窗口打开默认最大化,禁用最小化,最大化,鼠标右键,双击窗口最小化等 读取指定地址跳转,指定标题等 技术:采用CefSharp CefSharp简单来说就是一款.Net编写的浏览器包,方便你在Winform和WPF中内嵌的Chrome浏览器组件。 https://github.co ...
分类:Windows程序   时间:2021-06-16 18:13:49    阅读次数:0
Visual Studio测试工具集成GoogleTest和Qt
Visual Studio 的测试管理工具虽然集成了 Google Test 测试框架,但缺少 QtTest 测试框架的支持,所以需要在 Google Test 集成 Qt 框架完成单元测试。 背景介绍 因为代码中不免需要编写单元测试,而且可能一个 VC 项目中带有若干个测试用例,这时难免有运行调试 ...
分类:其他好文   时间:2021-06-13 10:34:12    阅读次数:0
proto编译引用外部包问题
proto编译引用外部包问题 在test.proto文件中引用了一个外部包: import "google/api/annotations.proto"; 当使用命令编译的时候提示找不到包: # protoc --go_out=plugins=grpc:. ./test.proto google/a ...
分类:其他好文   时间:2021-06-11 19:07:29    阅读次数:0
26926条   上一页 1 2 3 4 5 6 ... 2693 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!