Sady Home

Note my coding life

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

随笔分类 -  Other

摘要: 阅读全文
posted @ 2010-02-25 16:05 Sady 阅读(199) 评论(0) 推荐(0)

摘要: 阅读全文
posted @ 2008-12-10 17:07 Sady 阅读(489) 评论(0) 推荐(0)

摘要: 阅读全文
posted @ 2008-11-12 11:46 Sady 阅读(509) 评论(0) 推荐(0)

摘要: 阅读全文
posted @ 2008-10-10 10:10 Sady 阅读(437) 评论(0) 推荐(0)

摘要:I am coding a system (Supply Chain Management)to fit a sparrow company.Just finished the whole structure, but there wereso manybugsMaybe this is the reason, one system one programmer. 阅读全文
posted @ 2008-09-22 01:56 Sady 阅读(187) 评论(0) 推荐(0)

摘要:Just left HUAWEI to start my new career - design OA system. This is my first fork to design and program SCM (Supply Chain Management) system. I'm not clear whether it is right to do this choice. But ... 阅读全文
posted @ 2008-09-15 18:41 Sady 阅读(162) 评论(0) 推荐(0)

摘要:As an employee in VPT: I apply for promotion to Associate Manager on the basis of demonstrated performance in Web development and application deployment. Since joining our company on Nov 8, 2004, my ... 阅读全文
posted @ 2008-03-11 11:38 Sady 阅读(421) 评论(0) 推荐(0)

摘要:What is XLink? XLink is short for the XML Linking Language XLink is a language for creating hyperlinks in XML documents XLink is similar to HTML links - but it is a lot more po... 阅读全文
posted @ 2007-12-11 09:38 Sady 阅读(370) 评论(0) 推荐(0)

摘要:What is XQuery? XQuery is the language for querying XML data XQuery for XML is like SQL for databases XQuery is built on XPath expressions XQuery is supported by all the major dat... 阅读全文
posted @ 2007-11-19 16:20 Sady 阅读(436) 评论(0) 推荐(0)

摘要:What is XSL-FO? XSL-FO is a language for formatting XML data XSL-FO stands for Extensible Stylesheet Language Formatting Objects XSL-FO is a W3C Recommendation XSL-FO i... 阅读全文
posted @ 2007-11-07 17:53 Sady 阅读(426) 评论(0) 推荐(0)

摘要:To continue XPath: Selecting Nodes (VBScript) set xmlDoc=CreateObject("Microsoft.XMLDOM") xmlDoc.async="false" xmlDoc.load("books.xml") xmlDoc.selectNodes(path expression) For example: xmlDoc.selectN... 阅读全文
posted @ 2007-10-27 01:55 Sady 阅读(288) 评论(0) 推荐(0)

摘要:最近被FORECAST TOOLS设计开发搞得焦头烂额。东西很早就做出来了,可那些分布在世界各地的SALES MAN就是不肯使用。其实对于我们来说,它的使用是件很简单的事情。只要数据录入及时准确,想要什么样的报表都可以生成。但最终用户不接受,它的设计就是不成功,这个项目就不成功。 原先一直埋怨SALES MAN懒惰、无理取闹,但分析思考后觉得,问题不在他们,作为APPLICATION DEVELO... 阅读全文
posted @ 2007-10-25 09:30 Sady 阅读(216) 评论(0) 推荐(0)

摘要:在EXCEL中添加一个按钮(Command Button),当点击时触发事件 Private Sub cmdButton_Click() Dim cnnDB As ADODB.Connection Dim cmdDB As ADODB.Command Dim rsFC As ADODB.Recordset Dim strSQL As String Dim I... 阅读全文
posted @ 2007-10-24 14:14 Sady 阅读(276) 评论(0) 推荐(0)

摘要:What is XML? XML stands for EXtensible Markup Language XML is a markup language much like HTML XML was designed to describe data XML tags are not predefined. You must d... 阅读全文
posted @ 2007-10-23 11:22 Sady 阅读(271) 评论(0) 推荐(0)

摘要:HTML是轻松驾驭了,但也遇到几个很少用的标识: Tag Description NN IE DTD ... 阅读全文
posted @ 2007-10-17 10:39 Sady 阅读(280) 评论(0) 推荐(0)

摘要:What are Web Services? Web services are application components Web services communicate using open protocols Web services are self-contained and self-describing Web services can be di... 阅读全文
posted @ 2007-10-15 12:29 Sady 阅读(162) 评论(0) 推荐(0)

摘要:IE: Firefox: 阅读全文
posted @ 2007-10-14 22:52 Sady 阅读(115) 评论(0) 推荐(0)

摘要:1. ASCII control characters Binary Decimal Hex ... 阅读全文
posted @ 2007-10-12 17:50 Sady 阅读(1102) 评论(2) 推荐(0)

凭飞堂