Latest News
Đẩy log exception của spring boot lên elasticsearch
  • About
  • EmEditor
  • Register Google Adsense

Love Coding

Note anything I want

  • Home
  • Web Development
    • HTML
    • Javascript
    • jQuery
    • CSS
    • PHP
    • ASP
    • JSP
    • Fix Bug
  • Other Development
    • Desktop Java
    • Mobile J2ME
    • VBS
  • Operating System
    • Windows
    • Linux
  • Database
    • MySQL
    • Oracle
  • Software

Đẩy log exception của spring boot lên elasticsearch

HuyPV
Add Comment
9:45 AM
 Có ứng dụng viết bằng spring boot, ghi log text ra file application.log. Nhiều chỗ bắt Exception nhưng vẫn dùng logger.info chứ không dùng ...
Read More →

Reload hay restart nginx sau khi thay đổi config

HuyPV
Add Comment
5:19 PM
 Đang dùng nginx trên Windows, chạy dạng service với NSSM để chia tải tới các node của ứng dụng Cần phải thay đổi config. Sau khi thay đổi k...
Read More →

nginx timeout 499 vs 504

HuyPV
Add Comment
5:40 PM
Phân tải api tới các node bằng nginx server {  listen 8899;  location / {     proxy_pass http://allbackend;     add_header Real-NodeInfo $up...
Read More →

Có cần nohup khi chạy ứng dụng ngầm không

HuyPV
Add Comment
5:06 PM
 Chạy lệnh java -jar app.jar & với nohup java -jar app.jar & thì khác nhau thế nào? Lệnh ko có nohup thì output sẽ tiếp tục văng ra ...
Read More →

Chia nhỏ file để gửi mail

HuyPV
Add Comment
10:48 AM
Server không có kết nối internet, không được cắm USB, có thể nhận file qua mail nhưng mỗi file không quá 50M thì phải làm sao? Chia file to ...
Read More →

invalid source release 11 gradle build

HuyPV
Add Comment
4:46 PM
Vấn đề: Có project code trên IDE Spring Tool Suite, lúc chạy Debug As - Spring Boot App thì ứng dụng vẫn okie. Nhưng khi build, chạy comman...
Read More →

Sửa lỗi nginx Too many open files

HuyPV
Add Comment
10:35 PM
 Áp dụng trên server linux của mình thì như sau là được: Bước 1: sudo systemctl edit nginx.service Thêm dòng [Service] LimitNOFILE=10001 Bướ...
Read More →
Chạy PerfMon Server Agent trên windows bị lỗi EXCEPTION_ACCESS_VIOLATION
Windows

Chạy PerfMon Server Agent trên windows bị lỗi EXCEPTION_ACCESS_VIOLATION

HuyPV
Add Comment
2:22 PM
Đang vọc vạch test tải server với JMeter trên Windows (môi trường cụ thể cá nhân đang dùng là Windows 11 Pro, JMeter 5.5). Để theo dõi RAM v...
Read More →
Older Posts Home
Subscribe to: Posts ( Atom )

Categories

  • ASP
  • Bootstrap
  • CSS
  • English
  • Fix Bug
  • Git
  • HTML
  • Ionic
  • j2me
  • Java
  • Javascript
  • jQuery
  • JSP
  • Laravel
  • Linux
  • MySQL
  • nginx
  • Oracle
  • PHP
  • React Native
  • Shopify
  • Software
  • symfony
  • Technology
  • VBS
  • vbulletin
  • Windows
  • Wordpress
  • Yii2
Quảng cáo

Popular Posts

  • VBS - Upload file HTTP Post
    Source: http://www.ericphelps.com/scripting/samples/Reference/Web/HTTP_POST.txt   Sub Upload(strUploadUrl, strFilePath, strFileField, strD...
  • Add other collapse div to your forum
    Collapse <div style="height: 16px; padding-right: 4px; font-weight: bold;" class="blockhead"> <span style=...
  • Use the YouTube API with PHP
    Process and integrate data from YouTube into your PHP application with PHP's SimpleXML extension Summary:   The YouTube vide...
  • Check Laravel version
    Đối tác bảo đang code và dùng Laravel, giờ muốn biết version Laravel tương ứng là bao nhiêu để xem mà code theo. Làm sao check? Cách 1: Sử...
  • Trong laravel thì queue:work với queue:listen khác nhau thế nào?
    Trong laravel thì queue:work với queue:listen đều chạy jobs trong queue. Vậy 2 cái này cũng phải có gì đó khác nhau chứ, nếu ko thì nó là ...
  • Hàm chuyển từ ngày dương lịch sang âm lịch (PHP)
    <?php function INT($d) {     return floor($d); } function jdFromDate($dd, $mm, $yy) {     $a = INT((14 - $mm) / 12);     $y = $yy + 4800 ...
  • Character Set và Collation trong MySQL là gì? Tạo DB thì để UTF8_GENERAL_CI hay UTF8_BIN
    Character Set là một tập các ký tự và dạng số hóa của các ký tự đó Collation là một tập các luật để so sánh các xâu được sinh ra từ các ký ...
  • git checkout file from other branch
    Đang làm trên nhánh dev. Muốn lấy 1 file, ví dụ: xxx/helper.php ở trên nhánh master về dev thì làm thế nào? Cách 1: nông dân nhiều bước nh...
  • mysql_error: Undeclared variable: INF
    mysql_error: Undeclared variable: INF PHP Code: $limit = 10; $page = isset($_GET['p']) ? $_GET['p'] : 1; $offset = ($pa...
  • Download media files (video, audio) from VnExpress.Net
    Download media files (video, audio) from VnExpress.Net Example: http://vnexpress.net/GL/Vi-tinh/Giai-tri/2010/02/3BA18A0E/page_4.asp htt...
Back to top!
Copyright 2010 Love Coding - All Rights Reserved Design by Newbie_PC - Powered by Blogger