정보의 공유 사회

Java

java.lang.IllegalArgumentException: Invalid ‘log4jConfigLocation’ parameter: class path resource [log4j.properties] cannot be resolved to URL because it does not exist

tomcat 서버 실행하면서 발생된 오류다.     심각: Exception sending context initialized event to listener instance of class org.springframework.web.util.Log4jConfigListener java.lang.IllegalArgumentException: Invalid 'log4jConfigLocation' parameter: class path...
Android

[안드로이드 오류 수정하기] org.xmlpull.v1.XmlPullParserException – Binary XML file line #1: invalid drawable tag vector

Caused by android.content.res.Resources$NotFoundException: File res/drawable/baseline_swipe_24.xml from drawable resource ID 안드로이드 앱에 기능을 추가하면서 아이콘을 하나 추가했는데, 하필 안드로이드 4.4.4 버전에서 오류가 발생되었다. 아직도 안드로이드 4...
C#

[.net mvc]Grid 페이지 이동 후 이전페이지로 돌아왔을 때 Grid 필터값 유지하는 방법

    @(Html.Kendo().Grid< Model.View.DetailModel >()    .Name("GridListBRB")    .Columns(columns =>    {          columns.Bound(c => c.IsChkYn).ClientTemplate("< input type='checkbox' #= IsChkYn ? checked='checked':'' # class='chkbx' />")                                     .Width("1%").Title("< input type='checkbox' id='checkAll' onclick='fnCheckAll(this)'/>").Sortable(false).Filterable(false);          columns.Bound(p => p.CodeIdx).Hidden(true);          columns.Bound(p => p.RowNum).Title("No").Width("2%").Sortable(false);          columns.Bound(p => p.FileName).Title("파일명").Width("30%").HtmlAttributes(new { style = "text-align:left;" }).Sortable(false).ClientTemplate(@Html.ActionLink("#=FileName#", "DetailPage", new { CodeIdx = "#=CodeIdx#" }).ToHtmlString());          columns.Bound(p => p.RegName).Title("작성자").Width("10%").Sortable(false);          columns.Bound(p => p.LastUpdateDate).Title("등록일").Width("10%").Sortable(false);   }) .Pageable(pageable => pageable.ButtonCount(10)) .Selectable(selectable => selectable.Mode(GridSelectionMode.Single)) .DataSource(ds => ds.Ajax()...
error: Content is protected !!