· KLDP.org · KLDP.net · KLDP Wiki · KLDP BBS ·
Wiki Sand Box


-- hani1211 2008-12-24 15:29:57

1. Æ®·¹ÀÌ´×

  • ÁøÇÏ°Ô
  • ¾Æ·¡¹ØÁÙ ¤»¤»¤»
  • H2O22+

1.1. Æ®·¹ÀÌ´× ¼­ºê1

1.2. Æ®·¹ÀÌ´× ¼­ºê2

2. Æ®·¹ÀÌ´×2




2.1. Æ®·¹ÀÌ´×2-1

2.2. ¼­ºê¸Þ´º 1´Ü°è

2.2.1. ¼­ºê¸Þ´º 2´Ü°è

  • 1

3. À̹ø¿£ Å©°Ô Çغ¸ÀÚ

4. Large Text

½ÃÀÛ?

//OpenGL void main() { int aa; int bb; int sum; }


5. Large Text

{{°¡´Â°Å¾ß}}

6. Æ÷¸ÅÆÃ

  • º¼µå
  • ÀÌÅŸ¯
  • º¼µå&ÀÌÅŸ¯
  • ¹ØÁÙ¹®ÀÚ <- ¹ØÁÙÀº ¾îµð°¬³ª?
  • Áö¿öÁø¹®ÀÚ
  • e=mc2 e=mc2
  • H2O

7. ¸®½ºÆ®

  • º°Ç¥¸¦ »ç¿ëÇϸé
  • ÀÌ·¸°Ô ³ª¿Â´Ù
    1. ÀÌÁ¦ ¼ýÀÚ·Î
    2. Ç¥ÇöÇغ¸ÀÚ
  • ´ë¹®ÀÚ ·Î¸¶ÀÚ
    1. ·Î ÀüȯÇϸé
    2. Â¥ÀÜ
      1. ´Ù½Ã ¼Ò¹®ÀÚ·Î
      2. ³ªÅ¸³À´Ï´Ù
    3. ´ë¹®ÀÚ ¾ËÆĺª
      1. ¼Ò¹®ÀÚ ¾ËÆĺª
      2. ±×¸¸ÇÏÀÚ.

8. Å×À̺í

  • indent Çϳª ³Ö°í º¸¸é?
    1¿­ 2,3¿­ 4¿­
    ³ª ³Ê ¿ì¸® ±×µé
    ¿Þ ÂÊ Á¤·Ä

    1 2 4
    2

9. crypto - OpenSSL cryptographic library


10. int i2d_RSAPublicKey(RSA *a, unsigned char **pp)


RSA±¸Á¶Ã¼·Î ºÎÅÍ °ø°³Å°¸¦ ÃàÃâÇÏ´Â ÇÔ¼ö

a : RSA±¸Á¶Ã¼ÀÇ Æ÷ÀÎÅÍ

pp : °ø°³Å°¸¦ ÀúÀåÇÒ ÁÖ¼ÒÀÇ Æ÷ÀÎÅÍ

¸®ÅÏ°ª : °ø°³Å°ÀÇ ±æÀÌ

<¿¹Á¦>
//Å°»ý¼º f4=BN_new(); BN_set_word(f4,RSA_F4); rsa=RSA_new(); ret = RSA_generate_key_ex(rsa,1024,f4,NULL); if( !ret ) return ret; //°ø°³Å°¸¦ ÃàÃâÇÔ if ((len = i2d_RSAPublicKey(rsa, NULL)) == 0) return(-1);

11. RSA * d2i_RSAPublicKey(RSA **a, unsigned char **pp, long length)

RSA ±¸Á¶Á¦¿¡ °ø°³Å°¸¦ ¼³Á¤ÇÔ

<¿¹Á¦>
RSA* rsa; rsa = d2i_RSAPublicKey(NULL, &p, len);


12. ¾È¸ÔÁö?

Upload new Attachment "ÇÁ¸°Æ®.jpg" ÀÌ·¸°Ô ÇÏ¸é µÇ³ª?


°£´Ù¤¿¾Æ¾Æ¾Æ¾Æ~



13. Å×½ºÆ®?

Å×½ºÆ®

Èì?

14. Headline text

2[http]link title$$ Insert formula here $$ Insert non-formatted text here


hm.. i still don't get this.. bold??



15. Hello, world! +_+

#include <stdio.h> int main(void) { printf("Hello, world! +_+\n"); return 0; }

#include <objc/objc.h> #include <objc/Object.h> @interface Host : Object - (void) sayHello; @end @implementation Host : Object - (void) sayHello { printf("Hello, world! +_+\n") @end int main(void) { Host *hostObj = [Host alloc]; [hostObj sayHello]; return 0; }

