https://github.com/EthFans/wiki/wiki/Ethereum-Geth-Mirror
'분류 전체보기'에 해당되는 글 691건
- 2018.05.15 Ethereum retrieving packages from release server
- 2018.05.10 tortoiseCVS 에서 한글 주석 달기
- 2017.05.04 javascript, add method
- 2017.04.24 css 이름 홑따옴표는 표준인가?
- 2017.04.05 gauce url
- 2017.01.05 sendemail gmail 설정 530 5.7.0 Must issue a STARTTLS command first
- 2016.12.28 eclipse, the workspace exited with unsaved changes in the previous session
- 2016.12.15 web, uncaught DOMException : Blocked a frame .. with origin ...
- 2016.12.14 ie radiobox 방향키로 check, uncheck 된다
- 2016.12.07 eclipse 소스 속성
* 최신 버전에서는 안된다 (보기 1.12.5)
* 예전 버전에서만 가능하다 ( 보기 1.8.30)
preference 메뉴에서 Korean 설정하면 된다
sendemail , gmail SMTP 로 메일 보내기 설정
(
참고:
http://caspian.dotconf.net/menu/Software/SendEmail/
http://stackoverflow.com/questions/12750662/install-perl-module-netssleay-through-cpan )
* 에러 메시지:530 5.7.0 Must issue a STARTTLS command first
1. gmail 설정
https://www.google.com/settings/security/lesssecureapps
에서 허용 선택
2. sendemail 설정
TLS 에 필요한 perl module 설치 ( Net::SSLeay 과 IO::Socket::SSL 설치안되어 있을 경우)
$ su -
# sudo yum install perl perl-CPAN perl-Net-SSLeay perl-IO-Socket-SSL
3. 간단한 테스트
sendEmail -o tls=yes -f YourEmail@gmail.com -t SomeoneYoureEmailing@domain.com -s smtp.gmail.com:587 -xu YourEmail@gmail.com -xp YOURPASSWORD -u "Hello from sendEmail" -m "How are you? I'm testing sendEmail from the command line."
eclipse, the workspace exited with unsaved changes in the previous session
카테고리 없음 2016. 12. 28. 14:35%ECLIPSE_HOME%workspace\.metadata\.plugins\org.eclipse.e4.workbench\workbench.xmi 파일 삭제
(workbench.xmi 기존 작업에 대한 세팅이 저장되어 있는 File )
org.eclipse.e4.workbench 는 다른 이름일 수 있다.
ie 에서는 radio 버튼 동작을 방향키로 제어 가능하다.
(
On IE, when a radio button group is reached via tabbing, the initially selected button is focused on, and the dotted rectangle indicates this. You can use arrow keys to move between the buttons inside the group; both "down" and "right" arrow move forward inside the group, and both "up" and "left" arrow move backward. And upon moving to a button, that button gets checked (and the button in the group that was checked gets unchecked).
http://stackoverflow.com/questions/10739863/radio-button-keyboard-trap
)