Posts by Bababam
6 posts total, newest first.
Encrypt Passwords in MySQL to access and decrypt in GUIin Java - You typically do not encrypt or store passwords. You take the password from the user an hash it with another character as a salt. You store the hashed version and the salt. Then when they go to log in you rehash their InJava programming technic questionin Java - It�s a method declared on an inner class which is a way of faking a closure in javaCan't run the things i compiledin Java - It usually means that one If your resource jars is compiled with a version of Java that�s not compatible with the jre that you are using to execute the bytecode. Check to see which class files and jar files are aPython Program to Calculate Avg of Numbers in a Text Filein Python Programming - file = list(map(float, file)) #convert list into floats
You can to implement a Try/Except block inside your map function at the point it does the data type conversion. If it throws an exception then just return nullWhat are the rules associated with web scraping?in Python Programming - Are you getting a specific error/stack trace?
You should be able to open a standard HTTPS connection to the webpage you want to scrape. The server wont know the difference between your program or a users web browser.
Showing the 5 most recent posts.