Skip to content

Instantly share code, notes, and snippets.

View fifteenzhang's full-sized avatar

张璘(zhanglin) fifteenzhang

View GitHub Profile
@fifteenzhang
fifteenzhang / LICENCE SUBLIME TEXT
Created January 15, 2019 11:34
Sublime Text 3 Serial key build is 3176
## Sublime Text 3 Serial key build is 3176
> * Added these lines into /etc/hosts
127.0.0.1 www.sublimetext.com
127.0.0.1 license.sublimehq.com
> * Used the license key
----- BEGIN LICENSE -----
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
@fifteenzhang
fifteenzhang / ModelJsonIgnore.cs
Created February 8, 2018 07:38
Model序列化时忽略
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DataAccess.Entity
{
/// <summary>