07 2018 档案
摘要:Hosts文件用于本地调试,或手动设置一个域名应该被解析到哪个IP地址,在修改时会发现需要管理员权限才能修改保存,这个时候我们可以这样做 找到Hosts文件,将Hosts文件复制到桌面。(Windows 7系统Hosts文件路径为:C:\WINDOWS\system32\drivers\etc\ho
阅读全文
摘要:在修改自己主机E:\wamp\apache\conf中的httpd.conf中的站点位置后,重新运行Apache时,出现对话框提示“the requested operation has failed” 根据网上一些文章分析大致可能出现两个问题:第一个是80端口被占用,或者是配置httpd.conf
阅读全文
摘要://利用链表的方式给输入的项边插入排序边进行合并同类项;#include<stdio.h>#include<stdlib.h>struct Function//一元多项式{ int coef;//系数; int exp;//指数; struct Function *next;};struct Fun
阅读全文
摘要:1 #include 2 #include 3 #include 4 #include 5 #include 6 # include 7 #define NULL 0 8 unsigned int key;//无符号限制整型 9 unsigned int key1; 10 struct node//建立节点; 11 { 12 int f; ...
阅读全文

浙公网安备 33010602011771号