诚聘 开发部经理、Delphi程序员: 1年以上工作经验。(200分)

  • 主题发起人 主题发起人 xtsoftware
  • 开始时间 开始时间
X

xtsoftware

Unregistered / Unconfirmed
GUEST, unregistred user!
开发部经理:
1:有进销存或ERP系统开发经验;
2:有相当的财务知识,业务理解能力强;
3:能独立完成系统设计、编码、测试工作;
4:熟悉面向对象程序设计思想,精通Delphi,熟悉VCL架构;
5:有三层应用系统开发经验;
6:有领导和协调开发团队的能力;
7:本科以上学历,能熟练阅读Delphi的英文帮助。
基本工资: 4~6K/月
高级程序员:
1:有进销存管理系统开发经验,对业务理解能力强;
2:熟悉面向对象程序设计思想,代码规范;
3:有三层应用系统开发经验;
4:大专以上,能熟练阅读Delphi的英文帮助。
基本工资: 3~5K/月
工作地点;
佛山市禅城区
有意者请将个人简历发至XTSoftware@163.com 或QQ联系284532035(验证信息:Delphibbs),最好附上你在DFW的ID。
 
学历是大概的要求,非必要条件,但E文要求却是不能少的。如果不借助翻译工具,能看明白TDataSet的这段帮助,特别是能准确翻译里面的术语,就应该OK了, 嘿,要求不高吧?
TDataSet is the base class for all dataset components that represent data in rows and columns.
Description
TDataSet introduces the basic properties, events, and methods for working with data.
Many of these properties, events, and methods are abstract in TDataSet. Abstract declarations are declarations without implementations. At the TDataSet level they cannot be used or accessed. Developers must use or derive descendants of TDataSet that redeclare and implement these abstract methods. Many of the other TDataSet methods are declared and implemented in TDataSet as virtual methods, but the implementations are merely stubs that are reimplemented in descendants.
TDataSet has several descendants: TBDEDataSet, TCustomADODataSet, TIBCustomDataSet, TCustomSQLDataSet, and TCustomClientDataSet.
TBDEDataSet is the base class for datasets that access their data using the Borland Database Engine (BDE). TBDEDataSet descendants include TTable, TQuery, and TStoredProc. Developers who create custom dataset components that use the BDE derive them from TBDEDataSet, TDBDataSet, TQuery, TStoredProc, or TTable.
TCustomADODataSet is the base class for datasets that access their data using ActiveX Data Objects (ADO). TCustomADODataSet descendants include TADODataSet, TADOTable, TADOQuery, and TADOStoredProc. Developers who create custom dataset components that use ADO derive them from CustomADODataSet.
TIBCustomDataSet is the base class for datasets that directly access the data in InterBase tables. TIBCustomDataSet descendants include TIBDataSet, TIBTable, TIBQuery, and TIBStoredProc. Developers who create custom dataset components that directly access data in an InterBase database derive from TIBCustomDataSet.
TCustomSQLDataSet is the base class for unidirectional datasets. Unidirectional datasets are read-only datasets that permit only forward navigation. TCustomSQLDataSt descendants include the dbExpress datasets TSQLDataSet, TSQLQuery, TSQLTable, and TSQLStoredProc. Developers who create custom dataset components that use dbExpress to access their data derive from TCustomSQLDataSet.
TCustomClientDataSet is the base class for in-memory datasets. Client datasets can work with data from files on disk or with data provided by another component via a provider. They cache that data in memory, maintain a record of any changes in a change log, and apply cached updates at a later point back to the source of the data. Developers who create custom datasets that store their data in an in-memory cache derive from TCustomClientDataSet.
Developers can also derive custom dataset components directly from TDataSet, providing their own mechanisms for accessing and manipulating the data.
 
E文不好,但是基本能明白,哈哈
思路重要
 
工资不高。
要求也很低。
顶一个
 
这英文太简单了吧
连我这英语盲都能看明白
你还考谁呀
 
听朋友说,这个公司不怎么样,工资3K-6K去了以后,实际就是给3K
 
谢谢楼上
 
大富翁的人气还是不错的,一下子就有不少的回应。
TO 嬉皮笑脸:
多谢你的评价,我们会努力做得更好。
这几年公司新入职的程序员很少,都是我经办,绝对不会出现说个大概的薪水范围,就来上班,到时给个最低值。大家都是程序员,薪水待遇可含糊不得。再说,碰到这种情况,你的那个朋友会来?
公司虽然不大,经营还算正规。有同事进出,也属正常,大家也多有联系。
 
80%能看懂~~顶一个~想找个实习单位~
简历已发~
 
To: zl24528819
很抱歉,公司暂时没有适合实习生的职位。
 
佛山好地方,
 
在佛山,这个工资算是高的了,lz做什么的?最近我也在佛山这边混,有时间聊聊
 
做行业的MIS,不敢称ERP!
 
TO: 郭玉梁:
请加我QQ, 284532035.
 
包不包吃住!
 
楼主态度很不错,帮顶
 
只有中午餐。
 
TDataSet是所有以行集和列集形式表示数据的数据集组件的基类
描述
TDataSet提供了与数据交互的基本属性,事件和方法。
这些属性,事件和方法中有很多是抽象类型的,只有声明,没有实现,在TDataSet层面上不能使用或访问这它们。开发者的TDataSet派生类必须实现这些抽象方法。TDataSet的许多其它方法被声明为虚拟方法,并提供了基本的实现,派生类通常会覆写这些虚拟方法。
TDataSet has several descendants: TBDEDataSet, TCustomADODataSet, TIBCustomDataSet, TCustomSQLDataSet, and TCustomClientDataSet.
TDataSet有一些派生类:TBDEDataSet, TCustomADODataSet, TIBCustomDataSet, TCustomSQLDataSet和TCustomClientDataSet

TBDEDataSet是采用BDE技术访问数据的数据集组件的基类。TBDEDataSet的派生类有TTable,TQuery和TStoredProc。开发者可以从TBDEDataSet, TDBDataSet, TQuery, TStoredProc或TTable继承开发他们自己的基于BDE数据访问技术的数据集组件

TCustomADODataSet是采用ADO数据访问技术的数据集组件的基类,它的派生类有TADODataSet, TADOTable, TADOQuery和TADOStoredProc。开发者可以从CustomADODataSet继承开发自定义ADO数据集组件。
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
几乎是一样的。
 
不错,分先给你留着。
 
一年工作经验恐怕很难达到你所说的要求
 

Similar threads

D
回复
0
查看
744
DelphiTeacher的专栏
D
D
回复
0
查看
749
DelphiTeacher的专栏
D
D
回复
0
查看
764
DelphiTeacher的专栏
D
D
回复
0
查看
2K
DelphiTeacher的专栏
D
D
回复
0
查看
2K
DelphiTeacher的专栏
D
后退
顶部