-
How can I add a placeholder text to EditText in the class that isn\'t in the XML? I have the follow...
- 834 浏览
- 8 回答
- 5 关注
-
I have a large type-script library that holds translations for 60 languages as JSON files. A service...
- 1777 浏览
- 0 回答
- 4 关注
-
I have a Python code whose output is a sized matrix, whose entries are all of the type
- 399 浏览
- 2 回答
- 3 关注
-
> import scipy > import numpy as np > smat_csr = scipy.sparse.csr_matrix([[0,0,1],[0,1,0],[0,0,0]]) ...
- 765 浏览
- 0 回答
- 5 关注
-
I use SQLAlchemy and there are at least three entities: engine, session and connection, which have e...
- 1083 浏览
- 3 回答
- 6 关注
-
List = [\'aleksandre\', \'shopify-ecommerce\', \'php-ecommerce\', \'html-code\', \'css-code\', \'sul...
- 998 浏览
- 0 回答
- 4 关注
-
Like a lot of people, I\'d like to customize the ugly input type=file, and I know that it can\'t be ...
- 2064 浏览
- 13 回答
- 4 关注
-
I am trying to make a memory game in JavaFX and I want it to be dynamic (depends on how many cards t...
- 1532 浏览
- 0 回答
- 5 关注
-
I used to have a column combined in a dataframe like this: combined 0 0.97,0.92,0.65,0.24,...
- 1523 浏览
- 0 回答
- 3 关注
-
sorry I have never worked with Json files, now i want to display some information from the Json file...
- 1282 浏览
- 0 回答
- 4 关注
-
I need to get a list of items in the collection. Normally I use: Transaction.find() Result: [ { ...
- 1623 浏览
- 0 回答
- 4 关注
-
I have an SQL database in Azure with always encryption enabled (master key in Azure key vault) to en...
- 1710 浏览
- 0 回答
- 6 关注
-
I have a very important question for you. I have an application like in the images I have thrown. He...
- 743 浏览
- 0 回答
- 4 关注
-
I am trying to install one from two features based on the value that should be set inside of the cus...
- 477 浏览
- 4 回答
- 6 关注
-
I want to run a sh file: #!/bin/bash for f in !(*.sh); do ffmpeg -i \$f\ -vf yadif=0:-1 -thread...
- 594 浏览
- 2 回答
- 6 关注