go tag

327 questions


1 answers
40 views
0
How to convert from type color.Gray to type int

I look forward to your kind cooperation.Currently, I would like to use GO language to extract pixel intensity from PNG images, but there is a problem, so I would like to ask you a question.Here's the ...

go
2 years ago

1 answers
79 views
0
goQuery Web Scraping

doc,err:=goquery.NewDocument(https://translate.google.co.jp/?hl=ja#en/ja/apple)if err!=nil{ fmt.Print (url scarapping failed)}fmt.Println(doc.Find(span#result_box).Text())}I'd like to get Google trans...

2 years ago

2 answers
90 views
0
AttributeError in Python 3.6: 'float' object has no attribute 'items'

We are currently using the Django framework to launch the server.However, since yesterday, the following error has occurred:File/usr/local/lib/python 3.6/site-packages/redis/_compat.py, line 123, inte...

2 years ago

1 answers
68 views
0
a system in which documents, etc., are sent to the management and approved for the system

I am currently thinking of sending documents such as identification cards to management, such as those used in fx services, stock trading, and Uberreats delivery staff apps, and creating an app that o...


1 answers
68 views
0
"No module named 'MySQLdb' error when deploying Django apps to the Google App Engine"

https://github.com/priyankavergadia/Django-Dialogflow-GoogleVisionAPII'm trying to move the Django chat bot of ↑ based on the document to which I linked it.The last deployment to Google app engine is ...


1 answers
85 views
0
Django REST Framework: Single list of results obtained in Serializer

The Django REST Framework is creating an API to retrieve data from the master.models.py class CommonMaster(models.Model): type=models.CharField(max_length=20) type_id=models.IntegerField() key_name=mo...

2 years ago

2 answers
81 views
0
If you put all the tools together, Ruby's Bundler and name will be affected.

When I first installed Go, I did go get-u golang.org/x/tools/... to install all the tools that editors would use for static analysis, such as gorename and goimports.Recently, I started using Ruby, and...

2 years ago

1 answers
37 views
0
Understanding Increments in the Go Language

in the main functionvar count intvar listcount [ ] intby declaringThe following replaceFileContents function contains an increment of count++listcount=append(listcount, count)I wrote and executed .fmt...

go
2 years ago

2 answers
42 views
0
Please tell me the reason why the calculation results don't match.

If you calculate 100000000000000000000×100000000000000000000 in the Go language, the result is Now -5527149226598858752.Simply put, I think it would be 100000000000000000000000000000000000000000000.By...

2 years ago

1 answers
72 views
0
Run django-background-tasks on the Google App Engine (GAE)

Time-consuming processing is asynchronized using django-background-tasks.Locally on two terminals Terminal-Apython manage.py Terminal-Bpython manage.py process_tasksI started the background process as...

« - 13 - »

© 2024 OneMinuteCode. All rights reserved.