Search:

Type: Posts; User: kyosang

Page 1 of 9 1 2 3 4

Search: Search took 0.08 seconds; generated 34 minute(s) ago.

  1. Cannot update firmware on Kingston HyperX 3k SSD

    I am using a Kingston HyperX 3k SSD 120Gb and there is a problem updating firmware on it. I have purchased it recently and using it first time. When I in my admin account the SSDNow Software updater...
  2. Replies
    4
    Views
    6,091

    Re: Mixed SLI - mix different video cards

    Beautiful work Inigo. The 55nm will run then probably only 192 or pots? Probably difficult to find that out about the performance because the differences are so small but I would know the likes. On...
  3. Thread: Voice over IP

    by kyosang
    Replies
    11
    Views
    3,424

    Re: Voice over IP

    While the average time allowed for a phone call is about 3 minutes, Internet access to the user is typically connected from 20 to 30 minutes, which means that during this time no one can make use of...
  4. Replies
    13
    Views
    4,743

    Re: Samsung CLP-300 Colour Laser Printer

    Regarding toner consumption could be the first day, seeing as I printed a few dozen A4 photos, so to speak, as the cartridges were empty and empty and it looked as though due to only 100-200 pages a...
  5. laptop Dell 1525 not charging battery while Direct Charger runs computer.

    i am facing having this problem first occasionally then it become permanent. so i have seen a solution to upgrade BIOS but my battery is not charged that required 10% initially charging, and there is...
  6. Replies
    10
    Views
    3,172

    Re: Difference between LAN and WAN

    In the Red WAN (Wide Area Network) can establish communications with:

    Point to Point Links. They are known as private lines, and that his record is permanent and fixed.
    Circuit switching: A...
  7. Replies
    6
    Views
    1,293

    Re: Exception Handling in Singleton

    I do not think that using a framework like Spring or the programmatic use of some Dependency Injection without Framework necessarily an "alternative implementation of the form" is, especially in...
  8. Replies
    6
    Views
    1,836

    Re: CRUD application with Wicket

    Note the 'Pull' model, ie the current state of isVisible () is calculated again and again. Often attached to it so complicated technical requirements, such as:

    public boolean isVisible () ( ...
  9. Replies
    7
    Views
    1,602

    Re: Serialization and serialVersionUID in Java

    My arguments have yet a small mistake by the way: the calculation of the implicit serialVersionUID does not happen when loading the class but the first time you serialize / deserialize an instance....
  10. Re: Can WEBDEV easily used in web applications?

    WebDev is a CASE tool. It integrates all Sundry accounts receivable and utilities necessary for the creation, development, dissemination and maintenance of a site. The deployment is of course totally...
  11. Re: Error "java.util.Arrays.mergeSort (Unknown Source)"

    Given a binary tree A, we note F (A) the average depth of leaves of A. If all permutations of elements in the input are equally likely, then the average number of comparisons for sorting comparisons...
  12. Replies
    7
    Views
    1,014

    Re: Problems in Socket Applet

    Indeed, it is troubling. In this case, it is not impossible to imagine a security restriction to your own browser. What do you use as your browser? Anyway, unless you only use your applet, it will...
  13. Replies
    7
    Views
    1,104

    Re: Introduction to JAVA language

    It is also a portable language, meaning it adapts to a variety of different platforms. This is one of the qualities of Java (which leads to a quality defect that we will speak just after). With a...
  14. Replies
    2
    Views
    16,488

    Well, you can get the firefox version 1.5 or can...

    Well, you can get the firefox version 1.5 or can still using Internet Explorer. I recommend firefox which comes with many extensions that you can play with. Browsers are clearly not equal in terms of...
  15. Replies
    6
    Views
    873

    Re: What is the Memtrack in PHP?

    The purpose of this extension is to detect the most memory hungry scripts and functions. Memtrack tracks memory consumption in PHP scripts and produces reports (warnings) when the consumption reaches...
  16. Re: What is an Error Handling and Newspapers in PHP?

    It is recommended to use the historical errors rather than displaying errors on the production sites. It is a necessary development, but should never be used on a production system. The directive...
  17. Replies
    5
    Views
    1,048

    Re: What is an Advanced PHP Debugger?

    To build APD under Windows you must install a PHP compilation environment as described on http://php.net/: in fact, you need Microsoft Visual C + +, win32build.zip, bison / flex, and d ' a little...
  18. Replies
    5
    Views
    891

    Re: What is Connection Handling in PHP?

    If you do not tell PHP to ignore the disconnect, and the user disconnects, the script is finished which is also explained by the 'MELTRONICS'. I would like to discuss on this. The only exception is...
  19. Replies
    5
    Views
    618

    Re: How to use Remote Files in PHP?

    I would like to tell you that in PHP 4.0.3 and newer, to use the URL handlers, you must configure PHP with - enable-url-fopen-wrapper. Also you will have to keep in mind that versions of PHP for...
  20. Replies
    5
    Views
    896

    Re: What are the PHP Data Objects?

    PDO uses class constants since PHP 5.1. Older versions use global constants in the form PDO_PARAM_BOOL. The following are some more predefined constants :

    PDO:: PARAM_INPUT_OUTPUT (integer) -...
  21. Replies
    5
    Views
    758

    Re: Explain me about dbx in PHP!!

    There are two types of resources used by the dbx module. The first is the object associated with connection to the database, the second is the result of a query. The following are the predefined...
  22. Replies
    5
    Views
    1,327

    Re: What is the Mcrypt in PHP?

    The following are the Predefined Constants, that are defined by this extension, and are only available when the extension has been compiled into PHP or dynamically loaded at runtime.

    ...
  23. Replies
    5
    Views
    999

    Re: What are the MCVE (Monetra) in PHP?

    If you install without specifying the path of your installation libmonetra, PHP will attempt to search the site default installation of libmonetra (/ usr / local). If Monetra (MCVE) is a non-standard...
  24. Re: What is an Authentication Services - RADIUS in PHP?

    You should follow the steps mentioned below while using the Radius Service :

    First, you will have to retrieve a radius resource
    Then configure the library
    After that create the request
    ...
  25. Replies
    6
    Views
    840

    Re: What is the KADM5 in PHP?

    The following function is useful for setting the password.
    kadm5_init_with_password - Opens a connection to the KADM5 library using the principal and the password password to obtain initial...
  26. Replies
    5
    Views
    747

    Re: What are an Autoloading Classes in PHP?

    Prior to PHP 5.3.0, the exception thrown from the function autoload could not be intercepted by a block catch and caused a fatal error. Since PHP 5.3.0 +, they can be intercepted in wrestling, to an...
  27. Replies
    5
    Views
    1,242

    Re: How to use return() in PHP?

    If return () is called from the main script, then script execution stops. If the current script is auto_prepend_file and auto_append_file to php.ini. After doing this your script will stop. As with...
  28. Replies
    5
    Views
    1,676

    Re: How to use Do-While Loop in PHP?

    The do-while loops are very similar to while loops, but the expression is checked at the end of each iteration rather than the beginning. The main difference from regular while loops is that the...
  29. Re: How to use Else and Else If Statement in PHP?

    Instructions after the else are executed if the if expression is FALSE, and if not followed by the expression elseif - only if they evaluated to FALSE. elseif, as its name suggests, is a combination...
  30. Replies
    5
    Views
    734

    Re: How to Switch from HTML to PHP?

    You can also use more advanced structures, like I have given below :


    <?php
    if ($expression) {
    ?>
    <strong>This is true.</strong>
    <?php
    } else {
    ?>
  31. Replies
    5
    Views
    974

    Re: How to Inject SQL Statements in PHP?

    Many web developers are unaware of opportunities to manipulate SQL queries, and assume that the SQL commands are safe. This means that SQL queries are able to circumvent controls and audits, such as...
  32. Replies
    5
    Views
    1,093

    Re: How to Encrypt Database in PHP?

    The SSL / SSH protects data traveling between server and client, but SSL / SSH does not protect data once in the database. SSL is a protocol in line. It is recommended to establish connections to the...
  33. Replies
    5
    Views
    799

    Re: Dangerous Variable Usage in PHP

    The following is an Example of the Dangerous Variable usage :


    <?php
    unlink ($evil_var);

    fwrite ($fp, $evil_var);

    system ($evil_var);
    exec ($evil_var);
  34. Replies
    6
    Views
    675

    Re: What is class RarException in PHP?

    The following are the Inherited methods that are used for class RarException :

    final public string Exception:: getMessage (void)
    final public Exception Exception: getPrevious (void)
    final...
  35. Replies
    5
    Views
    1,314

    Re: How to use RAR archive in PHP?

    You can use the PECL installation wizard to install the Rar extension, using the following command: pecl-v install rar. You can also download the tar.gz package and install Rar manually. WinRAR can...
  36. Replies
    5
    Views
    1,513

    Re: How to Create Phar Archives in PHP?

    All Phar archives contain the following three to four sections :

    A container
    A manifest describing the contents
    The contents of the file
    A signature (optional) to check the integrity (only...
  37. Replies
    5
    Views
    1,568

    Re: Why we use PHAR in PHP?

    You can use the Phar:: convertToExecutable to convert a phar archive to another file format executable phar archive. One thing you will have to keep in mind that this method requires that the...
  38. Replies
    6
    Views
    959

    Re: What is LZF in PHP?

    LZF is a very fast compression algorithm, ideal for saving space with only slight speed cost. It can be optimized for speed or space at the time of compilation. You don't have to install any external...
  39. Re: What are the Functions Control Terminal Screen in PHP?

    ncurses (new curses, new sliders) are a free cursors emulation of System V Rel 4.0 (and higher). It uses terminfo format, supports numeric keypads, colors, multiple colors, the characters of form and...
  40. Replies
    5
    Views
    1,437

    Re: What is the Garbage Collection in PHP?

    A garbage collection process is run when a session is initialized, for example, when you call the session_start( ). You can also increase the reference count of zval. The following coding explains...
  41. Replies
    4
    Views
    623

    Re: What are the Properties of XForms?

    You can use the bind element to bind XForms properties to XForms data, since this is one feature of the XForms. In the example described below, the <bind nodeset="person/lname" required="true()">...
  42. Replies
    5
    Views
    817

    Re: HTTP authentication with PHP

    While doing the coding for the HTTP authentication, there are some things that you should keep in mind. Be careful when coding the HTTP header. To ensure maximum compatibility between browsers, the...
  43. Replies
    4
    Views
    683

    Re: What Filters are Available in PHP?

    There are three types of filters available for PHP and those are :

    Conversion Filters
    Compression Filters
    Encryption Filters

    This extension filters data by either validating or...
  44. Replies
    4
    Views
    716

    Re: Why we use OpenAL in PHP?

    The following are the OpenAL Functions, that are commonly used :

    openal_buffer_create - Generate OpenAL buffer
    openal_buffer_data - Load a buffer with data
    openal_buffer_destroy - Destroys...
  45. Replies
    4
    Views
    1,126

    Re: What are an ID3 tags in PHP?

    The following are some functions that ID3 uses :

    id3_get_frame_long_name - Get the long name of an ID3v2 frame
    id3_get_frame_short_name - Get the short name of an ID3v2
    id3_get_genre_id -...
  46. Replies
    4
    Views
    941

    Re: What are the Reserved Words in PHP?

    I think that you should first understand the concepts of the reserved words. There are some words that have special meaning in PHP. These are nothing but the Reserved Words. Some represent objects...
  47. Re: How to Create and use custom classes in VB 6.0?

    In VB6, we use all the time objects. All controls that we put on a form (which is itself an object) are objects. In VBA for Excel, we manipulate objects Range (cell range), Worksheet (spreadsheet),...
  48. Replies
    4
    Views
    2,808

    Re: What are HTA in Programming Language?

    An HTML Application (HTA) is a Microsoft Windows application written with HTML and Dynamic HTML. HTAs can be made from regular HTML files by simply changing the file extension to .hta. The power to...
  49. Re: How to create a Smart Tag DLL in Visual Basic?

    To create and set up the DLL project, you should follow the steps given below :

    Double-click on ActiveX DLL, presented in the New Project dialog box.
    Then click Project1 Properties on the...
  50. Replies
    4
    Views
    2,045

    Re: About Google Calendar

    The first thing is to create a Google account. After doing that you will have to use INET control (Microsoft Internet Transfer Control 6.0) to communicate with Google servers. After preparation, all...
Results 1 to 50 of 435
Page 1 of 9 1 2 3 4
Page generated in 1,711,626,469.28417 seconds with 17 queries