资源简介
2017版本可以直接运行这个程序,下载一个MySQL数据库然后在里面建一个userinfo的表,在表里面的Tables分别建2张表名字为:info、role,然后把useridhe idinfo外键关联起来,这样登录账号后就可以获取对应账号下面的分数了
代码片段和文件信息
using UnityEngine;
using System;
using System.Data;
using System.Collections;
using MySql.Data.MySqlClient;
using MySql.Data;
using System.IO;
using UnityEngine.UI;
public class NewBehaviourscript : MonoBehaviour
{
public Gameobject Text;
public Gameobject Local;
string Error = null;
void Start()
{
try
{
SqlAccess sql = new SqlAccess();
//sql.InsertInto(“info“ new string[] { “username“ “password“ } new string[] { “2569594714“ “1e4671z046“ });
//string a =sql.Select(“info“).ToString();
//print(a);
DataSet ds = sql.Select(“role“);
if (ds != null)
{
DataTable table = ds.Tables[0];
foreach (DataRow row in table.Rows)
{
string score = row[1].ToString();
string userid = row[2].ToString();
print(userid);
Gameobject G = Instantiate(Text Local.transform.position Quaternion.identity);
G.transform.SetParent(Local.transform);
G.GetComponent().localScale = new Vector3(1 1 1);
G.GetComponentInChildren().text = score;
}
}
//sql.CreateTableAutoID(“momo“new string[]{“id““name““qq““email““blog“} new string[]{“int““text““text““text““text“});
//sql.CreateTable(“momo“new string[]{“name““qq““email““blog“} new string[]{“text““text““text““text“});
//sql.InsertInto(“momo“new string[]{“name““qq““email““blog“}new string[]{“xuanyusong““289187120““xuanyusong@gmail.com““xuanyusong.com“});
//sql.InsertInto(“momo“new string[]{“name““qq““email““blog“}new string[]{“ruoruo““34546546““ruoruo@gmail.com““xuanyusong.com“});
//DataSet ds = sql.SelectWhere(“momo“ new string[] { “name“ “qq“ } new string[] { “id“ } new string[] { “=“ } new string[] { “1“ });
//if (ds != null)
//{
// DataTable table = ds.Tables[0];
// foreach (DataRow row in table.Rows)
// {
// foreach (DataColumn column in table.Columns)
// {
// print(row[column]);
// Debug.Log(row[column]);
// }
// }
//}
//sql.UpdateInto(“momo“ new string[] { “name“ “qq“ } new string[] { “‘ruoruo‘“ “‘11111111‘“ } “email“ “‘xuanyusong@gmail.com‘“);
//sql.Delete(“momo“ new string[] { “id“ “email“ } new string[] { “1“ “‘000@gmail.com‘“ });
sql.Close();
}
catch (Exception e)
{
Error = e.Message;
}
}
// Update is called once per frame
//void OnGUI()
//{
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
..A..H. 53760 2018-01-08 18:12 Login\.vs\Login\v14\.suo
..A..H. 73728 2019-02-26 10:25 Login\.vs\Login\v15\.suo
文件 0 2019-02-20 17:24 Login\.vs\Login\v15\Server\sqlite3\db.lock
文件 643072 2019-02-25 11:33 Login\.vs\Login\v15\Server\sqlite3\storage.ide
文件 32768 2019-02-26 10:03 Login\.vs\Login\v15\Server\sqlite3\storage.ide-shm
文件 4124152 2019-02-26 10:25 Login\.vs\Login\v15\Server\sqlite3\storage.ide-wal
文件 9847 2018-01-08 17:25 Login\Assembly-CSharp.csproj
文件 31744 2013-03-12 23:55 Login\Assets\Plugins\I18N.dll
..A..H. 645 2019-02-20 11:04 Login\Assets\Plugins\I18N.dll.me
文件 65536 2013-03-12 23:55 Login\Assets\Plugins\I18N.West.dll
..A..H. 645 2019-02-20 11:04 Login\Assets\Plugins\I18N.West.dll.me
文件 266240 2008-03-19 17:18 Login\Assets\Plugins\MySql.Data.dll
..A..H. 645 2019-02-20 11:04 Login\Assets\Plugins\MySql.Data.dll.me
文件 856064 2013-03-12 23:55 Login\Assets\Plugins\System.Data.dll
..A..H. 645 2019-02-20 11:04 Login\Assets\Plugins\System.Data.dll.me
文件 448512 2017-07-07 20:21 Login\Assets\Plugins\System.Drawing.dll
..A..H. 652 2019-02-18 16:23 Login\Assets\Plugins\System.Drawing.dll.me
..A..H. 191 2019-02-21 18:18 Login\Assets\Plugins.me
文件 3107 2019-02-25 11:34 Login\Assets\sc
..A..H. 262 2019-02-21 18:18 Login\Assets\sc
文件 598 2019-02-22 14:04 Login\Assets\sc
..A..H. 285 2018-01-08 14:24 Login\Assets\sc
文件 3427 2019-02-26 10:17 Login\Assets\sc
..A..H. 285 2018-01-08 14:08 Login\Assets\sc
文件 3462 2019-02-22 14:06 Login\Assets\sc
..A..H. 285 2018-01-08 14:08 Login\Assets\sc
文件 244 2019-02-25 11:14 Login\Assets\sc
..A..H. 262 2019-02-25 11:14 Login\Assets\sc
文件 7338 2019-02-22 10:04 Login\Assets\sc
..A..H. 262 2019-02-21 18:18 Login\Assets\sc
............此处省略1030个文件信息
相关资源
- mysql5.7.24的msi安装文件.zip
- 高性能mysql第3版.pdf中文版,非扫描版
- 考勤打卡(mysql).zip
- mysql 安装 报错 Visual Studio 2013 Redistr
- bbc较常用的英文单词mysql数据库13.5万
- Navicat for MySQL177125
- mysql visualstudio 1.2.7
- mac版 mysql5.6.39安装包
- 尚硅谷mysql高级教程mmap版课件(周阳
- mysql数据库的详细解析和案例
- Navicat for Mysql 破解版(MAC版).已破解
- mac Navicat for MySQL 中文破解版
- 酒店宾馆管理系统 springboot项目 mysq
- navicat premium 12完美破解版
- redis+mysql使用学习
- spring springmvc hibernate mySql图书管理系统
- mysql-5.5.18-winx64.zip
- Navicat_for_MySQL_10.1.7 破解版
- mysql-workbench-community-6.3.10-winx64
- MySQL-server-5.5.52-1.linux2.6.x86_64.rpm
- NavicatForMysql破解版
- Navicat for mysql 11 (官方正版) + 注册
- MySQL-client-5.5.48-1.linux2.6.i386.rpm
- mysql-5.6 64位安装版
- ERP进销存系统源码
- 学生信息后台管理系统 S2SH含MySQL数据
- 音乐分享网站SSH/MySQL/MyEcplise
- mysql-5.5.27-winx64.msi
- Windows下绿色版MySql带一键注册服务脚
- MySQL-server-5.0.22-0.i386.rpm
评论
共有 条评论