会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
gameDesigner
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
photonSever
PhotonServer 配置VS断点调试的方法
该文被密码保护。
posted @
2018-08-16 21:35
gameDesigner
阅读(1)
评论(0)
推荐(0)
photonServer学习之连接数据库
摘要:string connectStr = "server=127.0.0.1;port=3306;database=database;user=root;pwd=root";//连接信息 MySqlConnection conn = new MySqlConnection(connectStr);//新建数据库连接 conn.Open();//开启连接 conn.Close();//关闭连接...
阅读全文
posted @
2018-07-10 00:09
gameDesigner
阅读(614)
评论(0)
推荐(0)
公告