Skip to content

Instantly share code, notes, and snippets.

View if1024's full-sized avatar

Yu if1024

  • Chengdu, China
View GitHub Profile
@if1024
if1024 / kmskeys10.txt
Created May 27, 2018 08:58 — forked from CHEF-KOCH/kmskeys10.txt
Windows 10 KMS Keys
Windows.10.and.Office.2016.gVLK
#####################################################################
# Install/Uninstall keys #
#####################################################################
1.) Uninstall the current product by entering the “uninstall product key” extension:
slmgr.vbs /upk
2.) Install the key that you obtained above for “Windows Srv 2012R2 DataCtr/Std KMS for Windows 10”
@if1024
if1024 / WechatSubscribe.php
Created October 10, 2016 02:53 — forked from Hanson/WechatSubscribe.php
laravel easyWeChat 微信公众号是否关注中间件
<?php
namespace App\Http\Middleware;
use App\Jobs\SaveWechatUser;
use Closure;
use WechatService;
class WechatSubscribe
{