반응형
Lot's More Food 번역 리소스팩 다운로드
- 마인크래프트 Tip
- · 2021. 12. 22.
반응형
장점 왠만한 다른 호스팅보다 성능은 좋은 편이다 저장 공간이 의외로 많다 단점 호스팅 결제 후 설치까지도 생각보다 긴 편이다 (설치 시 28일 이용 가능) 가격이 싸다고 느껴질 수 있지만 생각보다 싸진 않다 기술적인 문제가 많다 디도스가 아닐 때도 가끔 서버가 다시 켜진다 문의 답변 진짜 안해준다 답변을 받을려면 3일은 기다릴 때도 있다 아니면 그냥 닫아버리기도 한다 디도스 공격을 받아버리면 48시간 닫히는 듯 하며 금요일에 디도스 공격을 당했다면 유감이다 월요일이나 봐줄 것이다 또한 디도스 공격을 3 회 이상 받으면 강제 해지를 당하게 될 것이며 보상을 받지 못할 것이다 오전 10시 부터 전화가 되며 점심시간은 받지 않을 것이고 오후 4시 이후로는 잘 안받을 것이다 문의 티켓은 열어도 어처피 안보니 전..
Stardew Valley Datapack Minecraft Data Pack (planetminecraft.com) Stardew Valley Datapack Minecraft Data Pack New Join the Stardew Valley Datapack community on reddit, or the new Discord server ! This is a Stardew Valley datapack that adds many new weapons,... www.planetminecraft.com
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HelloWorld { class Program { static void Main(string[] args) { ConsoleKeyInfo info = Console.ReadKey(); Console.WriteLine("info.Key : {0}", info.Key); Console.WriteLine("info.KeyChar {0}", info.KeyChar); int number = Convert.ToInt32(info.KeyChar); Console.WriteLine("ASCII..
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HelloWorld { class Program { static void Main(string[] args) { Console.Write("캐릭터 진영을 입력하세요 "); string faction = Console.ReadLine(); Console.Write("캐릭터 이름을 입력하세요 "); string name = Console.ReadLine(); Console.Write("캐릭터 공격력을 입력하세요 "); string ad = Console.ReadLine(); Consol..
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HelloWorld { class Program { static void Main(string[] args) { Console.Write("아이디를 입력하세요 "); string id = Console.ReadLine(); Console.Write("비밀번호를 입력하세요 "); string password = Console.ReadLine(); Console.Write("성별을 입력하세요 "); string sex = Console.ReadLine(); Console.WriteLin..