Bob
Bob
My server is centos 6, with xchacha20poly1305. When I run `./configure`, got error as below: Configuration summary: Support for event library: yes Support for sodium library: yes Support for xchacha20:...
I want to transfer image to base64 format and put base64 codes at bottom of md file as below: ``` ![alt text][image_id] [image_id]: data:image/png;base64,... "Image Tooltip" ``` If that's possible,...
> get_session_key() [1] "ddrvaxfczqv9i5bhf4h34ukq5h86f4jt" > responses
It seemed can only plot per day. Say I want to find peak value in 2 weeks.
I just move to a new server,update from centos 6 to centos 7,but rserve-php work not well. `exception 'Rserve_Exception' with message 'Could not login' in /home/websites/site1/rserve-php/Connection.php:301 Stack trace: #0 /home/websites/site1/rserve-php/Connection.php(215):...
When use PARSER_NATIVE_WRAPPED mode, if the result is a single named num, what I get in PHP is a number. I think I should get a array. Another problem:I can...