会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Carlos
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
18
下一页
2019年7月15日
svn 类似.gitignore功能实现
摘要: svn propset -R svn:ignore -F .cvsignore .
阅读全文
posted @ 2019-07-15 16:52 Quintinz
阅读(1733)
评论(1)
推荐(1)
2019年7月7日
GF学习未解之谜
摘要: 1、很奇怪事件管理器里面的用到的订阅事件里面的ID是通过typeof(xxx).GetHashCode()得到的,怎么解决id重复的问题? 2、log系统里面是不是直接全部当做多参数解决问题比较好?
阅读全文
posted @ 2019-07-07 13:22 Quintinz
阅读(159)
评论(0)
推荐(0)
2019年6月4日
cocos
摘要: cocos compile -p android --android-studio --app-abi=armeabi-v7a ./adb kill-server&& ./adb server && ./adb shell
阅读全文
posted @ 2019-06-04 14:33 Quintinz
阅读(201)
评论(0)
推荐(0)
2019年5月24日
获取安卓系统日志输出
摘要: 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
阅读(1239)
评论(0)
推荐(0)
2019年5月18日
深入理解C#中的IDisposable接口(转)
摘要: 转自:https://www.cnblogs.com/wyt007/p/9304564.html 写在前面 在开始之前,我们需要明确什么是C#(或者说.NET)中的资源,打码的时候我们经常说释放资源,那么到底什么是资源,简单来讲,C#中的每一种类型都是一种资源,而资源又分为托管资源和非托管资源,那这
阅读全文
posted @ 2019-05-18 10:37 Quintinz
阅读(388)
评论(0)
推荐(0)
2019年5月17日
Mac开启自带的Apache服务器
摘要: 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
阅读(1865)
评论(0)
推荐(0)
2019年4月17日
【转】《Unity Shader入门精要》冯乐乐著 书中彩图
摘要: 为方便个人手机学习时候查阅,从网上转来这些彩图。 如属过当行为,联系本人删除。 勘错表 http://candycat1992.github.io/unity_shaders_book/unity_shaders_book_corrigenda.html 转自:http://candycat1992
阅读全文
posted @ 2019-04-17 18:31 Quintinz
阅读(6344)
评论(0)
推荐(0)
2019年4月2日
AssetDatabase的方法总结
摘要: AssetDatabase的方法总结 1、AssetDatabase.FindAssets public static string[] FindAssets(string filter);public static string[] FindAssets(string filter, string
阅读全文
posted @ 2019-04-02 18:39 Quintinz
阅读(6972)
评论(0)
推荐(0)
C# 读写XML文件的方法
摘要: C# 读写XML文件的方法 一.写XML文件 二.读取XML文件
阅读全文
posted @ 2019-04-02 15:17 Quintinz
阅读(2647)
评论(0)
推荐(1)
2019年3月22日
tkinter模块常用参数(python3)
摘要: 转载: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
阅读(609)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
18
下一页
公告