본문 바로가기
반응형

컴퓨터쟁이90

Linear Algebra Step by Step 목차 이걸 어떤식으로 정리할지는 아직 모르겠지만 우선 스터디 했던만큼 다시 복습하고 정리할 예정이다. 1 Linear Equations and Matrices 11.1 Systems of Linear Equations 11.2 Gaussian Elimination 121.3 Vector Arithmetic 271.4 Arithmetic of Matrices 411.5 Matrix Algebra 571.6 The Transpose and Inverse of a Matrix 751.7 Types of Solutions 911.8 The Inverse Matrix Method 105Des Higham Interview 127 2 Euclidean Space 1292.1 Properties of Vectors .. 2017. 3. 28.
[window] httpd.conf 관리자권한으로 수정하기 apache와 tomcat 연결 때문에 httpd.conf파일을 수정하려고 하는데 관리자권한이 아니라고 수정이 거부됬었다. 리눅스가 아닌 윈도우에서는 관리자권한을 맘대로 바꿀수 없다. 이럴땐 관리자권한으로 메모장을 실행시키고 거기서 파일 열기로 httpd.conf를 열면 된다. 이럴땐 리눅스가 더 편한거 같기도.....ㅠㅠㅎㅎㅎ 처음에 엄청 당황했었지만 결국 해결! 빠밤! 2017. 1. 4.
shinyAce shinyAce The shinyAce package enables Shiny application developers to use the Ace text editor in their applications. All current modes (languages) and themes are supported in this package. The mode, theme, and current text can be defined when the element is initialized in ui.R or afterwards using the updateAceEditor() function. The editor registers itself as a reactive Shiny input, so the curren.. 2016. 4. 29.
R에서 require()랑 library()의 차이! R package를 불러오는 방식으로require()와 library() 이렇게 두가지 있다. require()는 기본적으로 package를 library()로 불러오려고 시도를 한다. 그리고 논리적으로 성공하거나 실패했다는 것을 반환해준다. 따라서 library()는 package를 불러오는것이고 require()는 package를 불러오려고 시도하는것을 말한다! http://yihui.name/en/2014/07/library-vs-require/여기 블로그 내용을 참조했습니다! 여기서 예시를 확인해보세요! 2016. 4. 29.
728x90
반응형