printf "p (char)(void(*)())AudioDeviceDuck=0xc3\nq" | lldb -n QQ
"printf "p (char)(void(*)())AudioDeviceDuck=0xc3\nq" | lldb -n FaceTime"
printf "p (char)(void(*)())AudioDeviceDuck=0xc3\nq" | lldb -n WeChat
sound control
全局关闭
<!DOCTYPE html> | |
<p id="greeting"></p> | |
<script type="module"> | |
import {Runtime, Inspector, Library} from "https://unpkg.com/@observablehq/notebook-runtime?module"; | |
import notebook from "https://api.observablehq.com/d/6c9b7fd62ca784c0.js"; | |
// Rewrite the notebook to redefine the “subject” cell in the main module. | |
const override = { | |
id: notebook.id, |
// | |
// Regular Expression for URL validation | |
// | |
// Author: Diego Perini | |
// Created: 2010/12/05 | |
// Updated: 2018/09/12 | |
// License: MIT | |
// | |
// Copyright (c) 2010-2018 Diego Perini (http://www.iport.it) | |
// |
{ | |
"name": "project-name", | |
"description": "Template for static sites", | |
"version": "1.0.0", | |
"homepage": "http://www.project-name.com", | |
"author": { | |
"name": "Adam Reis", | |
"url": "http://adam.reis.nz" | |
}, | |
"license": "UNLICENSED", |
printf "p (char)(void(*)())AudioDeviceDuck=0xc3\nq" | lldb -n QQ
"printf "p (char)(void(*)())AudioDeviceDuck=0xc3\nq" | lldb -n FaceTime"
printf "p (char)(void(*)())AudioDeviceDuck=0xc3\nq" | lldb -n WeChat
sound control
全局关闭
The package that linked you here is now pure ESM. It cannot be require()
'd from CommonJS.
This means you have the following choices:
import foo from 'foo'
instead of const foo = require('foo')
to import the package. You also need to put "type": "module"
in your package.json and more. Follow the below guide.await import(…)
from CommonJS instead of require(…)
.There are lots of command lines which can be used with the Google Chrome browser. Some change behavior of features, others are for debugging or experimenting. This page lists the available switches including their conditions and descriptions. Last automated update occurred on 2018-10-20.
Condition | Explanation |
---|---|
-- | Report pseudo allocation traces. Pseudo traces are derived from currently active trace events. |
--/prefetch:1 | /prefetch:# arguments to use when launching various process types. It has been observed that when file reads are consistent for 3 process launches with the same /prefetch:# argument, the Windows prefetcher starts issuing reads in batch at process launch. Because reads depend on the process type, the prefetcher wouldn't be able to observe consistent reads if no /prefetch:# arguments were used. Note that the browser process has no /prefetch:# argument; as such a |