These rules are adopted from the AngularJS commit conventions.
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
#!/bin/sh | |
robocfg vlan 1 ports "0 1 2 3 5 7 8t" | |
robocfg vlan 99 ports "3t 8t" | |
vconfig add eth0 99 | |
ifconfig vlan99 up | |
brctl delif br0 wl1.2 | |
brctl addbr br1 | |
brctl addif br1 vlan99 | |
brctl addif br1 wl1.2 |
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
[custom] | |
;不要随意改变关键字,否则会导致出错 | |
;acl4SSR规则-在线更新版 | |
;去广告:支持 | |
;自动测速:支持 | |
;微软分流:支持 | |
;苹果分流:支持 | |
;增强中国IP段:不支持 | |
;增强国外GFW:不支持 |
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
case "$1" in | |
'install') | |
apt update | |
apt install git curl zsh vim htop -y | |
chsh -s $(which zsh) | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
;; | |
'docker') | |
apt-get update | |
apt-get install \ |
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
app-unbind-partner | |
出现这个错误码 通常是 应用没有绑定 商家账号(PID)导致的 | |
对外应用绑定文档 | |
普通应用 https://opendocs.alipay.com/open/00r5uy | |
三方应用 https://opendocs.alipay.com/open/00x77p | |
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
<?xml version="1.0"?> | |
<root> | |
<item> | |
<name>Logitech M545 Mouse</name> | |
<devicevendordef> | |
<vendorname>LOGITECH</vendorname> | |
<vendorid>0x046d</vendorid> | |
</devicevendordef> | |
<deviceproductdef> |
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
.class public Landroid/os/Build; | |
.super Ljava/lang/Object; | |
.source "Build.java" | |
# annotations | |
.annotation system Ldalvik/annotation/MemberClasses; | |
value = { | |
Landroid/os/Build$VERSION;, | |
Landroid/os/Build$VERSION_CODES; |
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
git config --global https.proxy http://127.0.0.1:1080 | |
git config --global https.proxy https://127.0.0.1:1080 | |
git config --global --unset http.proxy | |
git config --global --unset https.proxy | |
npm config delete proxy |
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
git config --global https.proxy http://127.0.0.1:1080 | |
git config --global https.proxy https://127.0.0.1:1080 | |
git config --global --unset http.proxy | |
git config --global --unset https.proxy | |
npm config delete proxy |
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
02-23 17:29:38.957 16734 16734 D Condom::pushservice: IActivityManager.removeContentProvider[android.os.BinderProxy@8fcf881, false] | |
02-23 17:29:38.960 16734 19996 D XMPushService Bridge: onHandleIntent -> A application want to register push | |
02-23 17:29:38.961 16734 19996 W XMPushService Bridge: Don't register multi request com.tencent.news | |
02-23 17:29:38.962 16734 19996 D Condom::pushservice: IPackageManager.getApplicationInfo[com.tencent.news, 0, 0] | |
02-23 17:29:38.966 16734 19996 D Condom::pushservice: IPackageManager.resolveContentProvider[top.trumeet.mipush.providers.AppProvider, 8192, 0] | |
02-23 17:29:38.967 1730 3307 I ActivityManager: START u0 {cmp=com.tencent.news/.ui.PushDetailActivity (has extras)} from uid 10093 pid 32605 | |
02-23 17:29:38.968 16734 19996 D Condom::pushservice: IActivityManager.getContentProvider[android.app.ActivityThread$ApplicationThread@15a236, top.trumeet.mipush.providers.AppProvider, 0, fal | |
se] | |
02-23 17:29:38.994 16734 19996 D Condom::pushservice: IActivityManager.refContentProv |
NewerOlder