Questions tagged as 'rutas'

0
answers

How to do folder jumps to open an .sdf file in C # and that does not affect when changing the computer program?

Hello, recently, I and a university colleague had to deliver a project, and we always had the same problem to open the database, because when changing computers, the route was different. The teacher told us to do so that with ../../ we could...
asked by 12.05.2018 / 15:31
1
answer

Doubts about image routes

Inside the emulator, the path of an image appears to me:    /storage/emulated/0/Pictures/Screenshots/454980.png But with the following code: @Override protected void onActivityResult(int requestCode, int resultCode, Intent data) {...
asked by 25.04.2018 / 00:58
0
answers

What is! ./ on a relative route?

I am working on a structure of an app, and I have seen an expression, which is new to me and I do not know what it means to me within sass. './css/*.css', '!./css/*.min.css' I know that the ./ refers to the current directory, but wi...
asked by 10.03.2018 / 09:50
1
answer

Specify routes in Laravel 5.5

I'm doing a draft of a page starting with making the routes. These are the routes so far: Route::get('/', function () { return view('inicio'); }); Route::get('instituto', function () { return view('instituto'); }); This is the layout:...
asked by 11.02.2018 / 22:24
1
answer

Problems showing image in the brandLabel of NavBar in Yii2

Well, something strange happens to me when I want to show images in the NavBar of the main menu, which is in the layout folder of the views Initially I was using the basic template of Yii2, but then I realize that I needed to use frontend and...
asked by 07.02.2018 / 23:15
0
answers

Angular 5 deployed on server, error when refreshing the browser

Could someone tell me why, a project that I have deployed in a server of my own Angular 5, I get an error when refreshing the browser when I'm in a different path to the root ?, That is, in local I'm going all perfect, but when uploading it to t...
asked by 14.02.2018 / 03:22
2
answers

Problem php routes

Hi, I'm fighting a while ago with the php route system but I still have the same problem. The classes work correctly, the problem is when I call the class from the controller, the class route I call works, but the routes that class calls are not...
asked by 26.12.2017 / 00:20
2
answers

Problem when inserting value of an array in BD

This code does not insert the path in the database. Instead it inserts the value when the array is set to VALUES as such, thus; ". $ array [0]."   When echoing the variable $ path0 1, 2 prints the value. Where can the fault be? <?php in...
asked by 26.10.2017 / 18:35
1
answer

PHP Linux path does not work

Very good, I want to change some routes from windows to Linux, to do verifications, and in Widnows I have these that work: $BACKUP_PATH = "C:\\xampp\\htdocs\\deimos\\vista\\backup\\backup_"; $nowtimename = date('Y-m-d',time()); $fileName = $BA...
asked by 12.06.2017 / 10:01
1
answer

AngularJS: Do not load the created routes

I have the following problem, they do not load the routes: My directory contains the following structure: The HTML is as follows: The routes have the following configuration: I tried changing the routes by:...
asked by 23.03.2017 / 22:14