“strive 6/3 ~ 6/10”
Use
-
[gem] spreadsheet
- read and write Spreadsheet Documents.
-
[gem] rubyXL
- This gem supports operating on xlsx files
Read
-
[nginx] NGINX配置超时时间
- keepalive_timeout
- proxy_send_timeout
- proxy_read_timeout
-
[nginx] Why underscores are forbidden in HTTP header names
- If you do not explicitly set underscores_in_headers on;, nginx will silently drop HTTP headers with underscores (which are perfectly valid according to the HTTP standard). This is done in order to prevent ambiguities when mapping headers to CGI variables, as both dashes and underscores are mapped to underscores during that process.
-
[rails] Generate a new secret token for Rails Apps
- SecureRandom.hex(64)
-
[postgres] sql-vacuum
-
[sql] Use Subqueries to Count Distinct 50X Faster
- Reduce The Data Set