로또521회 당첨번호



3, 7, 18, 29, 32, 36 + 19 

1등 당첨금 16억원


로또 당첨됬다! 외치고 싶다.

3등 이라도~~~~ 



안철수 후보가 좀전 기자회견에서 


대통령 후보 사퇴하고 


정권교체를 위해 박의종군 하겠다고 말했다.


끝내 단일화를 이루지 못하고, 


후보 사퇴하면서 문재인 후보가 단일후보라고 말해주는...


지켜보는 유권자로 단일화에 대한 수많은 잡음 때문에 


지켜보기가 짜증나서 악풀도 달았지만....


이렇게 안철수 안후보가 후보 사퇴하니...


씁슬해진다.


백의종군이라...


장군이 전쟁에서 패배해 자신의 죄를 씻는 의미로 흰옷을 입고 벼슬 없이 군대를 따른다는 백의종군 [白衣從軍] 


정치를 내려 놓고 시민으로 돌아가지만


정권교체를 위해 뛰겠다는 뜻같다.


멋지다. 안철수. 국민과 약속을 지키는 것이 그 무엇보다 소중한 가치라고 생각합니다. 이말에


당신은 19대 대통령(2017년)이 되길 바랍니다. 




php 문서화 PHPDoc

카테고리 없음 2012. 11. 19. 15:17 Posted by 킁한국인


21.9. Documenting Classes with PHPDoc

21.9.3. Discussion

PHPDoc has a special inline documentation style. By formatting your comments in a particular way, the PHPDoc script can parse your code to not only generate which parameters a function take and what type of variable it returns, but also associate comments and other useful information with objects, functions, and variables.

PHPDoc comments are based on the same formatting and naming conventions as Javadoc. So, to flag a comment block to grab PHPDoc's attention, use a traditional C-style comment but use two asterisks after the opening slash:

/**
* This is a PHPDoc comment block
*/

Inside of a block, certain keywords have special meaning. These keywords all begin with an at sign. Table 21-2 lists the keywords and what they stand for.

Table 21-2. PHPDoc keywords

Keyword

Meaning

@access

Method access: public or private

@author

Package author

@package

Package name

@param

Function parameter

@return

Function return value

@see

See also reference

@since

Debut version of PHP

@var

Object variable

@version

Package release number

A more fully fleshed out example looks like this:

