개발110 swift xcode #pragma mark swift 에서 objective-c 의 #pragma mark 사용하기 objective-c#pragma mark -여기부터 코드 단락 swift // MARK: - 여기부터 코드 단락 * MARK 다음 콜론(:) 사이에 공백이 있으면 안되더라 ...' 2015. 12. 13. Could not find com.google.android.gms:play-services:5.0.77 Could not find com.google.android.gms:play-services:5.0.77 gradle sync 시 다음과 같은 오류는 간단히 해결 가능하다 Could not find com.google.android.gms:play-services:5.0.89로 바꾸면 된다. 2015. 12. 11. android studio compile error 이게 뭐하는 거냐 간만에 안드로이드 좀 할려고 android studio로 프로젝트좀 열었더니, 컴파일 오류가 나네 ㅠㅠ 괜히 업데이트 했네 Error:Abnormal build process termination: Error: This Java instance does not support a 32-bit JVM. Please install the desired version. 이게뭐지? os가 맥64bit 여서 jdk도 64bit가 설치됐는데 ... jvm을 다시 설치해야돼나? ------ ----- ------- 음... 해결했음 ㅋㅋ 물론 다른 오류가 있어서 컴파일이 안되지만 일단 위 에러는 jdk 8 을 설치해서 해결 설치 후 android studio 에서 jdk location 을 수정해.. 2015. 12. 8. You need to use a Theme.AppCompat theme (or descendant) with this activity android error :You need to use a Theme.AppCompat theme (or descendant) with this activity 2014. 8. 24. ASP.NET MVC Grid Table ASP.NET MVC4 @Html 확장메서드 Grid Table public static MvcHtmlString Table(this HtmlHelper htmlHelper, string id, IEnumerable sorece, bool isSubGridDisplay = false) { if (sorece == null || sorece.Count() < 1) { string table = "데이터가 없습니다."; return MvcHtmlString.Create(table); } PropertyInfo[] propertyinfos; propertyinfos = typeof(T).GetProperties(BindingFlags.Public | BindingFlags.Instance); List tabl.. 2014. 7. 29. Solar system texture map resources Solar system texture map resources http://planetpixelemporium.com/planets.html NASAhttp://www.nasa.gov/multimedia/3d_resources/images.html 2014. 6. 17. 이전 1 ··· 3 4 5 6 7 8 9 ··· 19 다음