原创 安裝 LuaJIT

wget http://luajit.org/download/LuaJIT-2.0.5.tar.gz tar xzvf LuaJIT-2.0.5.tar.gz cd LuaJIT-2.0.5 mkdir ~/luajit2 make

原创 點擊unity日誌響應事件

using System; using System.Collections.Generic; using System.Reflection; using System.Text.RegularExpressions; using U

原创 在Ubuntu 18.04上安裝Git

步驟1.首先,通過運行以下命令確保您的系統和apt包列表完全更新: apt-get update -y apt-get upgrade -y 第2步。在Ubuntu 18.04上安裝Git。 現在讓我們安裝git: apt install

原创 查找代碼中文

using UnityEngine; using UnityEditor; using System.Collections.Generic; using System.IO; using System.Collections; usi

原创 替換所有材質球

using UnityEngine; using UnityEditor; using System.Collections; using System.Collections.Generic; using System.Linq;

原创 skynet學習之UnityMMO源碼分析之客戶端登錄(2)

點擊登錄 正在上傳…重新上傳取消 觸發登錄事件 正在上傳…重新上傳取消 請求連接 正在上傳…重新上傳取消   監聽 OnReceiveLine 事件   正在上傳…重新上傳取消 正在上傳…重新上傳取消 轉存失敗重新上傳取消 正在上傳…重新

原创 some-mmorpg運行步驟

===================安裝some-mmorpg=================== wget https://www.openssl.org/source/openssl-1.0.1t.tar.gz tar -xz

原创 skynet學習之UnityMMO源碼分析之服務器啓動(1)

後端文件目錄 分析啓動文件 查看配置文件 分析main.lua文件      

原创 時間軸編輯器

using System; using System.Collections; using System.Collections.Generic; using System.Reflection; using System.Text;

原创 拖拽生成路徑

using UnityEngine; using System.Collections; using UnityEditor; public class TestDrag : EditorWindow { private str

原创 unity get post 請求,node服務器

安裝node,配置環境 npm install express 服務器代碼   webserver.js var express = require("express") var app = express() var path =

原创 ssh到localhost或127.0.0.1拒絕連接

https://www.cnblogs.com/rainymemory/p/10915354.html   查看進程並關閉進程 https://www.cnblogs.com/summer1019/p/10348713.html   ht

原创 unity和node服務器,get.post通信

get服務器  get.js var http = require('http'); var url = require('url'); var util = require('util'); http.createServer(fu

原创 VS安裝NPOI

https://jingyan.baidu.com/article/f25ef254b1104d482c1b821d.html

原创 nginx資源服務器

http://127.0.0.1:8008/res/ start nginx.exe nginx.exe -s reload nginx.exe -s quit;