上一页 1 2 3 4 5 6 ··· 18 下一页
摘要: svn propset -R svn:ignore -F .cvsignore . 阅读全文
posted @ 2019-07-15 16:52 Quintinz 阅读(1699) 评论(1) 推荐(1) 编辑
摘要: 1、很奇怪事件管理器里面的用到的订阅事件里面的ID是通过typeof(xxx).GetHashCode()得到的,怎么解决id重复的问题? 2、log系统里面是不是直接全部当做多参数解决问题比较好? 阅读全文
posted @ 2019-07-07 13:22 Quintinz 阅读(149) 评论(0) 推荐(0) 编辑
摘要: cocos compile -p android --android-studio --app-abi=armeabi-v7a ./adb kill-server&& ./adb server && ./adb shell 阅读全文
posted @ 2019-06-04 14:33 Quintinz 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 1、 adb logcat 可以通过 adb logcat | grep "过滤文本" 方式只收集指定log 可以通过 adb logcat | grep "过滤文本" > $root/$(date "+%Y-%m-%d_%H:%M:%S").txt 方式只收集指定log 并且保存文本 2、 --  阅读全文
posted @ 2019-05-24 09:52 Quintinz 阅读(1046) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/wyt007/p/9304564.html 写在前面 在开始之前,我们需要明确什么是C#(或者说.NET)中的资源,打码的时候我们经常说释放资源,那么到底什么是资源,简单来讲,C#中的每一种类型都是一种资源,而资源又分为托管资源和非托管资源,那这 阅读全文
posted @ 2019-05-18 10:37 Quintinz 阅读(372) 评论(0) 推荐(0) 编辑
摘要: OSX版本10.13.6 1、开启 sudo apachectl start 2、关闭 sudo apachectl stop 3、重启 sudo apachectl restart 默认的Apache的文件的根目录在/Library/WebServer/Documents,我们可以修改/etc/a 阅读全文
posted @ 2019-05-17 17:15 Quintinz 阅读(1749) 评论(0) 推荐(0) 编辑
摘要: 为方便个人手机学习时候查阅,从网上转来这些彩图。 如属过当行为,联系本人删除。 勘错表 http://candycat1992.github.io/unity_shaders_book/unity_shaders_book_corrigenda.html 转自:http://candycat1992 阅读全文
posted @ 2019-04-17 18:31 Quintinz 阅读(6053) 评论(0) 推荐(0) 编辑
摘要: AssetDatabase的方法总结 1、AssetDatabase.FindAssets public static string[] FindAssets(string filter);public static string[] FindAssets(string filter, string 阅读全文
posted @ 2019-04-02 18:39 Quintinz 阅读(6656) 评论(0) 推荐(0) 编辑
摘要: C# 读写XML文件的方法 一.写XML文件 二.读取XML文件 阅读全文
posted @ 2019-04-02 15:17 Quintinz 阅读(2604) 评论(0) 推荐(1) 编辑
摘要: 转载:https://www.cnblogs.com/aland-1415/p/6849193.html 1、使用tkinter.Tk() 生成主窗口(root=tkinter.Tk()) root.title('标题名') 修改框体的名字,也可在创建时使用className参数来命名;root.r 阅读全文
posted @ 2019-03-22 13:04 Quintinz 阅读(534) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 18 下一页