
ARODREAM.WORDPRESS.COM
aro dream | development, dream, humandevelopment, dream, human
http://arodream.wordpress.com/
development, dream, human
http://arodream.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.8 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
15
SSL
EXTERNAL LINKS
1
SITE IP
192.0.78.12
LOAD TIME
0.795 sec
SCORE
6.2
aro dream | development, dream, human | arodream.wordpress.com Reviews
https://arodream.wordpress.com
development, dream, human
개발 프로세스 관리를 위한 Redmine 설치 및 사용 | aro dream
https://arodream.wordpress.com/2014/09/25/개발-프로세스-관리를-위한-redmine-설치-및-사용
Development, dream, human. 개발 프로세스 관리를 위한 Redmine 설치 및 사용. 이번에 우리팀에서 이슈트래커가 필요하게 되어 겸사겸사 Redmine을 설치하게 되었다. 처음에는 trac을 알아보고 설치라려 했으나 Redmine이 사용이 더 편리해보여 Redmine을 설치하였다. 설치는 Redmine에 필요한 Apache, mySQL, Redmine, 등을 각각 설치하는 것 보다는 Bitnami의 Stack을 이용하는 것이 편리해보여 Bitnami의 Redmne Stack을 설치하였다. 그런데 이미 SVN을 사용하고 있기 때문에 Bitnami Redmine Stack을 설치했다가 기존의 SVN과의 연동이 되지 않을까 걱정을 하였지만, 다행히 쉽게 연동이 되었다. 이제 그 설치 순서를 정리해본다. 먼저 설치 환경은 Windows Server 2008 R2를 사용하고 있고, 이미 VisualSVN이 설치되어 사용중에 있다. 1 Bitnami Redmine Stack 설치.
VC++에서 Precompiled header 정리 | aro dream
https://arodream.wordpress.com/2014/10/16/vc에서-precompiled-header-정리
Development, dream, human. VC 에서 Precompiled header 정리. 간간히 겪던 문제였었는데 이번 기회에 정리를 할 겸 포스트! 1 Precompiled header 란? Precompiled header에 대해 잘 정리된 글이 있어 잠시 가져와 본다. 그렇다 매번 컴파일이 오래 걸리는 것을 방지해주기 위하여 사용. 물론 쓰면 편리한 기능인 것이고…. 2 ‘c1083 cannot open precompiled header file’. Visual Studio 에서 가끔, 특히 Clean하고 난 이후에, 다음의 에러 메시지를 내고 컴파일이 안 되는 경우가 있다. 8216;c1083 미리 컴파일된 헤더 파일을 열 수 없습니다.(c1083 cannot open precompiled header file)’. 프로젝트 설정을 이것저것 건드리는 경우가 있다. 그러다보면 어떨 때는 간단히 해결이 되고,. 어떨 때는 됐다, 안됐다 하고 아주 속이 터지는 경우가 있을 수 있는데,.
REST에 대한 기사 정리 | aro dream
https://arodream.wordpress.com/2014/07/11/rest에-대한-기사-정리
Development, dream, human. REST에 대한 기사 정리. REST에 대해 공부하며 내 생각에 괜찮은 내용을 가진 기사들을 모아 봤다. 다 읽고 내 나름대로 내용을 간단히 정리해 볼 생각이다. REST ] RESTful 웹서비스에 대해 알아보자! Http:/ iamcorean.tistory.com/22. REST ] Security and REST Web Services by Richard Mooney. Http:/ iamcorean.tistory.com/63. REST] The Resource-Oriented Architecture-1. Http:/ greatkim91.tistory.com/13. REST 아키텍처를 훌륭하게 적용하기 위한 몇 가지 디자인 팁. Http:/ spoqa.github.io/2012/02/27/rest-introduction.html. RESTful API를 설계하기 위한 디자인 팁. REST 아키텍쳐에 대한 연재를 시작합니다. 답글 남기기 응답 취소.
빠른 base64 encoding/decoding 구현 by C++ | aro dream
https://arodream.wordpress.com/2015/02/05/빠른-base64-encodingdecoding-구현-by-c
Development, dream, human. 빠른 base64 encoding/decoding 구현 by C. 이번에 필요에 의해 base64 encoding/decoding을 구현해야 할 일이 있었다. 사용하던 라이브러리 (ACE/POCO)에 base64 기능이 있었지만, 라이브러리 전환도 고려해야해서 직접 구현하기로 했다. 이런저런 구현 소스들을 찾아 테스트해본 결과는 다음 코드가 가장 속도가 빨랐다. Static const char MimeBase64[] = {. 8216;A’, ‘B’, ‘C’, ‘D’, ‘E’, ‘F’, ‘G’, ‘H’,. 8216;I’, ‘J’, ‘K’, ‘L’, ‘M’, ‘N’, ‘O’, ‘P’,. 8216;Q’, ‘R’, ‘S’, ‘T’, ‘U’, ‘V’, ‘W’, ‘X’,. Static int DecodeMimeBase64[256] = {. 1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,. Unsigned int e4:6, e...
Google Breakpad를 이용하여 Crash Dump 떨어뜨리기 | aro dream
https://arodream.wordpress.com/2015/04/17/google-breakpad를-이용하여-creash-dump-떨어뜨리기
Development, dream, human. Google Breakpad를 이용하여 Crash Dump 떨어뜨리기. 한 사이트에서 개발한 프로그램이 가끔 이유없이 죽고 있었다. 다른 사이트는 그런 일이 없는데 그 사이트에서만 발생하고 있는 일이었다. 보통은 로그를 이용하여 원인을 파악하는데,. 그 사이트는 로그가 너무 많이 쌓여서 로그 유지 기간이 짧았고,. 반면 프로그램이 다운되는 일은 어쩌다 (한, 두 달에 한 번정도) 발생되는 일이라서 골치가 아팠는데. 이 기회에 Breakpad를 적용해서 해결해 보려고 마음 먹었다. Google breakpad home page : https:/ code.google.com/p/google-breakpad/. Google Chrome처럼, 여러 플랫폼을 지원하는 프로그램을 위한 크래시 덤프를 다루기 위한 툴이다. 좀 더 세부적으로 보면 다음과 같은 부분으로 되어 있다. 실제 배치된 시스템의 덤프를 중앙의 서버로 모으는 작업을 간편하게 작성할 수 있었다.
TOTAL PAGES IN THIS WEBSITE
15
여러분의 방문을 환영합니다.
AroDrake (Vincent) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 2 Years. This deviant's full pageview. Last Visit: 5 weeks ago. This is the place where you can personalize your profile! Window...
tepinchounojo2
S' apropa el estiu. Com ja podeu observar ja hem deixat el hivern de costat i ja estem en primavera. Això vol dir que el estiu ja està a prop i que les vacances també. Bueno espero que podeu aguantar la pressió del últim trimestre. Aquesta és la fotografía de la festa de carnaval que vam celebrar al col·legi, el divendres 20 de febre de 2009. Va estar-hi molt bé i va ser una experiència nova per al curs. Espero que us agradi i petons. La Marató de TV3. Per més informació un clic aqui. Icona de la lluita ...
aro dream | development, dream, human
Development, dream, human. 8216;협업의 기술 (Team Geek A Software Developer’s Guide to Working Well with Others)’. 브라이언 피츠패트릭 (Brian W. Fitzpatrick), 벤 콜린스-서스먼 (Ben Collins-Sussman). 이 책은 소프트웨어 개발자들간의 협업에 대한 이야기를 다룬다. 내용을 보면 개발 팀 관리에서 사용자 관리(? 까지 이 책에서 다루고 있다. 두 지은이가 꽤 오랜시간동안 경험해 온 이야기들을 잘 정리하여 여러 컨퍼런스 및 실전에서 써먹기까지 한 이야기들이라 현실적이라 말하고 있고, 내 생각에도 꽤 적용할 만한 내용들이 많다. 내 코드를 숨길 수 있게 도와주세요. 아직 마무리하지 못한 일을 다른 사람이 본다는 건 아주 불안한 일이죠. 다른 사람들이 진지하게 나를 판단하고 나를 바보라고 생각하는 것만큼이요. 숨긴다는 것은 해로운 것이다. 소프트웨어 개발은 팀 스포츠이다. 환상적인 팀 문화는 ...
Antonio Rodríguez
Martes, 20 de mayo de 2008. Aqui se puede enlazar a tronterias. Enlace con tonterias.com. Veamos la magnifica página de tonterias.com. Miércoles, 23 de abril de 2008. Aqui tenéis el examen de Física para el próximo día. está además resuelto, ¡qué más queréis! Esto es una prueba de una foto de sierra nevada. Suscribirse a: Entradas (Atom). Dpto Ciencias - I.E.S. Beatriz de Suabia. Enlace con tonterias.com. Sevilla, Sevilla, Spain. Profesor del I.E.S. Beatriz de Suabia. Ver todo mi perfil.
Eppur si muove
Miércoles, 1 de abril de 2015. Solucionario de Física y Química 1º Bachillerato. Aquí podrás bajarte el solucionario correspondientes a los ejercicios resueltos del libro de texto. Miércoles, 24 de abril de 2013. Espectro del Cuerpo Negro. Con la siguiente simulación podemos analizar la emisión de energía por parte de los cuerpos al ser calentados y estudiar el espectro del cuerpo negro. En especial se pueden estudiar las leyes de Wien y de Stefan-Boltzmann. Autor de la Simulación:. Si desea tener el arc...
www.arodrig3928.info
This Web page parked FREE courtesy of Domains Priced Right. Search for domains similar to. Is this your domain? Let's turn it into a website! Would you like to buy this. Find Your Own Domain Name. See our full line of products. Easily Build Your Professional Website. As low as $4.99/mo. Call us any time day or night (480) 624-2500.
Index