Questions tagged as 'busca'

1
answer

Is it possible to search a data in the database without knowing which table it is in?

I have banco de dados too large and it is impractical to build a SELECT * FROM for each table and find the data I need.    If it is a texto especifico ('with as parameter 23') I have already looked in all ways and not   I...
asked by 29.01.2018 / 19:36
1
answer

Shell Script for file and directory localization

I would like someone to help me create this script correctly, in case it is to create a script that you type the name and directory of a file and then indicate if it was located or not and that generates this type of output on the screen $ ....
asked by 13.04.2017 / 18:53
1
answer

Compare files from a directory with md5sum and shellscript

Good morning! I'm studying shellscript and an exercise asks for a scan of files in the current directory and md5 hashes to be computed. It also asks that if there are identical files by comparing hashes, these files are printed. The code I wa...
asked by 29.03.2017 / 15:43
1
answer

Search in MySQL database MVC

I have Search searching by name, but wanted to search for both name and place in the same search field. Follow the action: [HttpPost] public ActionResult Search(FormCollection fc, string searchString) { if...
asked by 08.10.2016 / 19:57
1
answer

Search with javascript

I have a search engine that has the problem:  - Returns all values of a list, when deleted element of the search field, the expected is that if only the initial elements return, not all. This is the search function I'm using: $scope.$watch('q'...
asked by 25.10.2016 / 18:00
2
answers

Search mysql database with php with multi-level

I am trying to perform the following query in the database, through an html form, but in php I am only able to fetch all the data from my table. In case the user would choose the type of filter and would be made a query in the database, I am usi...
asked by 18.05.2015 / 17:48
1
answer

Input bugando without reason

I've done a program that computes (by a DB itself using fstream ) patients from a hospital. It has output functions (one for ostream using iomanip and one for ofstream and fstream ) and input ( get() ). As a requi...
asked by 03.05.2014 / 03:10
1
answer

Search ignoring accent in AWS CloudSearch

I'm using AWS Cloudsearch, and my question is about how I perform a simple search, such as "bone", and it returns the records that contain "cap", or "tennis" and return the records with "sneakers". I read in Amazon's documentation that it tre...
asked by 14.07.2014 / 19:08
0
answers

Search on the system using angularjs and java

I have a Java backend: JPA, HIbernate. Entities working correctly, I even have a SearchResource class @Path("/search") @ApiDefinitionBase @Produces(MediaType.APPLICATION_JSON) @Consumes(MediaType.APPLICATION_JSON) @Api(value = "Search", prod...
asked by 28.11.2018 / 18:38
1
answer

How do I remove everything after the first word?

I would like to remove everything after the first word in each line of this text document. It works for simple character removal, but does not work when I try to remove the "|" of the text file. I'mtryingtousethefollowingcode:setlocalenablee...
asked by 29.09.2017 / 00:32