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

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
Home/ezyfox-server

Stack Ask Latest Questions

nhân lê tuấn
  • 0
nhân lê tuấnBeginner
Asked: April 21, 2022In: Unity

Lựa chọn giao thức cho game idle/simulator: Websocket hay HTTP hay cả hai?

  • 0

Em đang làm một game dạng idle/simulator/defense – thể loại SPRG. Game mechanic là xếp formation một lượng character cho trước vào grid[row,column] tương ứng. Sau khi có được dữ liệu formation, Lựa chọn đối thủ (có formation) và ...

ezyfox-servergame-boxhttpunitywebsocket
  • 2 2 Answers
  • 24 Views
Answer
Nguyễn Linh
  • 0
Nguyễn LinhBeginner
Asked: January 10, 2022In: EzyFox Server

Cách sử dụng Ezy Http bên trong Ezyfox Server

  • 0

Dạ mọi người ơi cho em hỏi làm thế nào để sử dung EzyHttp bên trong Ezyfox Server, vì em thấy phần EzySimpleSettings trong ApplicationStartup trong thư mục startup có thể set HttpSimpleHttpSettings

ezyfox-serverezyhttp
  • 8 8 Answers
  • 107 Views
Answer
tvd12
  • 0
tvd12Enlightened
Asked: December 25, 2021In: EzyFox Server

EzyObjectBinding có cách nào để exclude 1 field ra khỏi việc serialize ko nhỉ?

  • 0

Với EzyObjectBinding có cách nào để exclude 1 field ra khỏi việc serialize ko nhỉ?

bindingezyfox-server
  • 1 1 Answer
  • 18 Views
Answer
tvd12
  • 0
tvd12Enlightened
Asked: December 25, 2021In: EzyFox Server

Annotation EzySingleton khi mà apply vào 1 method thì sẽ có tác dụng gì nhỉ?

  • 0

Là khi anh muốn dùng 1 method để khai báo bean anh ạ. Trong nhiều trường hợp anh sẽ không thể tạo trực tiếp được mà phải thông qua 1 hàm sử dụng config các kiểu để tạo ...

ezyfox-server
  • 0 0 Answers
  • 12 Views
Answer
hovanvydut
  • 1
hovanvydutBeginner
Asked: August 6, 2021In: Java

Nên học java như thế nào để sau này có thể build 1 lib như ezyfox-server

  • 1

Các anh/chị cho em hỏi là làm sao để mình có thể tự viết một con thư viện, mặc dù em đọc các sách về design pattern, cũng search cách để tự build thư viện nhưng vẫn không ...

design-patternezyfox-serverjavalibraryquestion
  • 4 4 Answers
  • 93 Views
Answer
tvd12
  • 1
tvd12Enlightened
Asked: August 3, 2021In: EzyFox Server

EzyFox Server Enable, Disable UDP

  • 1

Làm thế nào để enable hay disable UDP trong ezyfox-server

ezyfox-server
  • 0 0 Answers
  • 32 Views
Answer
Vu Luong Anh
  • 0
Vu Luong AnhPundit
Asked: July 30, 2021In: EzyFox Server

Cách tạo mock ScheduledExecutorService cho EzyAppContext khi test

  • 0

Em đang viết test cho issue https://github.com/youngmonkeys/ezyfox-server/issues/68. Em dùng Mockito để khởi tạo EzyAppContext: `EzyAppContext appContext = mock(EzyAppContext.class)`. Nhưng làm vậy `context.get(ScheduledExecutorService.class)` trả về `null`:

ezyfoxezyfox-server
  • 1 1 Answer
  • 37 Views
Answer
Vu Luong Anh
  • 0
Vu Luong AnhPundit
Asked: July 29, 2021

[ezyfox-server] Chạy test EzySimpleAppEntryTest bị exception!

  • 0

Em đã import ezyfox-server thành công, nhưng khi chạy thử ezyfox-server/ezyfox-server-support/src/test/java/com/tvd12/ezyfoxserver/support/test/entry/EzySimpleAppEntryTest.java thì bị exception, mặc dù test vẫn passed. Anh giải thích chỗ này giúp em với ạ. Full log: 19:58:31,683 DEBUG [main] impl.EzyObjectWriterElementsFetcher - start scan class com.tvd12.ezyfoxserver.support.test.entry.ClientNoUserRequestHandler 19:58:31,695 DEBUG ...

ezyfoxezyfox-serverquestion
  • 2 2 Answers
  • 32 Views
Answer
Vu Luong Anh
  • 0
Vu Luong AnhPundit
Asked: July 29, 2021

[ezyfox-server] Làm sao để mở ezyfox-server bằng IntelliJ Idea?

  • 0

Em đã import ezyfox-server vào IntelliJ nhưng các file test không chạy được. Các bước: 1.Fork `ezyfox-server` về: https://github.com/vu-luong/ezyfox-server 2. Import vào IntelliJ Idea 3. Set Sources Root: 4. Kết quả bị lỗi:

ezyfoxezyfox-server
  • 4 4 Answers
  • 114 Views
Answer
Vu Luong Anh
  • 1
Vu Luong AnhPundit
Asked: July 28, 2021

[ezyfox-boot] packagesToScan bị rỗng

  • 1

Mình tạo project bằng `ezyfox-server-archetype`, và dùng thư viện `ezyfox-boot-autoconfigure`, nhưng packagesToScan bị rỗng. Source code: https://github.com/vu-luong/EzySmashers

ezyfoxezyfox-bootezyfox-server
  • 3 3 Answers
  • 48 Views
Answer

Sidebar

Ask A Question

Stats

  • Questions 553
  • Answers 1k
  • Best Answers 62
  • Users 290
  • 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
  • monkey

    [Go] khi nào go func được gọi?

    • 10 Answers
  • 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
  • monkey
    monkey added an answer Như vậy có nghĩa là chưa cài thành công em… May 19, 2022 at 9:17 am

Top Members

tvd12

tvd12

  • 63 Questions
  • 1k Points
Enlightened
monkey

monkey

  • 88 Questions
  • 580 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 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 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 springboot spring boot spring data jpa spring redis springsecurity spring security 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