search tag

27 questions


1 answers
88 views
0
When implementing the search function, create a query string in a get manner (?)

Node.js + express is in use. Oh, the ejs template!You are about to implement a search function among the bulletin board functions.I'm trying to implement it in a get way.<option value=title,body>...


1 answers
73 views
0
C language arrangement question

C language array_list Please tell me how to get the result value in the find statement~ When you add a value to an array and navigate, The price of garbage is coming outAnd while studying, I'm measuri...

1 years ago

1 answers
97 views
0
Two-minute search-low and high values are implemented recursively by accepting only parameters

int location(int low,int high);int main(void) {int n, num, x, i = 0;//int arr[3];//printf (Please enter in order);//for (i = 0; i < 3; i++) {// // scanf(%d, arr[i]);//}printf (Please enter a number...

1 years ago

1 answers
117 views
0
django-haystack + elasticsearch

The search function using djangoqueryset is As the amount of data grows, the speed decreases exponentiallyI want to attach django library django-haystack to elasticsearch and use it. Is django-haystac...

1 years ago

1 answers
84 views
0
Binary search using C language is not possible

int arr[5] = { 0 };int main() { int n = 0, q = 0, x = 0; int a = 0; int r = 0, l = 0; int i = 4;n = 5;r = (n - 1);q = 10;for (int j = (n - 1); j>(-1); j--){ arr[j] = 10 + 10 * i; printf(arr[%d] = %...

1 years ago

1 answers
78 views
0
I wonder where you usually refer to when you do market research and demand research for projects.

I wonder how market research and demand research are usually done when planning a plan before proceeding with a project. Currently, we are simply looking at each platform's store and making a rough in...

1 years ago

1 answers
81 views
0
Python Dictionary Search Question

a['321'] = {'a' : '123', 'b' : '456'}a['789'] = {'a' : '987', 'b' : '654'}When using multiple dictionaries directly without loading files in this way Search 321 using infinite loops and for statements...

2 years ago
« - 3 -

© 2024 OneMinuteCode. All rights reserved.