复活xx
用Charles拦截xx的认证请求,并修改响应(code码超过20位才能拦截到)。
# 请求
http://api.yuhengye.com/activecode/bind?code=88888888888888888888888&device_id=xxxx&device_name=xxxx&uid=xxxxx&name=xxx
#响应
{"code":0,"data":{"code":"xxxx","activated":true,"orderId":"","activeCount":0,"timestamp":4555756799000,"s_expire":false}}
Win10锁屏之后设置自动关闭屏幕的时间
1.注册表
计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\8EC4B3A5-6868-48c2-BE75-4F3044BE88A7
修改右侧的Attributes 数值为2 (初始值为1)
2.高级电源设置->控制台锁定显示关闭超时,设为0分钟
Windows 10 禁用输入法快捷键 Ctrl+Space
https://superuser.com/questions/327479/ctrl-space-always-toggles-chinese-ime-windows-7
HKEY_CURRENT_USER/Control Panel/Input Method/Hot Keys,保存的是当前用户的快捷键配置;
HKEY_USERS/.DEFAULT/Control Panel/Input Method/Hot Keys,保存的是默认的快捷键配置;
修改注册表
[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000010]
"Key Modifiers"=hex:00,c0,00,00
"Virtual Key"=hex:ff,00,00,00
[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000070]
"Key Modifiers"=hex:00,c0,00,00
"Virtual Key"=hex:ff,00,00,00
Intellij安装
...\bin\phpstorm64.exe.vmoptions和phpstorm.exe.vmoptions
-javaagent:F:\idea\IntelliJ IDEA 2017.1\bin\JetbrainsCrack-2.6.2.jar
active code
ThisCrackLicenseId-{
"licenseId":"ThisCrackLicenseId",
"licenseeName":"idea",
"assigneeName":"",
"assigneeEmail":"idea@163.com",
"licenseRestriction":"For This Crack, Only Test! Please support genuine!!!",
"checkConcurrentUse":false,
"products":[
{"code":"II","paidUpTo":"2099-12-31"},
{"code":"DM","paidUpTo":"2099-12-31"},
{"code":"AC","paidUpTo":"2099-12-31"},
{"code":"RS0","paidUpTo":"2099-12-31"},
{"code":"WS","paidUpTo":"2099-12-31"},
{"code":"DPN","paidUpTo":"2099-12-31"},
{"code":"RC","paidUpTo":"2099-12-31"},
{"code":"PS","paidUpTo":"2099-12-31"},
{"code":"DC","paidUpTo":"2099-12-31"},
{"code":"RM","paidUpTo":"2099-12-31"},
{"code":"CL","paidUpTo":"2099-12-31"},
{"code":"PC","paidUpTo":"2099-12-31"}
],
"hash":"2911276/0",
"gracePeriodDays":7,
"autoProlongated":false}
NetBean主题设置
操作:
Tools|Plugins|Available Plugins 搜索 “Darcula LAF for NetBeans”
小狼毫Rime输入法配置
linux下-中州韻(ibus-rime)用户文件夹:~/.config/ibus/rime
文件 default.custom.yaml
patch:
"ascii_composer/switch_key":
Caps_Lock: clear
Control_L: commit_code
Control_R: commit_text
Eisu_toggle: clear
Shift_L: noop
Shift_R: noop
"menu/page_size": 5
"key_binder/bindings": # 设置Control+Shift+a为中英文切换
- {accept: "Control+p", send: Up, when: composing}
- {accept: "Control+n", send: Down, when: composing}
- {accept: "Control+b", send: Left, when: composing}
- {accept: "Control+f", send: Right, when: composing}
- {accept: "Control+a", send: Home, when: composing}
- {accept: "Control+e", send: End, when: composing}
- {accept: "Control+d", send: Delete, when: composing}
- {accept: "Control+k", send: "Shift+Delete", when: composing}
- {accept: "Control+h", send: BackSpace, when: composing}
- {accept: "Control+g", send: Escape, when: composing}
- {accept: "Control+bracketleft", send: Escape, when: composing}
- {accept: "Alt+v", send: Page_Up, when: composing}
- {accept: "Control+v", send: Page_Down, when: composing}
- {accept: ISO_Left_Tab, send: "Shift+Left", when: composing}
- {accept: "Shift+Tab", send: "Shift+Left", when: composing}
- {accept: Tab, send: "Shift+Right", when: composing}
- {accept: minus, send: Page_Up, when: has_menu}
- {accept: equal, send: Page_Down, when: has_menu}
- {accept: comma, send: Page_Up, when: paging}
- {accept: period, send: Page_Down, when: has_menu}
- {accept: "Control+Shift+1", select: .next, when: always}
- {accept: "Control+Shift+2", toggle: ascii_mode, when: always}
- {accept: "Control+Shift+3", toggle: full_shape, when: always}
- {accept: "Control+Shift+4", toggle: simplification, when: always}
- {accept: "Control+Shift+5", toggle: extended_charset, when: always}
- {accept: "Control+Shift+exclam", select: .next, when: always}
- {accept: "Control+Shift+at", toggle: ascii_mode, when: always}
- {accept: "Control+Shift+a", toggle: ascii_mode, when: always}
- {accept: "Control+Shift+A", toggle: ascii_mode, when: always}
- {accept: "Control+Shift+numbersign", toggle: full_shape, when: always}
- {accept: "Control+Shift+dollar", toggle: simplification, when: always}
- {accept: "Control+Shift+percent", toggle: extended_charset, when: always}
文件 weasel.custom.yaml
# inline_ascii :在输入法的临时西文编辑区内输入字母、数字、符号、空格等,回车上屏后自动复位到中文。
# commit_text :已输入的候选文字上屏并切换至西文输入模式。
# commit_code :已输入的编码字符上屏并切换至西文输入模式。
# noop :屏蔽该切换键。
patch:
"style/color_scheme": google
# 候选窗横向显示
"style/horizontal": true