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
2 Followers
91 Questions
Home/ monkey/Questions
  • About
  • Questions
  • Answers
  • Best Answers
  • Asked Questions
  • Followed Questions
  • Favorite Questions
  • Posts
  • Comments
  • Followers Questions
  • Followers Answers
  • Followers Posts
  • Followers Comments

Stack Ask Latest Questions

monkey
  • 0
monkeyEnlightened
Asked: June 3, 2022In: Spring

Spring Boot Integration test sử dụng có cả mockup lẫn service thật

  • 0

Spring Boot Integration test sử dụng có cả mockup lẫn service thật theo các bước như sau: 1. Khởi tạo project theo các bước này: https://stackask.com/question/huong-dan-su-dung-spring-boot-test-controller/ 2. Giả sử chúng ta có GoodbyeController thế này: package com.example.spring_test.controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RestController; import ...

integration-testspring boot
  • 2 2 Answers
  • 48 Views
Answer
monkey
  • 0
monkeyEnlightened
Asked: May 30, 2022In: Blockchain

Danh sách các boot nodes của ethereum

  • 0

Danh sách các boot nodes của ethereum có thể tìm thấy tại đây: https://github.com/ethereum/go-ethereum/blob/master/params/bootnodes.go

boot-nodesethereum
  • 0 0 Answers
  • 5 Views
Answer
monkey
  • 0
monkeyEnlightened
Asked: May 27, 2022In: SQL

Các toán nào sử dụng được index trong MySQL?

  • 0

Các toán tử sử dụng được index trong MySQL bao gồm: =, >, ≤, BETWEEN, IN Tham khảo: https://dev.mysql.com/doc/refman/8.0/en/column-indexes.html

indexmysql
  • 0 0 Answers
  • 40 Views
Answer
monkey
  • 0
monkeyEnlightened
Asked: May 24, 2022In: Spring

Hướng dấn sử dụng Spring Boot Test controller

  • 0

Bước 1. Khởi tạo project và add dependencies: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <version>${spring.boot.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <version>${spring.boot.version}</version> <scope>test</scope> </dependency> Với <spring.boot.version>2.7.0</spring.boot.version> Bước ...

spring-boot-test
  • 0 0 Answers
  • 44 Views
Answer
monkey
  • 1
monkeyEnlightened
Asked: April 25, 2022In: Anything

Cách đặt một câu hỏi tốt!

  • 1

Để trả lời cho một câu hỏi là điều không hề dễ dàng, vậy nên để nhanh chóng nhận được câu trả lời bạn cần tuân thủ một số nguyên tắc khi đặt câu hỏi: 1. Thu hẹp phạm ...

guide
  • 0 0 Answers
  • 54 Views
Answer
monkey
  • 0
monkeyEnlightened
Asked: April 13, 2022In: Blockchain

PancakeSwap có cập nhật lại giá của token sau khi swap xong?

  • 0

PancakeSwap có cập nhật lại giá của token sau khi swap xong?

pancakeswap
  • 1 1 Answer
  • 16 Views
Answer
monkey
  • 0
monkeyEnlightened
Asked: April 13, 2022In: Blockchain

PancakeSwap: Tại sao có nhiều event chuyển token trong 1 transaction?

  • 0

Trong giao dịch này tại sao lại có nhiều event chuyển tiền chỉ trong 1 giao dịch?

pancakeswap
  • 1 1 Answer
  • 13 Views
Answer
monkey
  • 0
monkeyEnlightened
Asked: January 14, 2022In: Blockchain

cosmos blockchain: khởi tạo một chain mới

  • 0

Cosmos network sử dụng Tendermite, với cơ chế đồng thuận là proof of stake, vậy nên tốc độ xác thực transaction và tạo khối rất nhanh với chi phí tương đối rẻ. Đây cũng ...

cosmos
  • 0 0 Answers
  • 49 Views
Answer
monkey
  • 0
monkeyEnlightened
Asked: December 28, 2021In: DevOps

Cài đặt ansible trên Centos 7

  • 0

1. Kiểm tra version của centos, sử dụng lệnh: hostnamectl 2. Cài đặt pip3: sudo yum update -y sudo yum install python3-pip -y 3. Cài đặt ansible: sudo pip3 install setuptools-rust sudo pip3 install --upgrade pip sudo pip3 install ansible

ansiblecentos
  • 0 0 Answers
  • 16 Views
Answer
monkey
  • 0
monkeyEnlightened
Asked: December 20, 2021In: Blockchain

Dự án NFT đơn giản với Metamask và Web3: Lấy thông tin tài khoản

  • 0

Để lấy được thông tin tài khoản chúng ta cần thực hiện các bước sau: 1. Khởi tạo dự án 2. Trong HomeController tạo 1 hàm thế này: @DoGet("/account") public Redirect account() { return Redirect.to("/account.html"); } 3. Tạo file ...

blockchainmetamask
  • 0 0 Answers
  • 87 Views
Answer
1 2 … 10

Sidebar

Ask A Question

Stats

  • Questions 581
  • Answers 1k
  • Best Answers 63
  • Users 299
  • 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
  • Nguyễn Thái Sơn
    Nguyễn Thái Sơn added an answer em cảm ơn, vậy mỗi câu truy vấn luôn có… June 24, 2022 at 4:31 pm
  • tvd12
    tvd12 added an answer Việc chuyển này cũng có nhiều khó khăn là nó… June 24, 2022 at 3:08 pm
  • tvd12
    tvd12 added an answer 1. Vì socket là giữ kết nối nên em sẽ… June 24, 2022 at 3:02 pm

Top Members

tvd12

tvd12

  • 65 Questions
  • 1k Points
Enlightened
monkey

monkey

  • 91 Questions
  • 620 Points
Enlightened
Nguyễn Thái Sơn

Nguyễn Thái Sơn

  • 148 Questions
  • 229 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 boot-nodes branch 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 index indexing integration-test 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 mongo 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 springwebflux mysql 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