- 博客(2)
- 收藏
- 关注
转载 让IIS7.5显示ASP脚本调试信息
默认下,当ASP编程错误时,IIS7.5只显示下字符串, 代码 An error occurred on the server when processing the URL. Please contact the system administrator. <p/> If you are the system administrator please clic...
2010-07-14 11:50:00
210
转载 开始Linux下C编程
工具:vim,gcc,gdb打开终端,输入命令vim hello.c 1 #include <stdio.h>2 int main()3 {4 printf("Hello,Ubuntu\n");5 renturn 0;6 }7 完毕,保存退出,命令:x回到终端,输入gcc -o hello hello.c输入./hello(注意加上./),...
2010-07-03 00:06:00
89
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