This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[general] | |
server_check_url= http://google.com/generate_204 | |
resource_parser_url= https://raw.githubusercontent.com/KOP-XIAO/QuantumultX/master/Scripts/resource-parser.js | |
;运行模式模块,running_mode_trigger 设置,即根据网络自动切换 分流/直连/全局代理 等模式。 | |
;running-mode-trigger 模式下,跟手动切换直连/全局代理 等效,rewrite/task 模块始终会生效,比 ssid 策略组设置简单,比 ssid-suspend 更灵活。 | |
;running_mode_trigger=filter, filter, asus-5g:all_direct, asus: all_proxy | |
; 上述写法,前两个 filter 表示 在 4G 网络跟一般 Wi-Fi 下,走 filter(分流)模式,asus-5g 则切换为全局直连,asus 切换为全局代理 | |
; 如需使用,相应 SSID 换成你自己 Wi-Fi 名即可 |
apt install netselect-apt
在字节网络下的首选源: http://mirrors.ustc.edu.cn/debian/
https://help.ubuntu.com/community/ChangeTTYResolution
Auth 选择 PEAP.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* An eventManager, but typed to prevent errors. | |
* @example | |
* type Payload = {ready: boolean} | |
* const networkStateChange = new TypedEvent<Payload>() | |
* const handler = (payload: Payload) => console.log(payload) | |
* networkStateChange.sub(handler) | |
* networkStateChange.dispatch({ready: true}) | |
* networkStateChange.unsub(handler) | |
* @example |
outer, where scope pointed to the most deep child component, customer.
<layer1>
<template v-slot:slotName="scope">
{{scope}}
</template>
</layer1>
layer1, where the slot name defined by parent.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 2 | |
jobs: | |
cicd: | |
working_directory: ~/circleci-working-dir-5efc0ca6 | |
docker: | |
- image: circleci/node:10-jessie | |
environment: | |
NODE_ENV: production | |
S3_BUCKET: s3://dataapp-staging | |
steps: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; modules contains functions, memorys, etc | |
(module | |
;; import the "console.log" and set the pointer | |
(import "console" "log" (func $log (param i32))) | |
(func $main | |
;; export as the name "main" so we can call that in javascript | |
(export "main") | |
i32.const 1 | |
i32.const 2 | |
;; now we have this in the stack: [2, 1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HP39AscD 5 KKSKC | |
BEEP 494;0.1: | |
WAIT 0.05: | |
BEEP 494;0.1: | |
WAIT 0.05: | |
INPUT I;"KKSK Compiler";"M_";"Which Matrix (1~8)?";2: | |
CASE | |
IF I==1 THEN M1\|>M9: END | |
IF I==2 THEN M2\|>M9: END | |
IF I==3 THEN M3\|>M9: END |