急聘助理软件工程师(上海)(200分)

  • 主题发起人 主题发起人 sunys
  • 开始时间 开始时间
S

sunys

Unregistered / Unconfirmed
GUEST, unregistred user!
助理软件工程师(上海)
职责:
负责公司现有软件系统的维护及二次开发,软件系统测试等
要求:
1. 熟悉使用Delphi进行Windows下的C/S编程;
2. 熟悉使用MS SQL Server数据库及其SQL语句;
3. 一年以上的工作经验;
4. 熟悉软件编程规范和文档编写规范;
5. 大专及以上学历;
6. 具有良好的团队合作精神;
简历请投:lidandan@jize-cn.com
 
顶一下!!
 
看来工资不会高, 看看.
 
上海太远了,要是贩卖人口的可怎么办呀
 
待遇怎么样啊?我倒可以试试的.还有性别有限制吗 ?
 
可惜现在有工作了,不然我也去,我现在从事ASP,过去是学Delphi的
 
半新手,要不要
 
[:D][:D] 看来很多人合适啊...
我也合适..
要不要MM
 
好多分,我来接分了
 
祝楼主好运,
顺便顶顶你。。。
呵呵,
 
顶下
看来大富翁里有不少富婆啊
呵呵...
 
library adodll;
{ Important note about DLL memory management: ShareMem must be the
first unit in your library's USES clause AND your project's (select
Project-View Source) USES clause if your DLL exports any procedures or
functions that pass strings as parameters or function results. This
applies to all strings passed to and from your DLL--even those that
are nested in records and classes. ShareMem is the interface unit to
the BORLNDMM.DLL shared memory manager, which must be deployed along
with your DLL. To avoid using BORLNDMM.DLL, pass string information
using PChar or ShortString parameters. }
uses
Windows,
Messages,
SysUtils,
Variants,
Classes,
Graphics,
Controls,
Forms,
Dialogs,
IniFiles,
StdCtrls,
ComCtrls,
DB,
ADODB,
ExtCtrls;
type
TADOC = class(TAdoconnection)
private
{ Private declarations }
public
{ Public declarations }
end;
var
ADOC:TADOC;
{$R *.res}
procedure FADOCFREE()stdcall;
begin
adoc.Free;
end;
procedure FADOC(CCMESSAGE,CFMESSAGE,sServer, sDBLogin, sLoginPass, sDBName: String;LoginPrompt,KeepConnection:boolean;ConnectionTimeout:integer) stdcall;
var
ConnPerfix, ConnAftFix: String;
begin
begin
if sDBName='' then
SDBName:='Master';
if sDBLogin<>'' then
begin
//如果使用SQL SERVER验证
ConnPerfix := 'Provider=SQLOLEDB.1;Password='+sLoginPass+';Persist Security Info=false;User ID='+sDBLogin+';Initial Catalog=';
ConnAftFix := ';Data Source='+sServer;//这一段为True则保存密码
end else
begin
//如果使用NT验证
ConnPerfix := 'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=';
ConnAftFix := ';Data Source='+sServer;//
end;

end;
ADOC:=TADOC.Create(application);
ADOC.LoginPrompt:=LoginPrompt;
ADOC.KeepConnection := KeepConnection;
ADOC.ConnectionTimeout := ConnectionTimeout;
ADOC.ConnectionString:=ConnPerfix+sDbName+ConnAftfix;
try
ADOC.Connected:=True;
showmessage('CCMESSAGE')
except
showmessage('CFMESSAGE')
end;

end;

exports
FADOC;
FADOCFREE;
begin
end.
 
怎么不说待遇呢
 
已发简历,同时接点分
 
打开这个网站看 http://www.jize-cn.com 就知道了。
 
我没有经验,不知道要不要?
 
就是,要先说明待遇?C/S现在好象不怎么用了,流行B/S,我做B/S的,要不要?
 
money多少?[8D]
 
后退
顶部