Posts by Tiago Camargos • 13 points
6 posts
-
0
votes0
answers42
viewsQ: Excel, modify duplicate line data
Good afternoon, you guys. I am very bad of Excel and appeared a demand to me that to do manually will give a monstrous workmanship, so I come to you. This is the scenario. A | B | C | 1- Tiago | | |…
excelasked Tiago Camargos 13 -
1
votes0
answers535
viewsQ: How to Download Images with PHP
Guys I have an urgent question. I want to be able to download images using php, these image URL are in a spreadsheet of google Docs, I was able to make the connection, and I was able to make a code…
-
0
votes1
answer822
viewsQ: Problem creating project with Angular CLI
A good personal day, I’m starting my studies in Angular 2, using Docker for container management. Right at the beginning I’m already having problems, the creation of the project has been presenting…
-
0
votes1
answer159
viewsA: How to do the unit test in the Validator class in an Laravel form?
People searching on the internet I believe I have found a satisfying solution Follows the Code: public function testNomeComUmCaracter() { $this->visit('produtos/create') ->type('h', 'nome')…
-
0
votes1
answer159
viewsQ: How to do the unit test in the Validator class in an Laravel form?
A good day gentlemen. I am a programming student, at this time I am studying how to perform unit tests using the Laravel 5.3 In my tests I came across the following problem: My small system only…
-
0
votes1
answer79
viewsQ: Relationship error and method not found
I am studying Laravel and I have difficulties to realize the relationship of an associative table that connects 3 tables of domain. example of my model: The problem is that I can’t map from my…