Posts by Lucas Pires • 41 points
3 posts
- 
		0 votes2 answers152 viewsQ: Node with mongodb not starting applicationI’m trying to raise an application in Node with mongoose, (I am studying, MEAN book code house) and generates me the following error while trying to start the file server.js where I start my… 
- 
		0 votes0 answers196 viewsQ: Error generating PHP barcodeWell, my problem is this:: I have the digit line and I want to turn it into barcode. You must be thinking: "our this is quite simple using some ready classes you have on the web!". Yes, I have… phpasked Lucas Pires 41
- 
		0 votes1 answer1780 viewsQ: error :Exception in thread "main" java.lang.NullpointerexceptionI’m trying to set an attribute that’s a vector, and it’s in a class y, but I have a class x, which consists of this class y. At the time I write the code there is no error, but when executing the…