12 2017 档案

摘要:1、报错图片 2、上图我画了红圈很明显就提示报错方向就是项目文件:build.gradle 3、解决方法如下 添加此方法到项目构建.gradle文件中: repositories { maven { url "https://maven.google.com" }} 这是因为需要添加google() 阅读全文
posted @ 2017-12-28 10:54 U3DEngineer 阅读(3310) 评论(0) 推荐(0)
摘要://使用www的库,读取数据里面的数据 string factoryControllerUrl = "http://IP地址:8086/DatabaseServerCode/GangShan.aspx"; WWWForm wwwF = new WWWForm(); wwwF.AddField("userName", "test"); ... 阅读全文
posted @ 2017-12-22 15:21 U3DEngineer 阅读(1138) 评论(0) 推荐(0)
摘要:protected void Page_Load(object sender, EventArgs e) { //数据库+Json MyJson.JsonNode_Object json = new MyJson.JsonNode_Object(); using (MySqlConnection myconn = dbhelper.Ins... 阅读全文
posted @ 2017-12-22 09:46 U3DEngineer 阅读(757) 评论(0) 推荐(0)
摘要:using UnityEngine; using System.Collections; using UnityEngine.SceneManagement; using UnityEngine.UI; public class LoadingScene : MonoBehaviour { public Image progressImg; private AsyncOpera... 阅读全文
posted @ 2017-12-20 11:27 U3DEngineer 阅读(3756) 评论(0) 推荐(1)
摘要:using UnityEngine; using System.Collections; using UnityEngine.Events; using UnityEngine.EventSystems; using System.Collections.Generic; using UnityEngine .UI ; public class DistrictBgEvent { ... 阅读全文
posted @ 2017-12-11 10:11 U3DEngineer 阅读(1191) 评论(0) 推荐(0)
摘要:using UnityEngine; using System.Collections.Generic; using DG.Tweening; using UnityEngine.EventSystems; using UnityEngine.UI; public class testUI : Mo 阅读全文
posted @ 2017-12-02 11:35 U3DEngineer 阅读(3383) 评论(0) 推荐(0)
摘要:1、在SVN服务器添加新的用户,复制SVN URL(路径/目录)。 2、在客户端电脑上下载安装SVN客户端,配置hosts文件中的内容和SVN服务器的hosts文件内容一致。 hosts路径:C:\Windows\System32\drivers\etc 3、在你要更新的硬盘中的新建文件夹,然后打开 阅读全文
posted @ 2017-12-01 11:28 U3DEngineer 阅读(184) 评论(0) 推荐(0)