Arraylists
  Home FAQ Contact Sign in
Search only in:
it.comp.lang.delphi
 
Advanced search
MATCHING GROUPS



more...
Group Profile...
POPULAR GROUPS

more...

found 16 articles for 0.000 sec
Re: the necessity of Lisp's Objects?     

Author: Robert Maas, see http://tinyurl.com/uh3t
Date: Feb 20, 2008 15:25

...a linked list) specialized to java.util.LinkedList (in fact a doubly-linked list), and java.util.ArrayList (like an array). Do you consider Java to be one of today's high-level languages? ... appropriate applications. In Java, a programmer can likewise deal with java.util.LinkedList or java.util.ArrayList. In the languages you cite, a programmer is stuck with no choice available and no way ...
Show full article (9.85Kb) · Show article thread
Re: SQL 2K SSL Connection Problem     

Author: Ekrem Önsoy
Date: Jan 29, 2008 12:19

... Microsoft.GrooveManagementServer.UI.Controls.GMSUIResourceUtility.GetFirstValidUserCulture() at Microsoft.GrooveManagementServer.UI.Controls.GMSUIResourceUtility..ctor(String[] ipUserLanguages, Hashtable& ipRMHashtable, ArrayList& ipSupportedCultures) at Microsoft.GrooveManagementServer.UI.Global.Application_BeginRequest(Object sender, EventArgs e) at System.Web....
Show full article (4.72Kb) · Show article thread
SQL 2K SSL Connection Problem     

Author: Jim Raykowski
Date: Jan 28, 2008 14:49

....GrooveManagementServer.UI.Controls.GMSUIResourceUtility.GetFirstValidUserCulture() at Microsoft.GrooveManagementServer.UI.Controls.GMSUIResourceUtility..ctor(String[] ipUserLanguages, Hashtable& ipRMHashtable, ArrayList& ipSupportedCultures) at Microsoft.GrooveManagementServer.UI.Global.Application_BeginRequest(Object sender, EventArgs e) at System.Web.HttpApplication....
Show full article (3.87Kb)
Re: beginning with ML     

Author: Lauri Alanko
Date: Nov 12, 2007 14:03

..., and rejects some valid code, forcing the programmer to explicitly circumvent it. For example, consider classic (pre-generics) Java. There, I can easily store a string in a vector: ArrayList l = new ArrayList(); l.add("Foo"); but immediately afterwards, I cannot directly retrieve the string: String s = l.get(0); // bad This is a perfectly safe operation, since we the first ...
Show full article (2.25Kb) · Show article thread
XmlStream zwischen zwei Webservern übergeben     

Author: Frank Huster
Date: Aug 17, 2007 08:42

....Seek(0, SeekOrigin.Begin); string XmlPath = Server.MapPath(""); XmlPath = Path.Combine(XmlPath, @"xsd\XSD_AFM_INSERT_STANDBY_2007_08_06.xsd"); Validator xv = new Validator(XmlPath); ArrayList invalidResult = xv.ValidateXML(XMLStandbyTimeStream); return XMLStandbyTimeStream; } } } Gruß Frank
Show full article (5.32Kb)
Wie kann ich ein den Inhalt einer XML in eine SQL Datenbank schrei     

Author: Frank Huster
Date: Aug 15, 2007 14:06

... Dokument durchgeführt: XmlReader xr = XmlReader.Create(JobXml); Validator xv = new Validator(@"C:\Projektierungsseminar\Projektmanagement\checkout\Implementierung\AFM\WebServices\xsd\XSD_AFM_GET_JOBS_2007_08_06.xsd"); ArrayList invalidResult = xv.ValidateXML(JobXml); if (invalidResult.Count == 0) { while (xr.Read()) { //hier fehlt die Logik } } xr.Close...
Show full article (1.80Kb)
Re: C# XML Stream mit XSD validieren     

Author: Frank Huster
Date: Aug 15, 2007 09:52

... Validator { private string XSDPath; private XmlTextReader Reader; private ArrayList ResultList = new ArrayList(); private XmlReader xr; public Validator(string XSD) { this.XSDPath = XSD; } public ArrayList ValidateXML(Stream XMLStream) { ValidatingProcess(XMLStream); return this.ResultList; }...
Show full article (3.48Kb) · Show article thread
Re: Int64 e ciclo for     

Author: Andrea Laforgia
Date: Aug 15, 2007 05:50

... *for...in*? O si tratta di qualcos'altro? Mi riferisco a questo (C++): std::vector<T> v; for (std::vector<T>::iterator it = v.begin(); it != v.end(); it++) { //... //... *it è l'elemento corrente... //... } oppure (Java): ArrayList list; Iterator it=list.iterator(); while (it.hasNext()) { // ... // it.next() è l'elemento corrente... // ... }
Show full article (0.55Kb) · Show article thread
C# XML Stream mit XSD validieren     

Author: Frank Huster
Date: Aug 14, 2007 14:24

...\checkout\Implementierung\AFM\WebServices\xsd\AFM_SEND_STANDBY_2007_08_06.xsd"); ArrayList invalidResult = xv.ValidateXML(XMLStandbyTimeStream); } XMLValidator.cs *************************************** ... Validator(string XSD) { this.XSDPath = XSD; } public ArrayList ValidateXML(Stream XMLStream) { ValidatingProcess(XMLStream); return ...
Show full article (4.55Kb)
FAIL Class-Data-Accessor-0.03 alpha-linux-thread-multi 2.6.16.19     

Author: chris
Date: Apr 30, 2007 03:32

....pm' [MSG] [Mon Apr 30 11:32:16 2007] Extracted 'FormValidator-Simple-0.22/lib/FormValidator/Simple/' [MSG] [Mon Apr 30 11:32:16 2007] Extracted 'FormValidator-Simple-0.22/lib/FormValidator/Simple/ArrayList.pm' [MSG] [Mon Apr 30 11:32:16 2007] Extracted 'FormValidator-Simple-0.22/lib/FormValidator/Simple/Constraint.pm' [MSG] [Mon Apr 30 11:32:16 2007] Extracted 'FormValidator-Simple-0.22/lib/...
Show full article (22.86Kb)
1 · 2 · next