'분류 전체보기'에 해당되는 글 52건

  1. 2020.12.17 Linux(cent os) teamview 설치하기
  2. 2020.01.22 Apache+Tomcat 연동후 SSL적용
  3. 2020.01.22 Apache v2.2 SSL설치 가이드
  4. 2013.10.17 Unable to read TLD "META-INF/c.tld" from JAR file
  5. 2013.03.08 Theming buttons
  6. 2013.03.08 Grouped buttons
  7. 2013.03.08 Inline buttons
  8. 2013.03.08 Button icons
  9. 2013.03.08 Button markup options
  10. 2013.03.08 Theming toolbars

사실 가장 간단한 방법은 팀뷰어 홈페이지에서 리눅스 버전을 다운로드 받아 rpm설치하는것이다.

하지만 의존성문제로 실패하는 경우가 많아서 정리해 둔다.

 

1. GPG키 시스템을 가져옴

sudo rpm --import https://dl.tvcdn.de/download/linux/signature/TeamViewer2017.asc

2. epel저장소 활성화sudo yum install epel-release

 

3. rpm 다운로드

wget https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm

4. 설치

sudo yum localinstall ./teamviewer.x86_64.rpm

하고 gui의 인터넷에 팀뷰어를 실행하면 실행이 되야 정상이지만 난 실행이 되지 않았다.

여기저기 검색해본 결과 팀뷰어 커뮤니티에서 정보를 찾을수 있었다.

 

sudo yum update freetype-devel

만약 설치조차 안되어있을 경우는 설치로 진행하자.

sudo yum install freetype-devel

 

추가로 부팅시 자동실행옵션을 켜놔도 해당계정으로 로그인하지 않으면 접속이 불가능한거 같다.

(팀뷰어는 보안상 root계정으로 실행이 불가능)

gui의 설정->상세->사용자에서 로그인할 사용자를 선택.

root패스워드를 입력해서 잠금해제한 후 자동로그인을 체크

'Server' 카테고리의 다른 글

Apache+Tomcat 연동후 SSL적용  (0) 2020.01.22
Apache v2.2 SSL설치 가이드  (0) 2020.01.22
Unable to read TLD "META-INF/c.tld" from JAR file  (0) 2013.10.17
tar 압축 풀기/하기  (0) 2012.06.19

apache홈/conf/extra/httpd-ssl.conf

<VirtualHost *:443></VirtualHost>사이에 추가