/**
* Example_Class is a sample class for demonstrating PHPDoc
*
* Example_Class is a class that has no real actual code, but merely
* exists to help provide people with an understanding as to how the
* various PHPDoc tags are used.
*
* Example usage:
* if (Example_Class::example()) {
*    print "I am an example.";
* }
*
* @package  Example
* @author   David Sklar <david@example.com>
* @author   Adam Trachtenberg <adam@example.com>
* @version  $Revision: 1.3 $
* @access   public
* @see      http://www.example.com/pear
*/
class Example extends PEAR
{
    /**
    * returns the sample data
    *
    * @param  string  $sample the sample data
    * @return array   all of the exciting sample options
    * @access private
    */
    function _sampleMe($sample)
    {

Any text following a keyword is treated as the value assigned to it. So, in this example, the value of @package is "Example." It can be okay to have two instances of the same keyword, depending upon the situation. For instance, it's perfectly legal to have multiple @param keywords, but it's illegal to have multiple @return keywords.

PHPDoc and the PEAR web site use this information to generate hyperlinked references, so it's important to use a consistent naming scheme, or the cross-references won't work correctly.

To generate PHPDoc, first install the PHPDoc PEAR package. Inside that package is a program named phpdoc; run it from the command line, and use the -s flag to pass in the directory of the source files. By default, documentation is generated in /usr/local/doc/pear/, so be sure the phpdoc program has write permission to that location, or use -d to alter the destination directory.

To permanently modify the default values, edit the values at the top of the script. Pass -h for a listing of all possible command-line parameters.

PHPDoc isn't very efficient, so be patient. Generating documentation may take a while, depending upon the size of your files. A faster program is currently under development.



출처 : http://docstore.mik.ua/orelly/webprog/pcook/ch21_09.htm

"WebSite" 응용 프로그램의 서버 오류


HTTP 오류 401.3 - Unauthorized

웹 서버에서의 이 리소스에 대한 ACL(액세스 제어 목록) 구성 또는 암호화 설정 때문에 이 디렉터리 또는 페이지를 볼 수 있는 권한이 없습니다.






IIS에서 위와 같은 오류가 발생할 경우, 해당 웹사이트 디렉토리에 마우스 오른쪽 버튼 > 속성 > 보안 > 편집 > 추가 에서 Users 계정을 추가해주면 문제가 해결 됩니다.

구글 어필리에이트(google affiliate)

카테고리 없음 2012. 11. 16. 03:24 Posted by 킁한국인

구글 어필리에이트(Affiliate) 서비스


구글이 제휴마케팅 서비스도 시작했다니, 이제야 알았다.

영국에서 서비스하고 있지만, 활성화 된다면 전세계로 확장해 나가겠네요.

아마도 구글 블로그 서비스(www.blogger.com) 활성화를 꾀하는 서비스가 아닐까?

국내에서는 서비스를 안할것 같지만... 

우리나라는 네이버가 독점하고 있으니...




http://buzz.blogger.com/2012/09/google-affiliate-ads-for-blogger-now-in.html





어필리에이트란? http://www.youtu.kr/1024597




다나와 뉴스레터 좀 작작좀 보내죠!

카테고리 없음 2012. 11. 16. 02:03 Posted by 킁한국인

다나와 뉴스레터 좀 작작좀 보내죠! 정보성 없는 광고성 뉴스레터!!


스팸처리해놔서 스팸함에 차곡 차곡 쌓였는데... 


이것도 못보겠어서, 오늘 다나와 로그인해서


뉴스레터 수신거부 처리했다.


마이페이지 > 회원정보관리 > 회원정보 수정 > 메일링 서비스 > 아니오 선택






머 옵티머스G, 베가 R3, 갤럭시 Note2, 갤럭시 S3 순인듯.. ㅋ

나는 아이폰4 써서 왕/세자 급 폰을 써본적이 없다는...

안드로이드 계열 스마트폰이 정말 많다는걸 알았음...


제일모직 고객센터 전화번호 1599-0007

카테고리 없음 2012. 11. 11. 13:27 Posted by 킁한국인


제일모직 고객센터 전화번호 1599-0007


제일모직 브랜드 : 빈폴, 갤럭시, 로가디스, 엠비오, 후부, 구호 등





아이패드 미니 구입 보류

카테고리 없음 2012. 11. 8. 12:47 Posted by 킁한국인




아이패드 미니(1세대)의 해상도는 1024x768 이다.


애플이 레티나 레티나 하면서 눈높이을 올려놓더니, 이번 출시한 아이패드 미니의 해상도는 왜 이래~


아이패드 미니 다음 버전에는 레티나 디스플레이 탑재 되겠죠?


아, 최근에 출시한 삼성의 넥서스10에도 300PPI(픽셀 당 화소스)를 탑재했다고 하네요. 해상도가 2560x1600 (자세한 내용 : http://www.zdnet.co.kr/news/news_view.asp?artice_id=20121030102327 )

300PPI라니! 맘에 듣다. 사고 싶어지는 ㅋ 속도는 바쳐주려나?

그런데! 왜 자꾸 국내 출시를 안하는건지? 넥서스10, 윈도우8 RT를 탑재한 ATIV TAB(265.8x168.1x8.9mm/570g/1366*758 해상도/10.1 HD PLS LCD)


레티나 디스플레이 탑재 제품

iPhone, iPhone4, iPhone4S, iPhone5

iPad Retina 디스플레이(4세대)

Retina 맥북프로 13인치, 15인치





레티나란?

레티나 디스플레이

http://en.wikipedia.org/wiki/Retina_display







참고자료 

PLS(Plane to Line Switching) 패널




삼성전자 에어컨 a/s 전화번호

생활정보 2012. 11. 8. 01:26 Posted by 킁한국인

삼성전자 에어컨 a/s 전화번호


삼성전자 AS센터는 1588-3366

홈페이지상에서 지점 안내 및 예약서비스는 http://www.samsungsvc.co.kr/




'생활정보' 카테고리의 다른 글

질문 답변 하는것도 재미가 있네요.  (0) 2013.11.19
윈도우8 프로 16,300원에 구입하기  (1) 2012.10.26
오체분시 (五體分屍)  (0) 2012.05.08