refactoring tag

3 questions


2 answers
114 views
0
How should I design the payment system?

REST API for Android clients has been established and used by Rails.Our service's payment method is basically regular payment.The payment is made at the time of the first purchase, and the user raises...


1 answers
80 views
0
[javscript][Algorism] Filter Function Question

Hello, the code below is Both the people and tshirts arrays are arranged in ascending order const fp = people.filter(person => { For(let item of tshirts){ // Change the array value if you are look...


1 answers
83 views
0
[Python] With a repeat statement, defaultdict append

dfs[0], dfs[1] to dfs[8] data.from transformers import AutoTokenizerfrom collections import defaultdicttokenizer = AutoTokenizer.from_pretrained(bert-base-cased, do_lower_case = True)# Number zeroword...


© 2024 OneMinuteCode. All rights reserved.