JKMount /* worker1

 

apache홈/conf/workers.properties 설정

 

'Server' 카테고리의 다른 글

Linux(cent os) teamview 설치하기  (0) 2020.12.17
Apache v2.2 SSL설치 가이드  (0) 2020.01.22
Unable to read TLD "META-INF/c.tld" from JAR file  (0) 2013.10.17
tar 압축 풀기/하기  (0) 2012.06.19

1. 인증서 설치

   apache홈/conf/extra/httpd-ssl.conf

   1) Listen 포트 설정

   - Listen 443

  2) 인증서 개인키 비밀번호

  - 수동입력시(서버재시작시 마다 입력창 나옴) SSLPassPhraseDialog builtin

  - 자동입력 Window

    SSLPassPhraseDialog "exec:c:/ssl/apache/ssl_pass.bat"

    ssl_pass.bat내용 @echo password

    (window경우 builtin으로 되어있을경우 오류발생. 반드시 설정필요)

  - 자동입력 Linux

    SSLPassPhraseDialog "exec:/ssl/aoache/ssl_pass.sh"

    ssl_pass.sh내용 exho "password"

    (ssl_pass.sh파일 권한 700필요)

 3) Virtual Host설정

    <VirtualHost *:443>

     DocumentRoot 문서파일위치

     ServerName 서버도메인

     ServerAdmin 서버관리자정보

     ErrorLog 에러로그경로/ssl_error_log

     TransferLog 에러로그경로/ssl_access_log

 

     SSLEngine On

     SSLCertificateFile "경로/인증서파일_cert.pem"

     SSLCertificateKeyFile "경로/개인키파일_key.pem"

     SSLCertifucateChainFile "경로/Chain_RootCA_Bundle.crt"

   </VirtualHost>

 

   

 

'Server' 카테고리의 다른 글

Linux(cent os) teamview 설치하기  (0) 2020.12.17
Apache+Tomcat 연동후 SSL적용  (0) 2020.01.22
Unable to read TLD "META-INF/c.tld" from JAR file  (0) 2013.10.17
tar 압축 풀기/하기  (0) 2012.06.19

매번 발생하는 문제인데 기록을 안 해 놓으니깐 맨날 까먹는다... -_-;;
자.. 위 문제가 발생하는 경우는 아래와 같은 경우이다... (다른 경우엔 다른 해결책을 찾아봐야 한다...)

1. maven으로 프로젝트를 사용한다.
2. 프로젝트에서 jstl을 사용한다.
3. 이클립스 서버 플러그인에 deploy해서 사용한다.

위와 같은 경우에 저 에러가 발생할 수 있는데 아주 환장할 노릇이다... -_-;;
일단 결론은 서버 플러그인이 병신 같은 짓을 해서 오류가 발생하는 건데...
(사용중인워크스페이스)\.metadata\.plugins\org.eclipse.wst.server.core 디렉토리에 가보면... (서버 플러그인이 사용하는 위치...)
만약 deploy 한 프로젝트가 하나 밖에 없다고 가정한다면..
tmp0\wtpwebapps\(프로젝트명)\WEB-INF\lib 디렉토리에 standard.jar 파일이 분명 있는데 저지랄하고 있으니 환장할 수밖에 없다...
이럴 때는 당황 및 삽질하지 말고 일단 해당 디렉토리에 jsp-api.jar 파일이 있는지 확인한 후 삭제하도록 한다...
(분명히 servlet-api.jar 도 있을테니 같이 삭제하는게 좋다...)

보통 maven으로 프로젝트를 하는 경우 컴파일을 위해서 jsp-api 및 servlet-api를 provided로 dependency를 추가해서 사용한다...
maven의 antrun 플러그인이나 war 플러그인을 사용해서 빌드한 결과물을 보면 lib 디렉토리에 해당 파일이 복사되지 않는다...
이건 dependecy의 scope가 provided로 되어 있으면 당연히 그렇게 되어야 하는 건데...
이 미친놈의 서버 플러그인이 다 쌩까고 lib 에다 싸그리 다 복사해제낀다... -_-;;
맨날 이거 때문에 쌩쑈를 했는데 이번에도 또 까먹고 쌩쑈했다...
이클립스 플러그인을 만들줄 알아야 수정을 하던가 할텐데 그건 내 능력 밖... -_-;;


 [출처] Unable to read TLD "META-INF/c.tld" from JAR file|작성자 죽빵에캔디



'Server' 카테고리의 다른 글

Linux(cent os) teamview 설치하기  (0) 2020.12.17
Apache+Tomcat 연동후 SSL적용  (0) 2020.01.22
Apache v2.2 SSL설치 가이드  (0) 2020.01.22
tar 압축 풀기/하기  (0) 2012.06.19

Theming


테마가 적용된 Container에 하위 태그가 하나 추가가 되면, 자동적으로 부모 container가 가지고 있는 테마를 적용 받습니다. 그래서 ‘a’ 테마가 적용된 content의 자식 개체들은 자동적으로 a 테마를 적용 받습니다.

아래 버튼들은 같은 html 마크업에 다른 테마를 적용했습니다.

<div data-role="content" data-theme="a"><h4>A swatch</h4><a href="index.html" data-role="button">Button</a></div> 
< div data-role="content" data-theme="b"><h4>B swatch</h4><a href="index.html" data-role="button">Button</a></div> 
< div data-role="content" data-theme="c"><h4>C swatch</h4><a href="index.html" data-role="button">Button</a></div> 
< div data-role="content" data-theme="d"><h4>D swatch</h4><a href="index.html" data-role="button">Button</a></div> 
< div data-role="content" data-theme="e"><h4>E swatch</h4><a href="index.html" data-role="button">Button</a></div> 
< div data-role="button" ><h4>A swatch</h4><a href="index.html" data-role="button" data-theme="a">Button</a></div>


상위태그에 테마가 적용되어 있어도 하위 태그에서 다른 테마를 적용할 수 있습니다.
프레임웍이 제공하는 테마는 a~e까지 5가지 입니다. 만약, 테마 f를 적용하였을 경우 오류가 발생하는 것이 아니라 디폴트 테마로 보여지게 됩니다.


'Jquery > Jquery mobile' 카테고리의 다른 글

Grouped buttons  (0) 2013.03.08
Inline buttons  (0) 2013.03.08
Button icons  (0) 2013.03.08
Button markup options  (0) 2013.03.08
Theming toolbars  (0) 2013.03.08

네비게이션 처럼 보이게 하기 위해서 여러 버튼을 한 블럭처럼 보이게 할 수 있습니다.

버튼들의 상위 div 태그에 data-role=”controlgroup” 속성을 추가하면 프레임웍이 세로로 나열한 버튼 그룹을 만들어 줄 것입니다. 각 버튼간에 적용된 마진을 제거하고 쉐도우를 삭제하여 중간에 나열된 버튼들이 어색하지 않도록 보여줍니다.


<div data-role="controlgroup">
< a href="index.html" data-role="button">Yes</a>
<a href="index.html" data-role="button">No</a>
<a href="index.html" data-role="button">Maybe</a>
< /div>


감싸고 있는 태그의 속성에 data-type=”horizontal” 속성을 추가하면, 한 라인에 가로방향으로 버튼들이 나열됩니다. 버튼안의 content 길이에 따라 버튼의 가로 길이가 결정되어집니다.


<div data-role="controlgroup" data-type="horizontal">
< a href="index.html" data-role="button">Yes</a>
< a href="index.html" data-role="button">No</a>
< a href="index.html" data-role="button">Maybe</a>
< /div>


만약, 버튼이 개수가 많거나, 버튼 content가 길어서 스크린의 한 라인에 들어가지 않으면 자동으로 다음 줄로 내려가지니 유의해야 합니다.

그리고, 버튼에 아이콘을 추가하듯이 하여, 그룹 버튼을 꾸밀수도 있습니다.


<div data-role="controlgroup" data-type="horizontal" > 
< a href="index.html" data-role="button" data-icon="arrow-u">Up</a> 
< a href="index.html" data-role="button" data-icon="arrow-d">Down hahahaha</a> 
< a href="index.html" data-role="button" data-icon="delete">Delete</a>
< /div>


'Jquery > Jquery mobile' 카테고리의 다른 글

Theming buttons  (0) 2013.03.08
Inline buttons  (0) 2013.03.08
Button icons  (0) 2013.03.08
Button markup options  (0) 2013.03.08
Theming toolbars  (0) 2013.03.08

디폴트 버튼의 가로 길이는 스크린을 꽉 채운 형태입니다.
만약, 작은 버튼을 만들고자 한다면, 버튼 속성으로 data-inline=”true” 를 추가해 주면 됩니다.


<a href="index.html" data-role="button" data-inline="true">Button</a>


만약, 같은 라인에 여러 버튼을 나열하고 싶은때는 버튼 태그를 data-inline=”true” 속성을 추가한 상위 div 태그로 감싸줍니다.


<div data-inline="true">
<a href="index.html" data-role="button">Cancel </a>
<a href="index.html" data-role="button" data-theme="b">Save </a>
< /div>


하지만 실제로 해보니 아직은 적용이 안되네요. 버젼이 올라가면 가능해질 것 같습니다.
불편하지만 현재까지는 각 태그별로 속성을 추가하여야 합니다.


<a href="index.html" data-role="button" data-inline="true">Cancel lalalaalal</a>
< a href="index.html" data-role="button" data-theme="b" data-inline="true">Save</a>

'Jquery > Jquery mobile' 카테고리의 다른 글

Theming buttons  (0) 2013.03.08
Grouped buttons  (0) 2013.03.08
Button icons  (0) 2013.03.08
Button markup options  (0) 2013.03.08
Theming toolbars  (0) 2013.03.08

Adding Icons to Buttons

버튼에 아이콘을 추가할 수 있습니다.
JQM 프레임웍은 모바일 앱에서 자주 사용되는 아이콘을 포함하고 있습니다.
저용량 다운로드 JQM버젼에는 모든 배경색에 훌륭하게 대비될 수 있는 검정색의 반투명 원모양위에 하얀색 아이콘을 포함하고 있습니다. data-icon 속성을 추가하여 사용합니다.

< a href="index.html" data-role="button" data-icon="delete">Delete</a>


Icon set

Left arrow - data-icon="arrow-l"

My button

Right arrow - data-icon="arrow-r"

My button

Up arrow - data-icon="arrow-u"

My button

Down arrow - data-icon="arrow-d"

My button

Delete - data-icon="delete"

My button

Plus - data-icon="plus"

My button

Minus - data-icon="minus"

My button

Check - data-icon="check"

My button

Gear - data-icon="gear"

My button

Refresh - data-icon="refresh"

My button

Forward - data-icon="forward"

My button

Back - data-icon="back"

My button

Grid - data-icon="grid"

My button

Star - data-icon="star"

My button

Alert - data-icon="alert"

My button

Info - data-icon="info"

My button

Home - data-icon="home"

My button

Search - data-icon="search"

My button


Icon positioning

아이콘의 디폴트 위치는 왼쪽입니다.
아이콘의 위치 설정 속성은 data-iconpos=[right, top, bottom] 입니다.
notext 값을 주면 버튼의 텍스트 부분이 줄어 아이콘 버튼이 됩니다.

<a href="index.html" data-role="button" data-icon="delete" data-iconpos="right">right position icon Delete </a>
< a href="index.html" data-role="button" data-icon="delete" data-iconpos="top">top position icon Delete </a>
< a href="index.html" data-role="button" data-icon="delete" data-iconpos="bottom">bottom position icon Delete </a>
< a href="index.html" data-role="button" data-icon="delete" data-iconpos="notext">notext icon Delete </a>

'Jquery > Jquery mobile' 카테고리의 다른 글

Grouped buttons  (0) 2013.03.08
Inline buttons  (0) 2013.03.08
Button markup options  (0) 2013.03.08
Theming toolbars  (0) 2013.03.08
Persistent footer nav bar  (0) 2013.03.08

버튼들은 앵커 태그를 사용하는 링크와 같은 네비게이션의 용도와 폼을 전송하기 위한 용도로 많이 사용됩니다.

Styling links as buttons

링크를 위한 앵커 태그에 data-role=”button” 속성을 추가하면, 프레임웍에서 해당 링크를 버튼 스타일로 보이도록 css를 생성해 줍니다.

<a href="index.html" data-role="button">link bar</a>


Form buttons

편리한 스타일링을 위해 프레임웍에서 자동적으로 버튼 태그를 변환해줍니다. Input 타입이 submit, reset, button, image들도 data-role=”button” 속성이 없더라도 버튼 처럼 자동으로 변환해줍니다.

<button> 기본 버튼 </button>
< input type="button" value="button" />
< input type="submit" value="submit" />
< input type="reset" value="reset" />
< input type="image" value="image" />

'Jquery > Jquery mobile' 카테고리의 다른 글

Inline buttons  (0) 2013.03.08
Button icons  (0) 2013.03.08
Theming toolbars  (0) 2013.03.08
Persistent footer nav bar  (0) 2013.03.08
Fullscreen positioning  (0) 2013.03.08

Theming headers and footers

해더와 풋터는 페이지의 스타일의 중요한 역할을 하기 때문에 기본적으로 ‘a’ 테마가 적용될 것입니다. 다른 테마를 적용하기 원한다면 data-theme 속성에 원하는 테마를 a~e까지 셋팅하면 해당 테마가 적용됩니다. 예를들면, 헤더바를 b로 스위칭합니다.

<div data-role="header" data-theme="b"> 
	<h1>Page Title</h1> 
</div>

Theming buttons in toolbars

툴바 안에 버튼은 개별적으로 data-theme 속성을 부여하여 다른 테마를 적용할수 있습니다.
<a href="add-user.php" data-theme="b">Save</a> 

Theme variations







'Jquery > Jquery mobile' 카테고리의 다른 글

Button icons  (0) 2013.03.08
Button markup options  (0) 2013.03.08
Persistent footer nav bar  (0) 2013.03.08
Fullscreen positioning  (0) 2013.03.08
Fixed positioning  (0) 2013.03.08
1 2 3 4 ··· 6 

글 보관함

카운터

Total : / Today : / Yesterday :
get rsstistory!