1 year ago by Zubair

Are there any shortcuts to open Advanced System Settings dialog in Windows 11? What I am doing right now is to type Advanced System in the search bar and click on View advanced settings. Is there . . .

advancedsystem-settingswindows-11
  • 0
  • 0
  • 425
1 year ago by Laura

Tried to update Spyder from version 3.3.6 to latest version 5.3.3 in Anaconda Navigator. The update runs for a while and finishes without any errors but the version still remains on 3.3.6.I also tried . . .

anacondaspyderupdateconda
  • 0
  • 0
  • 345
2 years ago by jerry

Trying to create a user named APPADMIN using the following SQLCREATE USER APPADMIN IDENTIFIED BY AdminPassword;and getting this error -An attempt was made to create a common user or role with a n . . .

oracleuser-namecommon-usercommonuserprefix
  • 0
  • 0
  • 735
2 years ago by Luka

I installed opencv Python package in Anaconda and tried to import it from Sypder with the statementimport cv2 which raises the following error.ImportError: DLL load failed: The specified procedur . . .

pythonopencvimportdll-load
  • 0
  • 0
  • 293
2 years ago by Riley

I have a C# .Net winforms application with two  DatagridViews that are linked as parent and child. When the user selects a record on the first grid then all the child records that are related to . . .

cnetdatasetdatarelationlinked-datagridview
  • 0
  • 0
  • 711
2 years ago by yu

<?php$arr = [ [1,2,4], [4,2,6], [2,1,8] ];// in each sub-array's end elemnent//add previous sub-array's end-elementhow to do with for iteration?> . . .

  • 0
  • 0
  • 300
3 years ago by sonja

I used my workplace account to sign in to Microsoft teams from my personal laptop. Now I am trying to remove this account from Settings -> Accounts -> Email & AccountsAll the forums say you . . .

remove-accountwindows-10email--accountsteams
  • 1
  • 0
  • 588
3 years ago by pappy

On a ASP.NET core app, I am using $.ajax() method to get data into a modal window when a button is clicked. This works correctly the first time the button  is clicked but if the data is updated , . . .

aspnetajaxmvcjqueryaspnet-core
  • 0
  • 0
  • 656
3 years ago by Jake

How can I clear the history from the Run command dialog box? If I click on the drop-down arrow on the right side of the Run dialog box it will show all the previous commands that I have typed. Is . . .

windows-10runhistoryrun-command
  • 0
  • 0
  • 434
3 years ago by Prasanth

(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions.  : AH00072: make_sock: could not bind to address [::]:80 (OS 10013)An attempt was made to access a . . .

apachebind-errormakesock
  • 0
  • 0
  • 584
4 years ago by Riley

Hi Guys, I changed the password for the Microsoft account that is linked to my PC recently. Now when I  try starting a remote desktop connection to that PC using the new password I get inccorect . . .

windows-10remote-desktoprdpmicrosoft-accountpassword
  • 0
  • 0
  • 756
4 years ago by jerry

I need to create a video tutorial on how to use particular windows application. Which is the best screen recorder applications that is available for free? I tried a few, but they all add some watermar . . .

screen-recorderwindows-10video-recorder
  • 1
  • 0
  • 488
4 years ago by Yad

I am trying to install Magento Open source using composer on a Windows machine. The command I run is php composer.phar create-project --repository-url=https://repo.magento.com/ magento/project-commun . . .

magentoopen-sourceinvalid-credentialaccess-keyinstallation
  • 1
  • 0
  • 2439
4 years ago by Laura

I can't delete files that has filenames ending with a dot(.) character in Windows 10. I simply press the delete key and also right click delete. Both gives me the error message file doesn't exist. I . . .

windows-10ftpfile-delete
  • 0
  • 0
  • 1148
4 years ago by Mary Reejo R

I created a json with PHP code as shown below PHP code: while($row1=$check1->fetch_assoc()) { $empleadresult['empname']=$row['empname']; $empleadresult['empemailid']=$row1['empemailid']; $C . . .

php--jsonmysqli
  • 5
  • 0
  • 639