Search:

Type: Posts; User: pancham

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,149

    Re: Secure MD5 hashing in PHP

    Yes, there are ways md5 hashes calculated backward. This means mostly just that one "finds" a string that yields the same hash. To do that it needs more or less complex algorithms and processing...
  2. Re: Access from command line using the PowerShell

    The advantage of this approach is that it will find a log file using a SQL-like syntax can process. However, syntax and capabilities of this software is as comprehensive and thus correspondingly...
  3. Replies
    4
    Views
    615

    Re: Compatibility with CSS

    The problem lies in how each browser, while supporting a property, apply. A huge example. Explorer 5 Windows supports the use of keywords to define the size of fonts, but does so in its own way,...
  4. Replies
    4
    Views
    765

    Re: Optimization in MySQL

    A trick that can save you time on all the instructions sent to the server is to use a simple system of permits: essentially, completely avoid to give permissions at the table level or column, and...
  5. Replies
    3
    Views
    1,729

    Re: How to use TextStream in VBScript?

    The next step is to read the value contained in the text file, which is then incremented and written in a text file. Note the difference between access to the file for writing and reading in reading...
  6. Replies
    3
    Views
    2,084

    Leafing through the HardDisk

    The purpose of this application is to display the contents of the harddisk, as does Windows Explorer. The first step is to see the folders and files in the root:

    <SCRIPT Language=vbscript>
    <! - ...
  7. Replies
    4
    Views
    572

    Re: Hardware and software for HDML

    There are also cards that are defined by the marker:

    <NODISPLAY>
    </ NODISPLAY> which refers to a card that does not display anything on the LCD screen but just "do something" or returns a value,...
  8. Re: Importing large quantities of records in MySQL DB

    At the very least missing a parenthesis at the end of SQL. You would try the following code:

    for i = 0 To UBound (strLine1)
    If i = 0 Then
    strValore1 = Trim (strLine1 (i))
    ...
  9. Replies
    6
    Views
    1,561

    Re: How to add VBScript code in a page

    Surely if we talk about HTML could discuss hours to decide whether it is a better editor or another, but for more sophisticated languages such as VBScript editor that does not give a great help, and...
  10. Replies
    5
    Views
    1,568

    Re: Objects in VBScript

    To use an object you must create an instance that is declared and a name. To do this you use the CreateObject command. The syntax for creating an object is:

    September ObjectName = CreateObject...
  11. Replies
    3
    Views
    1,459

    Re: Fat Jar Eclipse problems

    Instead <Mainclass.class> use the name of the class to be executed, as given below :

    java-cp TestSWT_fat. <Mainclass.class> jar In Eclipse under File ---> Import / Export as Jar ----. ..... The...
  12. Re: Character not moving with Arrow keys in Actionscript 3

    The following steps will definitely help you to create the game in flash.

    Make your character (a square is enough). Then convert your 2-character symbol and name it "player".
    Go into the...
  13. Re: Synchronize a producer thread and a consumer thread in C#

    The Consumer object also defines a method called ThreadRun. As the producer ThreadRun version of this method is executed by an active thread created by the Main method. However, the consumer version...
  14. Replies
    4
    Views
    1,182

    Re: Information about Windows API code Pack

    To create the library (except the DirectX relevant features), you need Visual Studio 2008. The entire contents of the package "WindowsAPICodePack.zip" provision should be unpacked into a new folder....
  15. Replies
    8
    Views
    792

    Re: How to use External declarations in XML?

    Another aspect of an XML document to its dependence on any external declaration. We have seen that an XML document can depend on a DTD file. It is also possible that the document there are references...
  16. Replies
    5
    Views
    876

    Re: What is the HTML editor?

    HTML tags that are not in need of closure, because their function is not to mark an item, but to provide different information. From time to time we will indicate which items they need for closure...
  17. Replies
    7
    Views
    1,174

    Re: What is a Journaling file system in Linux?

    Journaling is the ownership of these file systems, to recall the partial operations that make an upgrade. Ext2 is, or if it was not the standard file system for Linux, was created by Wayne Davidson,...
  18. Replies
    5
    Views
    1,331

    Re: Inode number and file structure in Linux

    When the file is very large, some places refer to another block which may also contain another block address. This principle is called "indirection" and it is valid for three levels, so there is a...
  19. Replies
    8
    Views
    1,529

    Re: Best Linux File System of All

    If you speak of NTFS, well ... uh ... it is not bad but ... hum. He has good overall functionality but especially for huge gaps that make it unworthy of a filesystem under 15 years ... Nothing but...
  20. Re: MDB closes completely after print command via VBA

    OK, and what is remaining with my questions?



    This should be installed in install mode. Also there should be no Users to be logged out of the admin on the session 0th. Then can not hurt to...
  21. Re: MDB closes completely after print command via VBA

    Do you ensure that all printers and all profiles are affected? If yes, it could of course be due to the MDB. Have you been a new built and tested? Which version of Access on the TS installed? What SP...
  22. Replies
    10
    Views
    1,915

    Re: What is PERL and what are its uses?

    I would like to suggest you that it would be really better if you complete some certification in this programming language. Do not assume that you are a programmer, but there will certainly be...
  23. Re: How do I include one file inside another in HTML?

    Preprocessing modus operandi include the C preprocessor and other generic text manipulation methods, and numerous HTML-specific processors. Be cautious of making your "source code" non-portable....
  24. Replies
    5
    Views
    2,811

    Re: Silverlight Treeview examples in VB

    The following code example shows a simple TreeView control. To use the XAML, you need to change the ownership Source of objects Image to an absolute or relative URL of an image on your computer. The...
  25. Re: Parameter number increases continuos - AJAX / JSP

    Just struts (hopefully 2.x) offers very good alternatives - velocity and free marker. And may eliminate the flexibility it gives a groovy view (Which to me is a bit too flexible). Since JavaScript...
  26. Replies
    5
    Views
    654

    Re: Experience with portlets

    I think the issue has recently matured properly. Yet some time ago as the JSF integration does not have works really well (for the Liferay Portal and offices MyFaces, Hello World has worked ok but...
  27. Re: How to read Zip files without having to download them on Web Server!?

    Well, I understand the chain up to the last line, but in turn three, I see no relation to the first. You should check the following coding:

    URL url = new URL;
    URLConnection conn =...
  28. Replies
    5
    Views
    945

    Re: Hibernate with Java Persistence API

    Java-based Application Programming Interface is the latest version of Java Data Objects (JDO) technology is the persistent technology previously used by developers. APP is the latest standard Java...
  29. Replies
    5
    Views
    2,234

    Re: JSF example url? Parameter Help!!

    Can also use a normal output link you just ... but basically all this is less beautiful, because content of the Faces Lifecycle is first left, only to enter it right after again. The advantage of...
  30. Replies
    5
    Views
    1,427

    Re: Session Sharing Java portlets / PHP

    We used the idea to hold two sessions, and sync-but this is a nerve-racking act as a solution we had just one layer made "stupid" in our case, PHP. Php must therefore invite each call, the session...
  31. Replies
    5
    Views
    969

    Re: Which Framework for Web Applications?

    The most important thing for me was nevertheless mentioned: very clear separation between design and programming, no XML, no scripting language, hardly Tags. :whistling I have made with Spring and...
  32. Re: Google Web Toolkit - an ideal framework for Web applications?

    If you look at GWT is sometimes considered more closely in terms of an XSS but bad if one is in charge of security, right? As a framework with respect to Java and HTTP remoting, I can recommend DWR....
  33. Re: Should we use an embedded application server in Java?

    In your case I would program a little Standalonesolution without any server. Such a thing is quickly created with Java board funds. Furthermore, this software is indeed a little give to Swing front...
  34. Re: Entitymanager handling with JPA in Swing application

    It eats problematic indeed. But if you have a dialogue, can you look at it as kind of "request", and corresponding Session Management installed. However, one must consider carefully how the life...
  35. Replies
    6
    Views
    1,836

    Re: CRUD application with Wicket

    But actually I now have not answered the real question. I think that accurately represents the use of components of the stimulus. Instead of packing all sorts of components on one "side", one can...
  36. Replies
    7
    Views
    1,544

    Re: JPA implementation issues

    Very true. It should be stressed here is that the statement refers to non-managed environments (ie in the event that you generated EMF and EM programmatically). Can you can inject themselves the EM...
  37. Replies
    7
    Views
    1,602

    Serialization and serialVersionUID in Java

    I recently had with a colleague, a very controversial discussion on "Serialization and serialVersionUID. And I started the discussion with the following designs and ideas put forward. :cool:

    If a...
  38. Replies
    5
    Views
    948

    Re: Problem with jre of jdk1.5.0_04

    I could also be a multiple installation problem. In the event that launched eclipse.exe no longer wants, or by double-clicking only a short blast of failure is to listen, it is possible that Eclipse...
  39. Replies
    5
    Views
    2,873

    Re: What is an interceptor in Java EE 5?

    One of the most used interceptors is the transaction interceptor. These interceptors are applied to all the BO, so that "if the method completed successfully, a commit is made of the connection, but...
  40. Replies
    4
    Views
    1,147

    Re: Automation OpenOffice using Java

    I'm very intrigued by your convert function and would also like to use for my development with OO, but I would understand it better before. The sticking point is that I do not understand how the...
  41. Replies
    3
    Views
    2,125

    Re: Search on java with Compass

    Search with pager

    Once the index can be searched easily. Wrapper for the results:


    public class implements Serializable (ResultsWrapper

    totalResults private Integer;
    TotalPages...
  42. Replies
    3
    Views
    2,125

    Re: Search on java with Compass

    Indexing disk

    Indices for the indexing information can be stored on disk or database. Also available is the ability to store this information in a distributed fashion using distributed databases,...
  43. Replies
    3
    Views
    2,125

    Re: Search on java with Compass

    Configuration

    Configuration is done via a XML file. In this example the configuration file will be src / compass.cfg.xml:


    <Compass - core - configuration>
    <Compass>
    <! -...
  44. Replies
    3
    Views
    2,125

    Search on java with Compass

    Compass is an open source framework based on Lucene. The aim of Compass is to facilitate the difficult task of making a powerful and fast search engine using Java technology. The purpose of this post...
  45. Re: Can WEBDEV easily used in web applications?

    An eCommerce website is essentially designed to sell products. The HMI of the site and its intuitiveness are fundamental to achieving this goal. The fundamental advantage of WEBDEV in this area is...
  46. Replies
    7
    Views
    1,607

    Re: Problem using Java.util.Timer

    I do not quite understand the code, I imagine missing keys or something. :blink: java.awt.Timer released only after three seconds and ends. If you want to do something every three seconds, you have...
  47. Replies
    5
    Views
    1,627

    Re: How to intercept all Throwable an application?

    I would like to discuss about how to intercept all Throwable an application?! In a graphical application exceptions are triggered from the thread dedicated to the display. It is not possible to catch...
  48. Replies
    4
    Views
    2,286

    Re: Eclipse not compiling my Java file

    In Java 1.4, there is only untyped lists: one can poke objects of any type and must at always cast to the desired type "," where a lot of funny mistakes can occur, if not all objects in the list of...
  49. Replies
    5
    Views
    3,491

    Re: Scheduling in EJB3 Timer Service

    I think that before knowing about the scheduling in EJB3 timer service, you should know about the basic things. Scheduled tasks are a reality in JEE applications: tables must historicize, alarms...
  50. Replies
    9
    Views
    1,050

    Re: Information on Java Card

    Java Card aspires to describe a smart card standard that permits the identical applet to run on dissimilar smart cards, much like how a Java applet runs on different computers. As in Java, this is...
Results 1 to 50 of 202
Page 1 of 5 1 2 3 4
Page generated in 1,711,718,876.78210 seconds with 33 queries