태그>smartfox(총 3개의 글)
'smartfox' 관련 최근글
-
- smartfox + hibernate + mysql 설정을 eclipse의 gradle로 관리
-
프로그래밍 공부하자 by 후냄의 프로그래밍|2017/03/10 11:53
설명에 앞서서 테스트를 위한 환경으로 hibernate, mysql 등 library 기능을 제공하는 프로젝트 한개와, 그 library를 이용하는 프로젝트 하나로 총 두개의 프로젝트를 만들어 multi-project 설정을하고 테스트를 해 볼 것이다. 1. eclipse - gradle 환경 설정 eclipse - hel..
- smartfox + hibernate + mysql 설정을 eclipse의 gradle로 관리
-
- [smartfox unity3d]간단한 채팅 프로그램만들기
-
프로그래밍 공부하자 by 후냄의 프로그래밍|2017/02/10 16:36
[unity code] using UnityEngine;using System.Collections;using UnityEngine.UI;using System;using Sfs2X;using Sfs2X.Core;using Sfs2X.Requests;using Sfs2X.Entities;using Sfs2X.Entities.Data; public class SFS2X_Connect : Mo..
- [smartfox unity3d]간단한 채팅 프로그램만들기
-
- aws + SmartFoxServer 2x + hibernate + mysql + ujnity3d 환경 구축
-
프로그래밍 공부하자 by 후냄의 프로그래밍|2017/02/06 16:10
1. SmartFoxServer 2x 설치 smartfoxserver 홈페이지에서 smartfoxserver 2x 를 다운받는다 (linux) aws로 파일을 복사한다. aws에서 압축을 풀어주면 SmartFoxServer_2X 폴더가 생긴다. 2. SmartFoxServer 2x 업데이트 smartfoxserver 홈페이지에서 update..
- aws + SmartFoxServer 2x + hibernate + mysql + ujnity3d 환경 구축