Chinaunix首页 | 论坛 | 博客
  • 博客访问: 8508
  • 博文数量: 5
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 0
  • 用 户 组: 普通用户
  • 注册时间: 2013-03-25 00:02
文章分类
文章存档

2013年(5)

我的朋友

发布时间:2013-03-30 20:35:46

......【阅读全文】

阅读(1763) | 评论(0) | 转发(0)

发布时间:2013-03-25 22:46:40

废话不多说,直接上代码:#include <stdio.h>#include <mysql/mysql.h>#define HOST "192.168.56.2"#define DB "webdevtest"#define USER "webdev"#define PWD "webdev"#define PORT 3306int main(){&nbs.........【阅读全文】

阅读(308) | 评论(0) | 转发(0)

发布时间:2013-03-25 22:46:21

1,字符串连接char *strcat(char *dest, const char *src);char *strncat(char *dest, const char *src, size_t n);英文manual并不难,直接上英文:The  strcat()  function appends the src string to the dest string, over‐writing the terminating null byte ('\0') at the end of  dest,  an.........【阅读全文】

阅读(308) | 评论(0) | 转发(0)

发布时间:2013-03-25 22:45:12

Fedora 18 x86_64 安装流程推荐用live USB 安装,当提示安装配置软件时,进度条要停止一段时间,看硬件性能。这时不要以为当机而重新启动电脑!!!。硬盘安装省事而且快下载Fedora-18-x86_64-DVD.iso镜 像 链接http://mirrors.163.com/fedora/releases/18/Fedora/x86_64/iso/Fedora-18-x86_64-DVD.iso下载grub4dos htt.........【阅读全文】

阅读(1065) | 评论(0) | 转发(0)

发布时间:2013-03-25 00:15:17

第一章 Bios启动电源--Initial北桥--将程序装入内存--读南桥COMS data--建立SMBIOS--POST 北桥控制CPU、内存 南桥控制所有外设 BIOS(Basic Input Output System)的主要作用: 自动检测并进行初始化;  记录系统设置值(如onboard显卡内存大小); 中断处理; 加载操作.........【阅读全文】

阅读(245) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册