No Image

NodeJS – All about

September 16, 2018 hung-nb 0

Basic Update node engine How to run shell command and get output? Non-stream formatted output Output stream Reference how-to-run-shell-script-file-or-command-using-nodejs How to write API requests? GraphQL […]

No Image

Android: All about layout

September 14, 2018 hung-nb 0

[h2]Optimize nested layout[/h2] The less (nesting level) the better Stop using layout_weight in LinearLayout “Tools > Layout Inspector” to inspect Layout

No Image

Android: All about Network

September 14, 2018 hung-nb 0

[h2]How to identify APIs being requested?[/h2] Use “View > Tool Windows > Android Profiler” tool to inspect network traffic. You may need to enable advanced […]

No Image

SQL: All about image

September 14, 2018 hung-nb 0

How to insert image file as blob data (varbinary(max)) MS SQL [sql]insert TEMP_UPLOAD_IMAGE (UploadInspectionId, FileName, Data) values (1002666, ‘IMG_20180823_061350847.jpg’, (SELECT BulkColumn FROM OPENROWSET(BULK N’D:\_temp_\IMG_20180823_061350847.jpg’, SINGLE_BLOB) […]