Skip to content

Instantly share code, notes, and snippets.

View tylearymf's full-sized avatar
:octocat:

tylearymf tylearymf

:octocat:
  • China
View GitHub Profile
@tylearymf
tylearymf / GitDaemon
Last active February 7, 2021 10:11
本地Git共享仓库
批处理命令:
@echo off
git config --global sendpack.sideband false
git config --global receive.denyCurrentBranch ignore
git daemon --reuseaddr --base-path=. --export-all --verbose --enable=receive-pack
使用流程:
运行命令后,共享当前目录的所有git工程给局域网内的其他电脑使用
其他电脑clone路径为 git://电脑ip/git仓库名
using UnityEngine;
using UnityEditor;
using System;
using System.Reflection;
using Editor = UnityEditor.Editor;
[CanEditMultipleObjects]
[CustomEditor(typeof(RectTransform), true)]
public class RectTransformInspector : Editor
{
using UnityEngine;
using UnityEditor;
using System;
using System.Reflection;
using Editor = UnityEditor.Editor;
[CanEditMultipleObjects]
[CustomEditor(typeof(Transform), true)]
public class TransformInspector : Editor
{
@tylearymf
tylearymf / Photoshop_charID_stringID_List
Created January 17, 2020 03:27
Photoshop charID List
test