babel.config.js what i should do to solve
Cimb
About Me
Views :: 2700
i added Amazon Route 53 example.com in Amazon Route53. Everything works perfectly, except that when user type www.example.com with www, it won't work. For example.com Create Record Set Name: example.com Set Type A Type Alias: Yes Value: is application load balancer and for www.example.com i did same but it wont working if i do reverse again one work and another not . so what i should do resolve both www or without www for ssl at aws ?
Django Admin is loading without css as well frontend css also not loading from static folder STATIC_URL , STATIC_ROOT , STATICFILES_DIRS ,MEDIA_URL ,MEDIA_ROOT is as below in setting.py setting.py not sure where it goes wrong
PHP - Error : Deprecated: Optional parameter $v1 declared before required parameter $v2 is implicitly treated as a required parameter in
how can capture the entire Fabric JS canvas as an image? Specifically, how can I use Fabric JS to export the entire canvas as an image in a format such as PNG or JPEG?
what is REPEAT in MySQL ? how to use function REPEAT in MySQL?
i am testing with W3C Validator and i am getting this error :
i get the following error for the w3c validator test : how do solve this problem with validator?
how to Sort array by numerical values in php ?
How to repair a serialized string which has been corrupted in php ?
Turn off display errors using file "php.ini"
How do I get PHP errors to display?
how array_replace() Function work in php ?
in google PageSpeed Insights test tool, i am getting this error Ensure text remains visible during webfont load Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. URL …fonts/fl-chapps.woff(massjeans-online.de) Potential Savings : 3,000 ms …v13/0ybgGDoxx….woff2(fonts.gstatic.com) Potential Savings : 10 ms …fonts/MaterialI….woff2(massjeans-online.de) Potential Savings:1,320 ms …fonts/fontawesome-webfont.woff2?v=4.5.0(massjeans-online.de) Potential Savings : 1,580 ms
i brought some code and i am running the code and i am finding this error in error_log PHP Fatal error: strict_types declaration must be the very first statement in the script so what i should do to avoid this error
i installed mysql with php and i want to use same server for the Django i changed the settings.py when i run the Django server i got following error django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient?
system.ini type=test url=www.af.com/siteapi/?ac=22 parse_ini_file("system.ini"); give us Error : Note: This pane has not active settings.. it is informational.
what is array overflow in c++ ?
form is submitting on Enter keypress but i want it submit by JavaScript. so when enter keypress Javascript function should be call
Auto-generating and replacing a sitemap can be done using various tools and techniques. Here's one way to accomplish this: Choose a sitemap generator tool that works with your website platform, such as Yoast SEO for WordPress or Screaming Frog SEO Spider for general websites. Install and configure the sitemap generator tool according to its instructions. This may involve installing a plugin or software on your website or computer, or using an online service. Set the tool to automatically update and replace your sitemap file on a regular basis. This may involve specifying a frequency or schedule for generating and replacing the sitemap. Verify that the tool is working correctly by checking that the sitemap file is being updated as expected. You can do this by downloading and examining the sitemap file, or by using a website crawler tool to confirm that the URLs in the sitemap are being indexed by search engines. Monitor the sitemap regularly to ensure that it remains up-to-date and accurate, and adjust the sitemap generator settings as needed to keep it optimized for search engines. By following these steps, you can automate the process of generating and updating your sitemap, saving you time and ensuring that your website is properly indexed by search engines.
If the WHERE clause in your PHP () to escape any user input used in the query. Make sure the variable is in scope when the query is executed. If the variable is defined within a function or conditional statement, it may not be accessible from other parts of the code.
Many PHP string functions can work with UTF-8 encoded strings, but not all of them. The reason for this is that UTF-8 is a multibyte encoding, meaning that some characters can take up more than one byte, and not all string functions are designed to handle multibyte characters properly. Here are some of the PHP string functions that work with UTF-8 encoded strings: extension, which provides multibyte string functions that are specifically designed to handle UTF-8 encoded strings.
To pass data or objects between tabs in an iOS application, there are several approaches you can take depending on your application's requirements. Here are a few examples: 1.UserDefaults: You can use UserDefaults to store the data and then retrieve it in the other tab. This is suitable for small amounts of data, such as user preferences or settings. Here's an example: In the first tab: These are just a few examples of how you can pass data or objects between tabs in iOS. You'll need to choose the approach that's best suited for your specific application.
To execute two MySQL queries within a single function using Node.js and Express framework, you can use the function
. It is a subclass of the built-in dict class and behaves like a regular dictionary, with the added feature of returning a default value for a nonexistent key instead of raising a KeyError exception. The syntax for creating a defaultdict is as follows: In this example, the defaultdict is initialized with a default value of int, which is 0. The for loop iterates through the list of words and increments the count for each word using the += operator. If a word does not already exist in the dictionary, the defaultdict automatically creates a new key with a default value of 0 before incrementing it.
To read Excel spreadsheets in Python, you can use the pandas library, which provides easy-to-use functions for working with tabular data. Here are the basic steps: 1. : You can install pandas using pip or conda.
simply remove aria-labelledby="language-selector-label" from your code and it may solve the problem or creates a label related to it.
its very easy to give underline to text. i applied the style atribute with TextStyle -> decoration : TextDecoration.underlinewhich give underline to Text .
CPython is a compiler and an interpreter, it is used to compile Python code to byte code. in another hand, Cython has the same superset of the Python programming language, compiled to C or C++, it means is not really Python programming but Cython give the same experience as Python code for humans
in ios, zero-day vulnerabilities mean some ios issue or flaw is not fixed yet and hacker use as door to gain access in the ios system
use XMLReader , as per below code : above code is read sitemap.xml and give count of the url elements
Linux MInt : -r stand for recursive file adding to zip , filename.zip is the zip name and last argument is the foldername