Результаты поиска

  1. FINDME

    why a code can run in JS, but the result is nothing?

    I want to create a MD5 HASH in javascript, the code is below: var hexcase = 1; /* hex output format. 0 - lowercase; 1 - uppercase */ var b64pad = ""; /* base-64 pad character. "=" for strict RFC compliance */ var chrsz = 8; /* bits per input character. 8 - ASCII; 16 - Unicode...
  2. FINDME

    mysql question: it alwasy timeout

    hello, when I run a SQL to update MySQL database, it will take about 1 mins to finish. and this SQL can work prefect in NAVICAT, but fail in ProjectMaker. It seems that the max time for run a SQL in ProjectMaker is 30s, or it will fail. how can I fix this bug?