Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In
Continue with Google
Continue with Facebook
or use


Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here
Continue with Google
Continue with Facebook
or use


Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.


Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Continue with Google
Continue with Facebook
or use


Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have a permission to ask a question, You must login to ask question.

Continue with Google
Continue with Facebook
or use


Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

Stack Ask

Stack Ask Logo Stack Ask Logo

Stack Ask Navigation

  • Home
  • About Us
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • About Us
  • Contact Us

monkey

Enlightened
Ask monkey
1 Follower
88 Questions
Home/ monkey/Answers
  • About
  • Questions
  • Answers
  • Best Answers
  • Asked Questions
  • Followed Questions
  • Favorite Questions
  • Posts
  • Comments
  • Followers Questions
  • Followers Answers
  • Followers Posts
  • Followers Comments
  1. Asked: May 25, 2022In: SQL

    Xử lý java khi saveall vào database 1 danh sách có nhiều dữ liệu

    Best Answer
    monkey Enlightened
    Added an answer on May 25, 2022 at 4:52 am

    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.
    2. 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.

    See less
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  2. Asked: May 19, 2022In: Database

    Cannot connect to MySQL Workbench on mac m1

    monkey Enlightened
    Replied to answer on May 19, 2022 at 9:17 am

    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 less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  3. Asked: May 19, 2022In: Database

    Cannot connect to MySQL Workbench on mac m1

    monkey Enlightened
    Replied to answer on May 19, 2022 at 7:35 am

    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 less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  4. Asked: May 19, 2022In: Database

    Cannot connect to MySQL Workbench on mac m1

    monkey Enlightened
    Added an answer on May 19, 2022 at 7:04 am

    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
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  5. Asked: May 9, 2022In: Unity

    [Ezyfox Server] Unity game client không gửi được command khi build ra android

    monkey Enlightened
    Replied to answer on May 10, 2022 at 10:13 am
    This answer was edited.

    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
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  6. Asked: May 9, 2022In: Unity

    [Ezyfox Server] Unity game client không gửi được command khi build ra android

    monkey Enlightened
    Replied to answer on May 10, 2022 at 3:19 am
    This answer was edited.

    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
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  7. Asked: May 9, 2022In: Unity

    [Ezyfox Server] Unity game client không gửi được command khi build ra android

    monkey Enlightened
    Replied to answer on May 10, 2022 at 1:01 am

    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
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  8. Asked: May 9, 2022In: Unity

    [Ezyfox Server] Unity game client không gửi được command khi build ra android

    monkey Enlightened
    Added an answer on May 9, 2022 at 8:18 am

    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
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  9. Asked: May 5, 2022In: Unity

    [Ezyfox Server] Cách sử dụng kết hợp Ezyfox Server và EzyHttp cho Unity game

    monkey Enlightened
    Replied to answer on May 9, 2022 at 8:16 am

    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
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  10. Asked: May 5, 2022In: Unity

    [Ezyfox Server] Cách sử dụng kết hợp Ezyfox Server và EzyHttp cho Unity game

    monkey Enlightened
    Replied to answer on May 6, 2022 at 9:50 am

    Đâ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
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
1 2 3 … 23

Sidebar

Ask A Question

Stats

  • Questions 554
  • Answers 1k
  • Best Answers 63
  • Users 291
  • Popular
  • Answers
  • monkey

    [Deep Learning] Làm thế nào để xác định được cái ...

    • 16 Answers
  • Tú Trần Anh

    [Ezyfox Server] Unity game client không gửi được command khi ...

    • 12 Answers
  • Thưởng Đặng Văn

    Multiple tenant multiple database .net core

    • 10 Answers
  • monkey
    monkey added an answer 1. Em có thể lưu dữ liệu tạm ở Local… May 25, 2022 at 4:52 am
  • Hoàng Kiếm
    Hoàng Kiếm added an answer Huy ơi bạn đã thử login bằng command, mysql -u… May 21, 2022 at 5:42 am
  • tvd12
    tvd12 added an answer public class EzyEventLoopGroup { private final EzyRoundRobin eventLoops; private final… May 19, 2022 at 2:20 pm

Top Members

tvd12

tvd12

  • 63 Questions
  • 1k Points
Enlightened
monkey

monkey

  • 88 Questions
  • 588 Points
Enlightened
Nguyễn Thái Sơn

Nguyễn Thái Sơn

  • 140 Questions
  • 220 Points
Professional

Trending Tags

.net core abstract class analytics android ansible anti-flooding apache poi api async asyncawait atomicboolean backend backend nestjs bash script batch bean big project binding bitcoin blockchain blog british buffered build bundle c# cache caching callback career career path cast centos chat cloud cloud reliability commit company content-disposition contract cors cosmos css database datasource datastructure decentralized exchange deep learning design-pattern devops dex distraction programing docker download draw.io du học dữ liệu lớn eclip editor employee english erc20 erc721 eth ethereum ethereum login extensions exyfox ezyfox ezyfox-boot ezyfox-server ezyfoxserver ezyhttp facebook fe flutter freetank french front-end frontend fullstack fulltextsearch future game game-box game-room game-server get git go golang google grapql grpc guide hazelcast hibernate hibernateconfig html http https indexing intellij interface interview io ipfs isolate issue it java javacore java core javascript java spring javaw java web job jpa js json jsp & servlet jvm jwt kafka keep promise kerberos keycloak kotlin language languague library load-balancing log log4j log4j-core login lưu trữ machine learning macos math maven merge messaging metamask microservice model msgpack multiple tenant multithread multithreading mysql n naming naming convention netcore netty nft nft game nio nodejs non-blocking io opensource optimize orm pagination pancakeswap panic pgpool phỏng vấn pointer postgresql pre programming promise push message android python python unicode question queue rabbitmq reactive reactjs reactjs download recyclerview redis request resource rest roadmap ropssten ropsten rust rxjava schedule search security server shift jis singleton sjis slack smart contract socket soft delete sosanh spring spring-boot-test spring-jpa spring aop spring boot springboot spring data jpa spring redis spring security springsecurity sql sql server sse stackask storage stream structure trong spring boot system environment variables thread threadjava thymeleaf totp tracking location unit test unity upload file vector view volatile vue vue cli web3 web3 client webpack websocket windows 11 winforms work zookeeper

Footer

Stack Ask

Stack Ask is where Developers Ask & Answers. It will help you resolve any questions and connect you with other people.

About Us

  • Meet The Team
  • About Us
  • Contact Us

Legal Stuff

  • Terms of Service
  • Privacy Policy
  • Cookie Policy

Help

  • Knowledge Base
  • Support

Follow

© 2021 Stack Ask. All Rights Reserved
Powered by youngmonkeys.org