摘要:专注的重要性本月初,中国三位棋手出征富士通杯世界围棋八强战,结果全军覆没,其中目前在国内等级分排名第一、最让人期待的古力输给了状态很差的宋泰坤,令重庆队主教练杨一非常恼火:“古力已经22岁了,可是他的性格还很不成熟。
他的爱好太多,有时候还是管不住自己。”——爱好太多不好吗?小学老师不是一直鼓励我们要爱好广泛吗?我该如何处理我的爱好?
也许古力只能自怨:为什么自己是一个“天才”而不是一个平常人?也许他和国内其他几个同样被冠为“天才”的前......
摘要:software raid for linuxhttp://andyy2573.52blog.net/more.html?name=kernel&id=174024我想大家也聽過raid 吧! 它能夠保護你的資料, 或是增加讀取的效能,或是把數個硬碟結合在一起。正如大家所知道raid 也有hardware raid 和software raid 之分。hardware raid 是透過硬體的支援令os 認為它是一個device。而software ......
port linux 2.6.11.7 kernel to s3c2410(SMDK2410)上一页 ...cross_compile ?=/toolchain/bin/arm-linux- ##according to your situationb>make menuconfig.... 【相关文章:
惊艳>>>>红旗5】 【扩展阅读:
New life begin...】the following is my configuration 【扩展信息:
[原创]我的校园网认证之路!】 # # automatically generated make config: dont edit # linux kernel version: 2.6.11.7 # mon may 2 14:26:10 2005 # config_arm=y config_mmu=y config_uid16=y config_rwsem_generic_spinlock=y config_generic_calibrate_delay=y config_generic_iomap=y # # code maturity level options # config_experimental=y config_clean_compile=y config_broken_on_smp=y # # general setup # config_localversion="" # config_swap is not set config_sysvipc=y # config_bsd_process_acct is not set config_sysctl=y # config_audit is not set config_log_buf_shift=14 # config_hotplug is not set # config_ikconfig is not set # config_embedded is not set config_kallsyms=y # config_kallsyms_all is not set # config_kallsyms_extra_pass is not set config_futex=y config_epoll=y config_cc_optimize_for_size=y config_shmem=y config_cc_align_functions=0 config_cc_align_labels=0 config_cc_align_loops=0 config_cc_align_jumps=0 # config_tiny_shmem is not set # # loadable module support # config_modules=y # config_module_unload is not set config_obsolete_modparm=y # config_modversions is not set # config_module_srcversion_all is not set config_kmod=y # # system type # # config_arch_clps7500 is not set # config_arch_clps711x is not set # config_arch_co285 is not set # config_arch_ebsa110 is not set # config_arch_camelot is not set # config_arch_footbridge is not set # config_arch_integrator is not set # config_arch_iop3xx is not set # config_arch_ixp4xx is not set # config_arch_ixp2000 is not set # config_arch_l7200 is not set # config_arch_pxa is not set # config_arch_rpc is not set # config_arch_sa1100 is not set config_arch_s3c2410=y # config_arch_shark is not set # config_arch_lh7a40x is not set # config_arch_omap is not set # config_arch_versatile is not set # config_arch_imx is not set # config_arch_h720x is not set # # s3c24xx implementations # # config_arch_bast is not set # config_arch_h1940 is not set config_arch_smdk2410=y ...
下一页 摘要:一,前言 tcp(transfer control protocol)传输控制协议是一种面向连接的协议,客户端和服务端的连接是可靠的,安全的. sockets最早是作为bsd规范提出来的,并已成为unix操作系统下tcp/ip网络编程标准,但是,随着网络技术的不断进步, sockets的应用范围已不再局限于unix操作系统和tcp/ip网络,但是我这次主要介绍是基于linux上的socket编程,但所有 示例程序都在sco以及linux上编译通过,并且运行......