Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Xử lý java khi saveall vào database 1 danh sách có nhiều dữ liệu
1. Em có thể lưu dữ liệu tạm ở Local và sau đó save dần dần: tuy nhiên cách này đòi hỏi em phải cứng tay 1 chút trong xử lý I/O cụ thể là làm việc với File, cũng có rủi ro là cái server local có thể bị hết disk. 2. Em có thể sử dụng kafka, em cứ push dữ liệu và kafka, sau đó ở ở đầu consumer, em sẽRead more
1. Em có thể lưu dữ liệu tạm ở Local và sau đó save dần dần: tuy nhiên cách này đòi hỏi em phải cứng tay 1 chút trong xử lý I/O cụ thể là làm việc với File, cũng có rủi ro là cái server local có thể bị hết disk.
See less2. Em có thể sử dụng kafka, em cứ push dữ liệu và kafka, sau đó ở ở đầu consumer, em sẽ lấy ra dần dần và save vào db: cách này thì đơn giản nhưng lại phát sinh thêm chi phí hạ tầng.
Cannot connect to MySQL Workbench on mac m1
Như vậy có nghĩa là chưa cài thành công em ạ, em cần tìm bản tương thích với M1 hoặc cài MySQL qua docker xem sao em ạ.
Như vậy có nghĩa là chưa cài thành công em ạ, em cần tìm bản tương thích với M1 hoặc cài MySQL qua docker xem sao em ạ.
See lessCannot connect to MySQL Workbench on mac m1
Em vào System Preferences > MySQL xem trạng thái đã là running chưa nhé
Em vào System Preferences > MySQL xem trạng thái đã là running chưa nhé
See lessCannot connect to MySQL Workbench on mac m1
Em đã cài và start mysql server chưa? https://dev.mysql.com/downloads/mysql/
Em đã cài và start mysql server chưa? https://dev.mysql.com/downloads/mysql/
See less[Ezyfox Server] Unity game client không gửi được command khi build ra android
Anh build ra máy thật em ạ. Em đã setup quyền internet rồi nhỉ? https://stackoverflow.com/questions/37493936/android-internet-permission-in-unity
Anh build ra máy thật em ạ. Em đã setup quyền internet rồi nhỉ? https://stackoverflow.com/questions/37493936/android-internet-permission-in-unity
See less[Ezyfox Server] Unity game client không gửi được command khi build ra android
1. Em thêm log logger.error("connect to server error: " + ex.Message + ", " + ex.GetType()); ở đoạn này: https://github.com/youngmonkeys/ezyfox-server-csharp-client/blob/master/socket/EzyTcpSocketClient.cs#L76 để xem lỗi thực tế là gì nhé, em cũng cần code 1 xíu để logger hoạt động trên unity nhé. 2Read more
1. Em thêm log
logger.error("connect to server error: " + ex.Message + ", " + ex.GetType());
ở đoạn này: https://github.com/youngmonkeys/ezyfox-server-csharp-client/blob/master/socket/EzyTcpSocketClient.cs#L76 để xem lỗi thực tế là gì nhé, em cũng cần code 1 xíu để logger hoạt động trên unity nhé.2. Game này anh đã từng build ra android rồi em ạ: https://github.com/tvd12/space-shooter, đây là lớp socket của nó: https://github.com/tvd12/space-shooter/blob/master/unity/Assets/Done/Scripts/SocketClientProxy.cs
See less[Ezyfox Server] Unity game client không gửi được command khi build ra android
Em thử thay host bằng tvd12.com, port vẫn là 3305 xem có khác biệt gì không nhé.
Em thử thay host bằng tvd12.com, port vẫn là 3305 xem có khác biệt gì không nhé.
See less[Ezyfox Server] Unity game client không gửi được command khi build ra android
Em có thấy log của android print gì không em? Em đang dùng webview hay là native nhỉ?
Em có thấy log của android print gì không em? Em đang dùng webview hay là native nhỉ?
See less[Ezyfox Server] Cách sử dụng kết hợp Ezyfox Server và EzyHttp cho Unity game
Em ép kiểu về EzyArray rồi lấy theo index 0, 1, .. nhé
Em ép kiểu về EzyArray rồi lấy theo index 0, 1, .. nhé
See less[Ezyfox Server] Cách sử dụng kết hợp Ezyfox Server và EzyHttp cho Unity game
Đây là ví dụ gọi sang google để xác thực em nhé: https://github.com/tvd12/ezyfox-examples/blob/master/ezyhttp-login/src/main/java/org/youngmonkeys/example/ezyhttp/login/service/impl/GoogleService.java#L77
Đây là ví dụ gọi sang google để xác thực em nhé: https://github.com/tvd12/ezyfox-examples/blob/master/ezyhttp-login/src/main/java/org/youngmonkeys/example/ezyhttp/login/service/impl/GoogleService.java#L77
See less