Questions tagged as 'busca'

1
answer

How to make an appointment to know the averages of people per day a week

Hello, I would like to know how to query the Oracle database to know: What is the average number of guests per day of any given week. Here's the script for the bank: CREATE TABLE APP.HOSPEDAGENS ( hsp_id number(6), hsp_checkin...
asked by 05.12.2018 / 06:28
1
answer

Search within MYSQL search results [closed]

I have a situation more or less like this: A table with the records, I need to do a search with two references, example select * from CARS where dealership = 'VW' or vehicle = 'VW' AND location = 'Sao Paulo' This search returns me all VW c...
asked by 03.11.2018 / 16:27
1
answer

Force the user to enter enter

In a snippet of my code, I need the user to enter enter to continue the program, but the part where it should receive this entry is ignored. public void buscar_Aluno(){ //metodo que busca um determinado aluno pelo nome String lerTeclado;...
asked by 04.12.2017 / 15:47
2
answers

List entry with sequential search

I'm trying to create a variable entry function in a list that only allows you to enter terms not already contained in the list. I'm having difficulty finding a logical solution to this, I can not use break to stop the loop. I'm not making...
asked by 08.10.2017 / 20:36
1
answer

Search for an element in the list

   Make a program that manages the vestibular result. For your happiness, there is only one course and the course has 10 places. The program must maintain the list of 10 classified. The program also maintains, in another list (20 positions), the...
asked by 12.05.2017 / 15:19
1
answer

Do search engine crawlers / bots / web-spiders copy and access the href of a link, or "click" on the page to be redirected?

I have this doubt, because I want to develop a portal in Ajax, but that the pages can also be accessed via url. My question is: If <a> </a> has return false clicked, web-spider will not be able to follow href...
asked by 05.03.2017 / 15:35
1
answer

Problems with binary search tree in C

Now repositioning my post more clearly (this is a continuation of my previous question ). In the code, I try to create a binary search tree and insert elements into it. They should be saved in .txt file. As soon as I run it it says that .exe ha...
asked by 10.07.2016 / 19:13
1
answer

Error in file code. W

I need to do a simple search engine. Just open arquivo.txt , search for a word desired by the user, check how many times a word appears in the file and whether it exists in the file. But this is giving an error that I did not identify the...
asked by 18.02.2016 / 02:07
2
answers

Select does not work when clicking button

I'm looking for a contract at the bank, but clicking submit nothing is returned: Follow the code below: class Config { // specify your own database credentials private $host = "localhost"; private $db_name = "biodata"; private $username...
asked by 14.01.2016 / 14:17
1
answer

Search for terms "out of order" in text in PHP and MySQL

I am putting together a simple search system for a bank of articles from a student scientific event. By adapting codes from some guides that I found on the internet the system is running all right. The only problem is that it only returns result...
asked by 13.04.2015 / 15:45