- 博客(13)
- 资源 (5)
- 收藏
- 关注
原创 u3d打包1
using System.IO;using UnityEditor;using UnityEngine;public class EtestAb : Editor{ [MenuItem("Tools/BuildAB_Win")] static void BuildAB_Win() { BuildAB(Application.streamingAssetsPath + "/win", BuildTarget.StandaloneWindows64);...
2022-04-25 20:38:25
183
原创 1、tolua运行例子0
local Input = UnityEngine.Inputlocal KeyCode = UnityEngine.KeyCode--主入口函数。从这里开始lua逻辑function Main() print("logic start") UpdateBeat:Add(Update, self) FixedUpdateBeat:Add(FixedUpdate, self) CreateGo()end--场景切换通知function OnLevelWasLoad.
2020-07-11 18:56:31
162
原创 Java win 环境配置
jdk 1.8 版本https://www.oracle.com/java/technologies/javase-jdk8-downloads.html 下载地址比如:jdk-8u221-windows-64bit.exewin10 桌面“此电脑”->右键->属性->高级系统设置->环境变量->1、新建JAVA_HOME 设置C:\Prog...
2020-05-03 16:22:02
165
原创 win_lua
普通安装LuaForWindows使用vs2019后无法安装LuaForWindows可以使用https://www.jianshu.com/p/3a5969cf7eb2下载对应的版本放在电脑某个目录Path设置LUA_ROOT ---> xxx:\xx\xxPath添加 %LUA_PATH%下载新版本Sublime Text3 ct...
2020-03-25 21:43:13
185
1
原创 Go环境配置
win系统下GOPATHgopath 可以多个。。。D:\XXX;GOROOTC:\XXX\goGOBIN%GOROOT%\binPath中添加%GOBIN%
2020-03-23 18:01:59
377
原创 ThinkPHP6安装
https://www.kancloud.cn/manual/thinkphp6_0/1037481 tp文档国内镜像composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/安装稳定版本composer create-project topthink/think tp如果你之...
2020-03-02 11:38:22
487
原创 PHPstudy
https://www.xp.cn/download.html官网下载配置composer系统环境变量path中添加xxx\phpstudy_pro\Extensions\php\php7.3.4ntsxxx\phpstudy_pro\Extensions\composer1.8.5即可使用cmd命令,测试命令 php -version , composer -v...
2020-02-27 18:28:31
212
原创 BeeGo配置
https://github.com/astaxie/beego安装:go get github.com/astaxie/beego升级:go get -u github.com/astaxie/beegobee工具:go get github.com/beego/bee总是下载失败,手动下载:git clone https://github.com/beego/bee然后...
2020-01-21 10:10:08
2472
原创 Python 2、3 win 安装
1、下载(1)官网下载https://www.python.org/ 具体地址https://www.python.org/downloads/windows/(2)csdn下载 python3.7.3https://download.youkuaiyun.com/download/cocodx/11129396 python2.7.16...
2019-04-20 10:00:09
233
TortoiseGit-2.12.0.0-64bit.zip
2017-06-08
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人