上一页 1 ··· 303 304 305 306 307 308 309 310 311 ··· 342 下一页
摘要:   Phone number (123)456-7890 <%@ Page Language="VB" AutoEventWireup="false" CodeFile="TEST.aspx.vb" Inherits="TEST" %> <!DOCTYPE html PUBLIC &qu... 阅读全文
posted @ 2009-05-08 08:16 emanlee 阅读(312) 评论(0) 推荐(0)
摘要: Try to connect to the server via Telnet to verify you can get to the port outside of your application. Try opening up a command prompt, typing "telnet", then in telnet, type the following: o... 阅读全文
posted @ 2009-05-07 22:47 emanlee 阅读(8419) 评论(0) 推荐(0)
摘要: 函数递归调用示例(教材习题5.3,运行结果012345)#include<stdio.h>void fun(int k);void main(){ int w=5; fun(w);}void fun(int k){if(k>0) fun(k-1);printf("%d",k);} 阅读全文
posted @ 2009-05-05 10:00 emanlee 阅读(1349) 评论(2) 推荐(0)
摘要: 2009年春季 十一周 课表 时间 星期一 星期二 星期三 星期四 星期五 时间 上 1 计082 8:00-8:50 2 9:00-9:50 3 10:10-11:00 4 11:10-12:00 下 5 6 7 项目 软061-062 计082 计063 14:10-15:00 8 15:10-16:00 9 答疑 曲江 16:10-17:00 10 17:10-18:00 晚 计081, 7... 阅读全文
posted @ 2009-05-05 08:58 emanlee 阅读(464) 评论(0) 推荐(0)
摘要: C语言程序设计 答疑安排(2009春季 1-10周) 地点: 8-309,如果8-309没开门则到8-308教室。 时间: 黑老师,第六周,周四下午,2:10-4:00 金老师,第七周,周二下午,4:10-6:00 王老师,第八周,周三晚上,7:30-9:00 王老师,第九周,周三晚上,7:30-9:00 李老师,第十周,周三下午,4:10-6:00 李老师,第十一周,周三下午,4:10-6:00... 阅读全文
posted @ 2009-04-30 12:58 emanlee 阅读(238) 评论(0) 推荐(0)
摘要: The Database Publishing Wizard enables the deployment of SQL Server 2005 databases (both schema and data) into a shared hosting environment on either ... 阅读全文
posted @ 2009-04-29 23:40 emanlee 阅读(369) 评论(0) 推荐(0)
摘要: .NET在后置代码中输入JS提示语句(背景不会变白) Page.ClientScript.RegisterStartupScript(Page.GetType(), "message", ""); 引:http://niunan.javaeye.com/blog/248256 阅读全文
posted @ 2009-04-29 23:22 emanlee 阅读(246) 评论(0) 推荐(0)
摘要: 网页加速的14条优化法则 关键字: 网页加速,Web优化,性能优化,YouMonitor.Us 译自:http://developer.yahoo.com/performance/rules.html 最近,YouMonitor.Us在做Web应用性能优化,在网上发现了文章High Performance Web Sites: The Importance of Front-End Pe... 阅读全文
posted @ 2009-04-29 23:13 emanlee 阅读(394) 评论(0) 推荐(0)
摘要: .Net 框架目前逐步在普及了,仍然有很多人在寻找如何让.NET程序脱离.NET框架的方法。 现成的工具有 Xenocode 的postbuidle或者vas,还有 Salamander .NET Linker . 另外还有 MaxToCode 作者以前做的 framework linker. 以及一些支持注册表模拟和文件模拟的打包工具molebox,thinstall等. 最后... 阅读全文
posted @ 2009-04-29 22:57 emanlee 阅读(381) 评论(0) 推荐(0)
摘要: 课程名称 考试时间 监考教室 考试人数 C语言程序设计 第11周周6(2009-05-09) 19:00-21:00 曲江10-401 73 C语言程序设计 第11周周6(2009-05-09) 19:00-21:00 曲江10-407 27 C语言程序设计 第11周周6(2009-05-09) 19:00-21:00 曲江10-408 27 C... 阅读全文
posted @ 2009-04-17 11:45 emanlee 阅读(507) 评论(0) 推荐(0)
上一页 1 ··· 303 304 305 306 307 308 309 310 311 ··· 342 下一页