Jason.Yuan

[My Blog,My Repository,My Communication,My Friends,My Success]

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

01 2005 档案

摘要:同一IP绑定多个域名; 通过设置主机头来实现;如www.sina.com;www.google.com;等 阅读全文
posted @ 2005-01-27 13:19 Jason's Blog 阅读(1692) 评论(1) 推荐(0)

摘要:这里只说打印 sub printexcel() on error resume next parent.parent.BodyFrame.Form1.excelData.Export "c:\tempreport.htm", 0, 2 ... 阅读全文
posted @ 2005-01-27 11:52 Jason's Blog 阅读(1279) 评论(1) 推荐(0)

摘要:在此我先列出个人认为最为重要的五大风险,希望大家以各种思维方式来完善风险列表,最终,我将总结给大家! 1. 不合理的进度计划 2. 需求膨胀 3. 人员流失 4. 规约崩盘 5. 人员的低效率 阅读全文
posted @ 2005-01-24 09:24 Jason's Blog 阅读(252) 评论(0) 推荐(0)

摘要:特殊字符在数据库中是以Ascii码表示的; 所以可以通过数据库中的字符函数来表示; Ascii() 和 char() 如: char(13) + char(10) 表示回车键 char(9) 表示tab键 所以删除回车键 replace(a,char(13)+char(10),'') 阅读全文
posted @ 2005-01-21 14:16 Jason's Blog 阅读(1707) 评论(0) 推荐(0)

摘要:DataAccess Application Blockinclude SqlHelper Class and SqlHelperParameterCache Class 阅读全文
posted @ 2005-01-20 17:46 Jason's Blog 阅读(172) 评论(0) 推荐(0)

摘要:酝酿已久的即时消息平台的设计开发正式启动,同时采用在dotNet平台下进行; 阅读全文
posted @ 2005-01-19 15:06 Jason's Blog 阅读(502) 评论(2) 推荐(0)