Delphi
原来又是个bug http://qc.embarcadero.com/wc/qcmain.aspx?d=71796 去注册表HKEY_CURRENT_USER\Software\Borland\BDS\5.0\Transfer 一看就明白了![]()
看http://qc.embarcadero.com/wc/qcmain.aspx?d=20086
fpc编译结果一样!
type TVector = array of integer; TMatrix = array of array of integer; procedure TForm1.Button1Click(Sender: TObject); var A, B : TMatrix; C, D : TVector; begin SetLength(C, 2); C[0] := 1; //this duplicates the vector D := Copy(C); D[0] := 2; //correctly shows "1" ShowMessage(IntToStr(C[0])); SetLength(A, 2, 2); A[0,0] := 1; //this should duplicate the matrix B := Copy(A); B[0,0] := 2; //oops: it shows "2" ShowMessage(IntToStr(A[0,0])); end;
要求如下
1、计算机相关专业或数学专业(大专以上);
2、1年以上软件开发经验;
3、熟练掌握Pascal语言,熟练使用Delphi系列开发工具;
4、熟悉SQL Server、Oracle、DB2等数据库中的其中1种;
5、熟悉Internet TCP/IP及Web应用开发、多线程技术、DLL技术;
6、对足彩玩法、足彩过滤软件、相关算法有了解者优先。
7、熟悉Linux,具有Php、Jsp、Asp开发B/S经验者优先。
公司门户网站: http://www.starlott.com/
公司名称; 上海神灯网络科技有限公司
关
关于待遇: 不低于4K,具体凭个人能力而定。
有意者请加QQ:7297996
下了新版本delphi 装好运行就是
---------------------------
Application Error
---------------------------
Exception EStringListError in module rtl100.bpl at 00035145.
List index out of bounds (0).
---------------------------
OK
---------------------------
气人
Universal Share Downloader 可以自动下载各种文件共享网站资源,可以使用delphi编写自己的下载插件(例子代码请看Plugins目录下MyTempDir.src.zip).