public class HelloLauncher { public static void main(String[] args) { System.out.println("Hello, world! +_+"); return; } }

echo "Hello, world! +_+"

print "Hello, world! +_+"

print "Hello, world! +_+\n";





¤±¤¤¤·

sdfsdfsdfs -- segenny 2006-10-29 19:07:24

= 32132132 1= -- segenny 2006-10-29 19:07:47

sdsadas

Tomoyo:kldpÅ×½ºÆ® Tomoyo:FindPage TomoyoUtf8:kldpÅ×½ºÆ® TomoyoUtf8:FindPage

TomoyoWiki:kldpÅ×½ºÆ® -- tomoyo 2006-11-23 17:40:44

Umm.. -- vandy 2006-12-22 12:26:58

³È³È ³È³È ³È³È Å×½ºÆ®´Ù

16. ¾Æ¿ì ¾÷·Îµå¸¦ ¾î¶»°Ô


==À§Å°¸¦ ¹è¿öº¼±î¿ä.

Å×½ºÆ®ÀÔ´Ï´Ù. http://wiki.kldp.org -- flipper27 2007-01-10 15:54:02

123 -- prattler22 2007-01-22 15:34:31

Å×½ºÆ®.. -- jinushun 2007-03-21 10:43:46

dafadsfadsfda -- jgnam 2007-03-27 04:20:35

test Áß.¤» -- ssamtwo 2007-06-12 09:19:18

vfasdf -- s2oup 2007-06-27 21:37:12

ffffffff

17. À§Å°


17.1. À§Å°3


Çϳª

À̹ÌÁö ¾÷·Îµå Å×½ºÆ® -- johlim 2007-07-05 19:50:03

¾î¶»°Ô¾²´Â°ÅÁö? -- potato1291 2007-08-01 21:30:34

¤·¤©¤¤ -- spacemin 2007-08-07 17:11:48




safdfaf -- pkh0104 2007-10-12 11:01:35

Å×½ºÆ® -- aimsky 2008-03-07 12:10:21

Å×½ºÆ® -- aimsky 2008-03-07 12:13:24

4555 -- ÀÓ´ëÇö 2010-06-19 14:39:49

111

if True: do(1, "asdf", r"asdf") else: pass
-- sodecho 2011-01-05 19:19:05

captcha
Username:

this is a test of the kldp wikiUpload new Attachment "Example.mp3"

18. À§Å° »ç¿ë¹ý °øºÎÁß

ÀÌ·¯¸é µÇ´Â °ÍÀΰ¡?
  • Á¤¸»Àΰ¡?

batman.jpg
[JPG image (44.68 KB)]

ApplicationFrame.png
[PNG image (22.78 KB)]

19. TEST

À§Å°¸¦ ¹è¿ö¾ß Çϴµ¥
  • ÀÌ°Ô ÀüºÎ´Â ¾Æ´Ñ°ÅÁÒ?
  • ¿¡Çô
    1. test
1 2 3
a b c
#include <stdio.h> int main(void) { printf("Hello, world! +_+\n"); return 0; }
½ÃÀÛ?

-- pkh0104 2007-10-12 10:53:56

captcha
Username:

vim Å×½ºÆ®
import java.lang.* import java.util.* class void main Exec extend aaa(){ }


20. µé¿©¾²±â ¹ö±×?

20.1. 1¹ø µé¿©¾²±â

  • ³»¿ë
  • ³»¿ë2

20.2. 2¹ø µé¿© ¾²±â

  • µÇ³Ä?
  • ¤§¤§¤§
  • µé¿©¾²±â´Â ¹ö±×°¡ ÀÖ´Â °Ç°¡...???

20.3. ¼¼¹ø°µµ..

  • ŸÀÌƲÀº µé¿© ½áÁö´Ù ¸»¾Æ ¹ö¸®³× ¤¡-;

21. À¯´ÏÄÚµå ÀÔ·Â Å×½ºÆ®

  • &#x0278: ÆÄÀÌÀÇ ¹ßÀ½±âÈ£ (IPA ¿µ¿ª)
  • &#x56ef: ³ª¶ó ±¹ÀÚÀÇ °£Ã¼

22. Tour

Keywords Tour from ¿ìºÐÅõ

More links or more deeper

Total 1 related keywords

  1. ¿ìºÐÅõ

23. Test


#include <stdio.h.> int main() { printf("Hellow, world!\n"); retrun 0; } -- elack98 2016-03-23 21:22:53




sponsored by andamiro
sponsored by cdnetworks
sponsored by HP

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2016-09-06 17:52:34
Processing time 0.0208 sec