2008年10月23日
摘要: 一般步驟: 1. 新建一個xsd,把table/view拖进来,会生成一个dataadapter,修改其sql,获得你需要的数据 2.新建一个rpt,数据源选择刚才新建的xsd,把字段拖到合适的位置。 3. 新建一个aspx页面,后台代码 Dim rpt As New RptCustomer ... 阅读全文
posted @ 2008-10-23 12:49 Gu 阅读(865) 评论(4) 推荐(0)
  2008年10月10日
摘要: ETD=estimated time of departure 预计开船时间 ETA=estimated time of arrival 预计到达时间 P/I : Proforma Invoice 商业发票 P/L : PackingList 装箱清单 B.O.L:bill of lading 提单... 阅读全文
posted @ 2008-10-10 10:49 Gu 阅读(1894) 评论(1) 推荐(0)
  2008年10月8日
摘要: 10.00 阅读全文
posted @ 2008-10-08 17:25 Gu 阅读(441) 评论(1) 推荐(0)
  2008年9月28日
摘要: csl_terry(csl_terry) 17:07:50 从www.abc.com/a.html 想通过form action=www.def.com/b.aspx 传值到b.aspx,但这样取不到值,有什么方法从html传值到aspx呢? oliver(Oliver) 17:10:09 用URL... 阅读全文
posted @ 2008-09-28 17:47 Gu 阅读(1476) 评论(0) 推荐(0)
  2008年7月4日
摘要: 基本的技能:50-70' 1.给你的下级明确的指令: definite instruction 在什么时间范围内作什么事情,注意什么,验收标准是什么 2.准确理解上级给出的指令并分解: Request breakdown 3.监控进度和质量 Monitor progr... 阅读全文
posted @ 2008-07-04 17:09 Gu 阅读(398) 评论(0) 推荐(0)
  2008年6月24日
摘要: 新世代交易管理機制~System.Transactions Transaction交易處理在嚴謹度較高的應用程式必備的基本功能,傳統.NET處理交易有兩種途徑,一是使用ADO.NET為主的SqlTransaction,另一就是透過Enterprise Services(COM+)來達成,那新世代的... 阅读全文
posted @ 2008-06-24 18:55 Gu 阅读(566) 评论(0) 推荐(0)
  2008年3月16日
摘要: =CONCATENATE(I2,IF(OR(ISBLANK(I2),ISBLANK(J2)),"",","),J2) 例如 ---I2-------J2----- 01,02,03 09 阅读全文
posted @ 2008-03-16 01:33 Gu 阅读(2692) 评论(0) 推荐(0)
  2007年11月21日
摘要: MyGeneration 的mysql的connection string: Provider=MySqlProv;Data Source=XXX;Integrated Security=;User ID=root;Password=password; 我找来找去都找不到MysqlProv,以为这... 阅读全文
posted @ 2007-11-21 18:01 Gu 阅读(447) 评论(0) 推荐(0)
  2007年8月16日
摘要: http://download.microsoft.com/download/visualstudionet/fix/1.0/win98mexp/en-us/fixxml4.exe其实是一个注册表文件Windows Registry Editor Version 5.00 [HKEY_CLASSES... 阅读全文
posted @ 2007-08-16 10:09 Gu 阅读(482) 评论(0) 推荐(0)
  2007年8月7日
摘要: I see several reference to using the ASP.NET 2.0 Cache object in C# wherethe documentation just shows snippets like this:if (Cache["sometoken"] == nul... 阅读全文
posted @ 2007-08-07 18:28 Gu 阅读(246) 评论(0) 推荐(0)