Month: November 2013
-
Post Views: 13 In the process of importing excel files, this kind of problem occurs because the memory allocated to the php program is insufficient, so it is necessary to set the one in php.ini: Memory_limit = 512M, after setting it to 512M, restart the server, you can run normally!
-
Post Views: 11 array_key_exists($row[‘B’], $abrand) Modified to: array_key_exists((int)$row[‘B’], $abrand)
-
Post Views: 8 Now you need to extend the DatePicker, in: https://github.com/trentrichardson/jQuery-Timepicker-AddonThere are plugins that support this extension; The effect is as follows: Now the default is the English interface, the extended function needs to be set to Chinese, and the language setting file needs to be inserted: The result is as follows:
