代码编织梦想

JavaScript 浏览器端信息获取-爱代码爱编程

function getBrowserInfo() { let info = { "系统 navigator.platform": navigator.platform, "语言 navigator.language": navigator.language, "内存 navigator.deviceMemory": nav

TL0002-Chrome-爱代码爱编程

1. Chrome 安装 官网 2. Host 设置 路径:C:\Windows\System32\drivers\etc\hosts 添加: 173.194.72.31 accounts.google.com 173.194.72.31 plus.google.com 173.194.72.31 mail.google.co

Nginx 浏览器模块(ngx_http_browser_module)-爱代码爱编程

欢迎大家关注本博,同时欢迎大家评论交流,可以给个赞哦!!!   ngx_http_browser_module用于从"User-Agent"请求头中获取指定变量值。   浏览器模块 语法及语义   ancient_browser    语法:ancient_browser string …;    语义:如果任一指定的子串在请求头的"U

在浏览器中键入URL时会发生什么[关闭]-爱代码爱编程

本文翻译自:what happens when you type in a URL in browser [closed] Can somebody tell me what all happens behind the scenes from the time I type in a URL in the browser to the time whe

Web浏览器的Cookie密钥的最大大小是多少?-爱代码爱编程

本文翻译自:What is the maximum size of a web browser's cookie's key? What is the maximum size of a web browser's cookie's key? Web浏览器的Cookie密钥的最大大小是多少? I know the maximum size of a

启动调试时,阻止Visual Studio启动新的浏览器窗口?-爱代码爱编程

本文翻译自:Stop Visual Studio from launching a new browser window when starting debug? I already have a window open with the web site I'm debugging. 我已经在我正在调试的网站上打开一个窗口。 I don't need

自动检测移动浏览器(通过用户代理?)-爱代码爱编程

本文翻译自:Auto detect mobile browser (via user-agent?) [closed] 如何检测用户是否正在通过移动Web浏览器查看我的网站,以便随后可以自动检测并显示适当版本的网站? #1楼 参考:https://stackoom.com/question/4DU9/自动检测移动浏览器-通过用户代理 #2楼 Yes u

如何在所有现代浏览器中检测页面缩放级别?-爱代码爱编程

本文翻译自:How to detect page zoom level in all modern browsers? How can I detect the page zoom level in all modern browsers? 如何在所有现代浏览器中检测页面缩放级别? While this thread tells how to do it

Web API 之 — Fullscreen API-爱代码爱编程

今天突然发现 Fullscreen API 竟然是在 Element 上的方法,之前一直以为是 window 上的,所以今天就来梳理一下这块儿的知识,全面地了解一下。 首先 Fullscreen API 提供的方法都是作用在 Element 和 Document 上的,所以,是可以让某个元素全屏展示的。接下来,我们来看如何全屏和退出全屏。 全屏和退出全

Web API 之 — URL API-爱代码爱编程

URL API 是浏览器根据 Whatwg 的标准[https://url.spec.whatwg.org/]实现的一组 API。通常自己去写正则或循环去解析 URL 时,很难考虑全各种边边角角的问题,导致意想不到的错误。而有了这组 API,就可以方便准确地进行 URL 解析了。 URL 的组成 URL 的规范可以查看 ietf 的标准[https:/

Web API 之 — History API-爱代码爱编程

History API 允许我们用 js 来操作和访问用户的会话历史记录。在前端路由系统中,History 被广泛使用(对于不支持 History 的老 ie,可以使用 hashchange 事件处理)。History API 都是一些简单好用的功能,没有复杂的功能,知识点也少,今天就来温习一下这组 API。 后退和前进 先来学习两个基本 api。

禁用的表单输入未出现在请求中-爱代码爱编程

本文翻译自:Disabled form inputs do not appear in the request I have some disabled inputs in a form and I want to send them to a server, but Chrome excludes them from the request. 我在表单

检测设备是否为iOS-爱代码爱编程

本文翻译自:Detect if device is iOS I'm wondering if it's possible to detect whether a browser is running on iOS, similar to how you can feature detect with Modernizr (although this is

我是否需要Content-Type:application / octet-stream进行文件下载?-爱代码爱编程

本文翻译自:Do I need Content-Type: application/octet-stream for file download? The HTTP standard says: HTTP标准说: If this header [Content-Disposition: attachment] is used in a res

Win10 VS调试MiniBlink-爱代码爱编程

Win10调试MiniBlink 一、 MiniBlink介绍 MiniBlink是一款基于Blink内核的极小的浏览器,去除了很多组件,相对于的本身体积得到了极大的减小,对于学习浏览器内核有很大帮助。 调试环境:Win10+VS2015 Miniblink下载:https://github.com/weolar/miniblink49 (有releas

一系列开源浏览器(Open source browser)介绍-爱代码爱编程

1 概述 本文介绍一些主流开源浏览器(Open source browser)框架,只统计还在更新的开源浏览器,比较出名的有Chromium,Mozilla Firefox、Brave、GNOME Web等等,帮助大家方便选择什么浏览器进行GUI开发。有些浏览器对系统要求比较高,有些是比较轻量的浏览器,按需选择。第二章总览列出28框浏览器关键信息,第三章

firebreath中使用第三方库文件-爱代码爱编程

1Using libraries with CMake 1.1Using FireBreath Libraries with CMake2Using Boost libraries3Dynamic libraries with relative paths 3.1Mac OS X 3.1.1Using Mac F

linux中搭建firebreath环境及创建plugin-爱代码爱编程

1Building a FireBreath Plugin on Linux2Requirements3Get the source4Generate the example project files5Generate your own project files6Build the Plugin 6.1Debug Builds7

如何让浏览器导航到JavaScript中的URL [重复]-爱代码爱编程

本文翻译自:How to get the browser to navigate to URL in JavaScript [duplicate] This question already has an answer here: 这个问题在这里已有答案: How do I redirect to another webpage? 如何重定

Unity内嵌浏览器插件(Android、iOS、Windows)-爱代码爱编程

文章目录 一. Embedded Browser插件下载2. 使用二. UniWebView插件1. 下载2. 使用三、我自制的迷你浏览器 一. Embedded Browser插件 下载 平台:Windows 链接:https://pan.baidu.com/s/1h2oyGW6FsvPlOGCob0VrfA 提取码:02tu 2. 使