load tag

12 questions


1 answers
148 views
0
How do I download and save files from the Java Internet?

http://www.example.com/information.aspIf you have a file on a site like this, I'd like to save it in a folder. I know I read online files as line-by-line, but I don't know how to download and save the...

1 years ago

1 answers
133 views
0
Can I import the module again?

Without disrupting or restarting the Python serverThe module needs to be updated.If mymodule.py changes unimport mymoduleimport mymoduleOr If mymodule.py changes reimport mymoduleIs there a way to uni...


1 answers
94 views
0
Please help me) I'm inquiring about how to call JSON on OrderedDict

Since json.dump can write OrderDict, I know that OrderDict can be used as JSON's input. What should I do if I want to write output?


1 answers
118 views
0
Linux ncftput upload is slow.

You are about to upload to FTP from the CDN service on the Linux server.But the upload speed went up to tens of megabytes per second when it first ranGoIn terms of capacity, it's all uploaded, but the...

1 years ago

1 answers
108 views
0
How to write an sd card to a specific folder on Android.

Below is the code for downloading files from my server.I write the download file to the root directory of the sd card, but it works well!package com.downloader;import java.io.File;import java.io.FileO...


2 answers
135 views
0
I have a question about java.lang.NoClassDefFoundError: javax/servelet/ServletInputStream that occurred during the implementation of file upload.

servlet-api and cos.I added jar library and checked itI put servlet-api in the Java jdk folderClass pass was added to the environment variable.I tried adding a library separately to Servlet InputStrea...

1 years ago

2 answers
150 views
0
Load data from Python files into a list

I'd like to bring the file (data.txt) that has the following data to the list and process it.[skkim@master test]$ cat data.txt 0.3677630.3358440.3338430.3334080.07418670.01891320.001191960.006764490.0...

1 years ago

1 answers
60 views
0
Compress movies from Android

I'm developing an Android app.The main function of my app is to upload videos and photos The problem is that even if you force the camera to be low in quality when you're shooting a video, sometimes o...

1 years ago

1 answers
99 views
0
How to weave an image so that it works when the user uploads it

How to create the part where you upload the imageI know how to make an image work.If the user uploads the image by combining the two, can you make the image change to the effect I entered?

1 years ago

1 answers
83 views
0
Download files via HTTP

You download MP3 files from the website at certain times You are about to build/update a podcast XML file associated with itunes.I've created code to create and update XML filesAll I have to do is mak...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.