request 모든 값 출력

Enumeration enum = request.getParameterNames();


while(enum.hasMoreElements()) {


String key = (String)enum.nextElement();

String value = request.getParameter(key);

out.println(key + " : " + value+"<br>");

}



자바스크립트 object 값 알아낼때

for(key in object) {

alert ("object[" + key +"] = " + object[key]);

}

C:\Users\user\AppData\Roaming\Subversion\auth\svn.simple 폴더에서 68184a8123~~ 이런 파일이 있다. 


삭제하고 다시 SVN을 하면 비밀번호 저장을 체크하면 다시 안 뜨는 것을 볼 수 있다. 


이 방법으로 아이디를 변경할 때도 이런식으로 해주면 되겠지?

자바스크립트에서 regEx 정규식 설명 링크

http://blog.naver.com/1900lee/220248949729


simpleCaptcha 정리 블로그

http://windowx.tistory.com/entry/CAPTCHA-java-approach


http://zero-gravity.tistory.com/m/post/243


http://winflahed.tistory.com/132










SVN: '0x00400006: Validate Repository Location' operation finished with error: Selected SVN connector   


svn connector를 설치할 때 kit가 두가지가 떴는데 최신 것으로 설치해보고 안 되어 지우고, 둘다 설치해보고 안 되어 지우고, 마지막 과거버전으로 설치 하니 되었다.


그 다음 

location information has been specified incorrectly   문제 발생.


방법을 찾기 위해서 구글 검색.

1.  http://www.developpez.net/forums/d586562/environnements-developpement/eclipse/eclipse-svn-repertoire-local/


svn : Unable to open an ra_local session to URL

svn : Unable to open repository 'file:///home/julien/svn'

svn : Unable to open repository 'file:///home/julien/svn'"


2.  http://www.wenda.io/questions/703471/svn-error-e175002.html


SVN doesn't work when execute the command 'sudo apachectl start'

I use svn in eclipse and when I execute the command sudo apachectl start the SVN doesn't work. Error: Location information has been specified incorrectly. svn: E175002: connection refused by the serve


3.  http://forums.zend.com/viewtopic.php?f=59&t=8176


Hi, I have a problem trying to configure my local SVN reposoitory, I was using it with Flash Builder without problems (after installing subclipse).

But when I enter: file:///c:/mySVN/ in the URL for my new repository location it says:

Location information has been specified incorrectly


svn: Unable to open an ra_local session to URL


etc...


4.  http://www.java-forum.org/ides-und-tools/78546-eingabe-repository-locations.html


Location information has been specified incorrectly.


svn: 'URL svn://localhost/svn_repository/' non-existent in that revision.


location information has been specified incorrectly.


svn: PROPFIND of '/svn_repository': 405 Method not allowed (http://localhost)


Location information has been specified incorrectly.


svn: can not read HTTP status line

svn: OPTIONS request failed on '/svn_repository'



5.  http://tiku.io/questions/5205263/this-is-not-a-valid-subversion-repository-svn-e210004-handshake-failed-recei


Eclipse Juno/Indigo svn: E210004: Number is larger than maximum

The dialog box says: Location information has been specified incorrectly. svn: E210004: Number is larger than maximum Keep location anyway? This just started to occur. I updated the SVN server to 1.8


6.  http://www.androidpub.com/41231


그러나 뒤에 따라오는 세부 주소들을 지웠더니 됨... 결국 주소문제였나..

+ Recent posts