这个人很懒,暂无签名信息
//main.cpp #include #include #include #include #include #include int foo(void) { int fd = 0; fd = open(1.log,O_RDWR | O_CREAT | O_APPEND,0644); /* 1.log的文件描述符是fd */ if( -1 == fd) {...
1 把前面的Guest网站复制到www目录下 2 在地址栏敲http://localhost:8080/guest/ 进入该网站,发现没有导入数据库 3 新建一个标签,在地址栏输入http://localhost:8080/phpmyadmin/ 用户名为root密码为123456登陆数据库系统并点击Import 4 点击浏览,找到sql文件,再点击执行 5 出现导...