05 2018 档案
unity 中引用 Newtonsoft.Json的 DLL
摘要:在unity解析json时,由于此次的数据嵌套层数比较多,不想用原生的json解析方法 https://docs.unity3d.com/Manual/PluginInspector.html 这是unity的官方放置路径的文档 在Assets中创建一个Plugins文件夹,如果是64位电脑则创建一 阅读全文
posted @ 2018-05-31 13:52 凌落成迷 阅读(1275) 评论(0) 推荐(0)
Apache的下载和安装
摘要:(一)下载 第一种下载是从官网下载 1、从此链接进入官网 http://httpd.apache.org/ 2、点击Download 3、 4、这些链接随便点一个就行,我选的是第一个 5、然后就是下载了,下图中已经示意了32位和64位的下载方式 第二种下载方式 如果不想在官网下载的话,就从我的网盘下 阅读全文
posted @ 2018-05-25 17:25 凌落成迷 阅读(1180) 评论(0) 推荐(0)
as3 资料链接
摘要:https://www.cnblogs.com/chenhaib/archive/2011/07/29/2120782.html as3 实现树形菜单并带滚动条 资料网站 http://www.jb51.net/flash/actionscript/list84_1.html https://blo 阅读全文
posted @ 2018-05-16 14:04 凌落成迷 阅读(133) 评论(0) 推荐(0)
AS3 graphics类中的一些常用函数(转)
摘要:转自 https://blog.csdn.net/qisini373/article/details/40817289 1. lineStyle()方法详解说明:该方法用来定义线条的样式,详细调用如下:public function lineStyle(thickness:Number = NaN, 阅读全文
posted @ 2018-05-04 10:51 凌落成迷 阅读(303) 评论(0) 推荐(0)