Add it to the Registry. In start -- run, enter Regedit to expand HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Run. Create a new string key in the right border and add the name Command for you.ProgramAnd set its key value to the complete path of the program. For example, "G: \ Application \ 360 security guard \ 360safe \ safemon \ 360tray.exe"
C: \ Users \ Administrator \ appdata \ roaming \ Microsoft \
I have been familiar with hadoop for a long time. I used to get it from virtual machine Linux, but recently my computer is too stuck, so I had to use cygwin to simulate the Linux environment in Windows to learn hadoop. Setting up a hadoop environment in Windows is prone to errors. In the past, due to space in the path, it took a long time to solve the problem. The following error occurs when hadoop is start
After installing Windows and Linux dual systems, the system boots up to grub for control.
If you want to modify the default boot system, modify the grub configuration, you can go into Linux, modify it with a text editor, or modify its configuration file with the command line:
# vi/boot/grub/grub.conf is opened, similar to the following:
Default=0
(This indicates the priority of the startup, 0 represents t
Tags: Service installation log file Info GPO blog Share python administrator fileMongoDB InstallationMongoDB ConfigurationCreate several folders as follows: Database path (\data\db\ directory), log path (\data\log\ directory), and log file (Mongod.log file)C:\data\log\C:\data\db\Creating a configuration file Mongod.cfgMongod.cfg content: Systemlog: destination:file path:c:\data\log\mongod.logstorage: dbpath:c:\data\dbMongoDB Service Installation startsCreate and start MongoDB service ad
is as follows:10001AccessBrowser AccessIn the browser input: http://localhost:27017 can see the following prompt: You is trying to access MongoDB on the native driver port. For HTTP diagnostic access, add the port number so that the MongoDB database service has been fully started.Client Connection DatabaseOpen another CMD window, the original window does not close, if the window closes then the service also closes first through the CD command to switch to the Mongodb\bin directory, and then thr
the MongoDB database. >help (View related information) >db.foo.insert ({a:1}) (Insert a,1 field value to Foo table, Foo table as default table) >db.foo.find () (View foo table data)Start MongoDB as a Windows service
Sign up for MongoDB ServiceEntry: E:\Work_App\MongoDB\binInput: Mongod-dbpath "E:\Work_App\MongoDB\Data\db"-logpath "E:\Work_App\MongoDB\Data\log\MongoDB.log"-install- ServiceName "MongoDB" (this must be run as Administrator)At this
Cmd>python3Fatal Python error:Py_Initialize:unable to load the file system codecImporterror:no module named ' Encodings 'Current thread 0x00001f28 (most recent call first): Cmd>python2no modules named XX Cause: An issue that occurs after an environment variable is changed. Need to modify environment variables add some paths:%python35%d:\program files\python35\scripts\;D: \program Files\python35\;D: \program Files\python35\ Lib;d:\program Files\python35\lib\site-packages;d:\program files\python35
when electing leader. Because the pseudo-cluster mode is configured, the B and C parameters of each server must be different.Refer to the Zoo.cfg file under the Zookeeper-3.4.8-1/conf folder to configure Zookeeper-3.4.8-2/conf/zoo.cfg, zookeeper-3.4.8-3/conf/, respectively Zoo.cfg file, only need to modify DataDir, Datalogdir, ClientPort.Create a new myID file under the DataDir directory set in the three zoo.cfg files, write a number that indicates that this is the number of server, which must
Environment:
Operating System: Windows 7
WebLogic: 10.3.3
Problem:
After you create a Domain Based on the Installation Wizard, the service is started by default for the first time.
The following exception occurs during startup through the shortcut in the command line or start menu:
/Java/jre6/lib/EXT/qtjava.zip was unexpected at this time.
Solution:
Change the environment variable and delete
Tags: Windows service startup failed solution
When a service fails to start, it is often caused by a user changing the user name or password.
Today, I encountered the problem is that I changed the system administrator password encountered after I have the system administrator password to start PostgreSQL, the System pop-up dialog box display: 1069 error code (due to login failed to start the service).
S
Workaround: Boot into the BIOS, change interface combination, that is, the type of interface of the hard disk, changed from default raid to AHCI, save, reboot, all normal.
Event procedure:
Today, the boot into the Win7, in the start Windows suddenly encounter a blue screen, the above a pile of English prompts I said is recently installed hardware or software, so I took out the CD-ROM, wireless mouse receiver unplug, restart, the same as.
Because I
1. Download MongoDB installation package on official website2, the installation has been next can be installed successfully, but note that:You can customize the installation , select the installation path It is also worth noting that the installation was slow to download the compass. Remove the default check belowWait a little while the installation is complete ...3, after the installation is complete, the most important is the configuration of MongoDB3.1 After the installation is complete,:
1 CLS 2 @echo off3 : Set window font Color4 Color 0a5 : Set Window caption6 TITLE MySQL Management program by Thinkvenus7 8 Pager : Checkadmin9 Ten GotoMenu One : Menu A : Menu - CLS - Echo. the Echo=-=-=-=-Please select what you want to do with MySQL-=-=-=-=- - Echo. - Echo.1: Start MySQL - Echo. + Echo.2: Turn off MySQL - Echo. + Echo.3: Restart MySQL A Echo. at Echo.4: Exit - Echo. - Echo. =-=-=-=-Please enter the item number you want to select ↓-=-=-=- - Set/P id= - if"%id%" = = "1"GotoS
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.