728x90 시작440 청년 고용지원금 지원대상 알아보기 2018. 9. 7. gsjava lib/tools.jar dependencies could not be resolved [ERROR] Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.7:compile (default) on project koreaid: Execution default of goal org.codehaus.mojo:aspectj-maven-plugin:1.7:compile failed: Plugin org.codehaus.mojo:aspectj-maven-plugin:1.7 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:1.8.0_171 at specified path C:\Program Files\Java\jre1.8.0_.. 2018. 9. 7. gsjava 안드로이드 리스트뷰 전체 삭제 private ArrayList items = null; private ArrayAdapter adapter = null;// 빈 데이터 리스트 생성.items = new ArrayList() ; // ArrayAdapter 생성. 아이템 View를 선택(single choice)가능하도록 만듦. adapter = new ArrayAdapter(this, android.R.layout.simple_list_item_single_choice, items) ; listview.setAdapter(adapter) ; listview.setOnItemClickListener(new AdapterView.OnItemClickListener() { @Override public void onItemClick(Ada.. 2018. 9. 6. gsjava 문자열 찾기 String str1line = "123-123"if(str1line.contains("-")) { System.out.println("문자열 있음!"); } else System.out.println("문자열 없음!");그냥:gsjava 2018. 9. 6. 이전 1 ··· 85 86 87 88 89 90 91 ··· 110 다음 728x90