questions/page/238
Hello, Try this without regular expressions: <?php ...READ MORE
Hi@dani, You can find the euclidean distance using ...READ MORE
Hii, Use mysqli_error() As in: $sql = "Your SQL statement ...READ MORE
Hello, Try this code: // option one: 'in' takes ...READ MORE
Hello @kartik, You could use exec to call the system ...READ MORE
ERROR: Command errored out with exit status ...READ MORE
You'll usually need relevant pre-entry work experience ...READ MORE
Try this: pip uninstall pyttsx3 Then: pip install pyttsx3==2.71 READ MORE
Hello @kartik, DB::raw() is used to make arbitrary SQL ...READ MORE
Hello @kartik, You can generate parentheses by passing ...READ MORE
Python 3.5+: import pathlib pathlib.Path('/my/directory').mkdir(parents=True, exist_ok=True) pathlib.Path.mkdir as used above ...READ MORE
Hello @kartik, Python you can write your own ...READ MORE
Hello @kartik, Simply,we can use Model::whereNotNull('sent_at'); Or Model::whereRaw('sent_at is not null'); Thank ...READ MORE
You can go through this https://www.edureka.co/blog/how-to-become-a-de ...READ MORE
Hi@akhtar, I think there is a problem with ...READ MORE
You can rename pipeline jobs in jenkins ...READ MORE
I am trying to automate web application ...READ MORE
Hi@akhtar, You can get the logs of your ...READ MORE
Hi@zaraaq, It just a name. You can give ...READ MORE
Use setRoundingMode, set the RoundingMode explicitly to handle your issue ...READ MORE
To restore SQL Server .bak file you ...READ MORE
Hello @kartik, You could try the following: Route::controller('login','AuthController'); Then in ...READ MORE
You can give them the same display ...READ MORE
Hi@akhtar, The puppet agent is configured to run ...READ MORE
Hello @kartik, Using a modelserializer might be an ...READ MORE
Hi@Lakshminarayanan, I think it will impact your instance ...READ MORE
Example of implicit line continuation: a = some_function( ...READ MORE
LinkedList and ArrayList are two different implementations of the List ...READ MORE
Instead of doing a import like __import__ you can ...READ MORE
Hello @kartik, If you don't need to query ...READ MORE
Hey, @Ritu, According to the question, the answer ...READ MORE
Hello @kartik, I don't think you can - ...READ MORE
Hello @kartik, php_value upload_max_filesize 30M is correct. You will ...READ MORE
Hi@akhtar, After installing the package in your Flutter ...READ MORE
Hi@Lakshminarayanan, I am not able to understand the ...READ MORE
Hii @kartik, Try to implement this: @if (env('APP_ENV')!='Production') Enviroment Test @endif Hope ...READ MORE
Hi@akhtar, If you want to change the name ...READ MORE
What allows spark to periodically persist data ...READ MORE
I had the same issue before, and ...READ MORE
Hello, Try this: if ($thing->trashed()) { ... } READ MORE
Using scan should do the trick: string.scan(/regex/) READ MORE
Hii, JQuery's $.get() will cache the results. Instead ...READ MORE
With the assistance of some Microsoft folks ...READ MORE
Hello @kartik, Go to Tools->Plugins. In the Settings tab ensure that the ...READ MORE
I assume that both tables are unrelated ...READ MORE
Hello @kartik, addslashes() isn't fully adequate, but PHP's mssql ...READ MORE
Hi@akhtar, You need to install the Audit Trail plugin ...READ MORE
Hello @kartik, If this is just for debugging ...READ MORE
I cleared both the foundational and architect ...READ MORE
Hi@akhtar, You need to add your node definition ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.