[Plugin] Node.js Tools for Visual Studio
'Server > Node.js' 카테고리의 다른 글
Unity3d + Node.js 연동 테스트 (0) | 2014.06.28 |
---|---|
Node.js의 문서의 한글 번역본 (0) | 2014.06.21 |
Node.js (0) | 2014.06.21 |
Unity3d + Node.js 연동 테스트 (0) | 2014.06.28 |
---|---|
Node.js의 문서의 한글 번역본 (0) | 2014.06.21 |
Node.js (0) | 2014.06.21 |
[추가]
Google NTP 주소 : time.google.com
[링크] https://developers.google.com/time/
C# - Simple Network Time (NTP) Protocol Client
Network Time Protocol (NTP) is a protocol for synchronizing the clocks of computer systems over packet-switched, variable-latency data networks. NTP uses UDP on port 123 as its transport layer. It is designed particularly to resist the effects of variable latency by using a jitter buffer. NTP also refers to a reference software implementation that is distributed by the NTP Public Services Project.
NTP is one of the oldest Internet protocols still in use (since before 1985). NTP was originally designed by Dave Mills of the University of Delaware, who still maintains it, along with a team of volunteers.
NTP is not related to the simpler DAYTIME (RFC 867) and TIME (RFC 868) protocols.
위키에서 가져옴-_-
경로 : http://en.wikipedia.org/wiki/Network_Time_Protocol
서버 따위에서 시간을 맞추기 위해서 사용하는 프로토콜이고 이런 시간 정보를 제공하는 서버를 타임 서버라고 많이들 이야길 하죠..
아래 ITS 는 아주 간단하게 구현되고 사용할 수 있지만 NTP 는 좀 까다롭습니다. -_-
그래서 괜히 어설프게 문서 만들고 예제 만들다간 욕 처먹을거 같아서 -.- 클래스 퍼온거 올려봅니다.
(원래는 간단하게 -_- 만들고 있었는데 제대로 된 소스를 발견해서 쪽팔려서 지움..;; -_- )
일단 아래는 활용 예제와 결과물입니다.
namespace InternetTime
{
using System;
public class Synchronizer
{
public Synchronizer()
{
}
public static int Main(string[] args)
{
SNTPClient client;
try
{
client = new SNTPClient("time.google.com"); // Google NTP 서버 주소 추가
//client = new SNTPClient("time.nuri.net"); // 참조할 NTP 서버 주소
client.Connect(false);
}
catch (Exception e)
{
Console.WriteLine("ERROR: {0}", e.Message);
return -1;
}
Console.Write(client.ToString());
return 0;
}
}
}
출처 : http://www.devpia.com/Maeul/Contents/Detail.aspx?BoardID=18&MAEULNO=8&no=1770&page=11
Get Dictionary key by using the dictionary value (0) | 2014.08.12 |
---|---|
[C#] How to get/set using index for a Dictionary? (0) | 2014.08.06 |
C# 외부 프로그램 종료하기 (0) | 2014.05.20 |
C# Keywords (0) | 2014.05.13 |
Standard Numeric Format Strings (0) | 2014.05.13 |
Homepage : http://www.autohotkey.com/
AutoHotKey를 사용하는 사람들 : http://www.autohotkey.co.kr/
노가다는 이제 그만, AutoHotKey : http://blog.daum.net/miriya/15600728
화면의 특정 버튼 클릭하기. (Imagesearch) (0) | 2014.08.19 |
---|
여차저차해서 ARM Translation 1.1 깔고(이걸 안까니 구글 스토어에서 일부 앱이 지원안한다면서 안받아짐..)
구글스토어 깔고..
이제 되나 했더만, 어플 깔고 실행하니 'xxx(이)가 중지되었습니다.'라는 메시지가 너무 자주 떠서 구글링 해보니
버추얼박스 최신버전이 지니모션과 호환이 별로 안좋나보다..
참조 링크에서 추천한대로 VirtualBox 4.1.32로 다운그레이드(처음엔 최신 4.3.12 깔았음.)하니 에러메시지 없이 잘된다.
유용한 사이트 (0) | 2014.10.19 |
---|---|
Genymotion최신 버전에서 삭제된 구글 플레이 스토어와 ARM Translation기능 추가하기 (0) | 2014.07.08 |
내 컴에서 모바일 게임을 - 지니모션 (0) | 2014.07.08 |
느릿느릿 거북이 같은 AVD는 가라! 토끼처럼 빠른 AVD, Genymotion! (0) | 2014.07.07 |
Genymotion 2.0 설치 가이드 (0) | 2014.07.07 |
유용한 사이트 (0) | 2014.10.19 |
---|---|
xxx(이)가 중지되었습니다. (0) | 2014.07.08 |
내 컴에서 모바일 게임을 - 지니모션 (0) | 2014.07.08 |
느릿느릿 거북이 같은 AVD는 가라! 토끼처럼 빠른 AVD, Genymotion! (0) | 2014.07.07 |
Genymotion 2.0 설치 가이드 (0) | 2014.07.07 |
유용한 사이트 (0) | 2014.10.19 |
---|---|
xxx(이)가 중지되었습니다. (0) | 2014.07.08 |
Genymotion최신 버전에서 삭제된 구글 플레이 스토어와 ARM Translation기능 추가하기 (0) | 2014.07.08 |
느릿느릿 거북이 같은 AVD는 가라! 토끼처럼 빠른 AVD, Genymotion! (0) | 2014.07.07 |
Genymotion 2.0 설치 가이드 (0) | 2014.07.07 |
유용한 사이트 (0) | 2014.10.19 |
---|---|
xxx(이)가 중지되었습니다. (0) | 2014.07.08 |
Genymotion최신 버전에서 삭제된 구글 플레이 스토어와 ARM Translation기능 추가하기 (0) | 2014.07.08 |
내 컴에서 모바일 게임을 - 지니모션 (0) | 2014.07.08 |
Genymotion 2.0 설치 가이드 (0) | 2014.07.07 |
Android 4.4.2 Google Apps : https://goo.im/devs/paranoidandroid/roms/gapps/
유용한 사이트 (0) | 2014.10.19 |
---|---|
xxx(이)가 중지되었습니다. (0) | 2014.07.08 |
Genymotion최신 버전에서 삭제된 구글 플레이 스토어와 ARM Translation기능 추가하기 (0) | 2014.07.08 |
내 컴에서 모바일 게임을 - 지니모션 (0) | 2014.07.08 |
느릿느릿 거북이 같은 AVD는 가라! 토끼처럼 빠른 AVD, Genymotion! (0) | 2014.07.07 |
AnimationClip의 Type을 바꾸려고 fbx-rig에서 Generic/Legacy 등으로 바꿨는데 다른 방법을 다른분이 올려주셔서 올려 놓음.
1) 유니티에서 AnimationClip 파일 선택.
2) Inspector창의 Inspector가 써진 탭에서 마우스 우클릭하면 팝업 메뉴가 뜬다.
3) 기본 Normal로 돼 있는데, Debug로 바꾸면 숨겨진 메뉴가 뜸.
4) m_AnimationType을 원하는 타입의 숫자로 바꿔주면 된다. 값은 대충 아래와 같은 듯..
enum AnimtionType
{
None = 0,
Legacy = 1,
Generic = 2,
Humanoid = 3,
}
참조 : 2014.06.30 18:35:33 댓글달기
애니메이션 클립 선택하시고 Inspector 모드를 Debug로 바꿉니다.How to fix the "Referenced script on this Behaviour is missing" issue in Unity (0) | 2014.09.03 |
---|---|
유니티 튜토리얼 모아놓은 사이트(대박) (0) | 2014.07.18 |
[link] Unity3D NaviMesh pathfinder와 Realtime NaviMesh 변경과 주의점 (0) | 2014.06.30 |
Unity에서 RPG/RTS 게임의 길찾기&국소 회피 구현(영문) (0) | 2014.06.30 |
유니티 관련.. (0) | 2014.06.28 |
유니티 튜토리얼 모아놓은 사이트(대박) (0) | 2014.07.18 |
---|---|
AnimationClip의 Type 변경 방법 (0) | 2014.07.01 |
Unity에서 RPG/RTS 게임의 길찾기&국소 회피 구현(영문) (0) | 2014.06.30 |
유니티 관련.. (0) | 2014.06.28 |
로딩 페이지 및 로딩 프로그래스바 사용하기. (0) | 2014.04.14 |