This article describes how to use python to generate executable windows.ProgramAnd port it to other environments without python.
The previous article briefly introduced how to package the command line program: Windows environment, Python package the command line program.
This article describes how to write a small program in the command line address book. The following are the ideas and codes for writing. You are welcome to discuss them.
1. goals
Write a command line Address Book program to add,
Create your own command-line address book program.In this app, you can add, edit, delete, and search your contacts (friends, family, colleagues, etc.) and their information (such as e-mail addresses and/or phone numbers).These details should be saved for later extraction.Python version 3.4.31 #Create your own command-
Windows Operation Command Summary: Common doscommand line operation commands all have these !, Operation Command Line
This article is a list of common windows operation commands I used in my daily work. I am grateful to the poor i
/svnbook-1.4/index.html 7, the difference between git and svn http://blog.csdn.net/bruce_6/article/ Details/38299677git is distributed SVN is centralized, SVN has only one central repository, and Git has unlimited, SVN has a global version number, Git does not, git does not have to be networked to see all the LOG,SVN must be networked, Git saves the metadata, SVN is copying the entire document; Git emphasizes branching, and SVN is just a different file directory, or copy.Using the SVN
[Windows] _ [elementary] _ [use the command line tool dumpbin to analyze the file] and command line dumpbin
Dumpbin (vs built-in)
1. Export the function symbol (symbols) of the lib File)
Dumpbin/exports zlib1.lib
Microsoft (R) COFF/PE Dumper Version 10.00.40219.01Copyright
Tag:warserverhardware must be font Registration Services Project ramros register Start service: windows Server registration Stop open cmd window-start-run-input cmd, enter NBSP; Register service Command NBSP;CD c:\windows\microsoft.net\framework\v2.0.50727 (written according to your Framework version (V2.0.50727NBSP; can replace v4.0.30319) installutil.ex
Open the CMD window as an administratorWin7:Registration Service CommandCD C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727InstallUtil.exe D:\HardWareServerService.exe (Hardwareserverservice the name of the project)net start Computerservice (Computerservice is the name of the service) [This step I did also succeeded]Original Reference Address: http://blog.csdn.net/muzai/article/details/19540607You cannot start a service from the
1. Run cmd as Administrator2. Installing Windows ServicesCD C:\Windows\Microsoft.NET\Framework\v4.0.30319 (InstallUtil.exe path, note that the version number of InstallUtil.exe needs to be the same as the version number of the project)3. Installing Windows ServicesInstallUtil.exe d:\ Project-related files \monitoringtest\dialtest\bin\debug\projecttest.exe (projec
Transferred from: http://www.x2009.net/articles/windows-command-line-prompt-start-path-space.htmlWhen you use the command line prompt in Windows to execute this instruction (testing the start
This article is collected and collated by www.169it.comIn a Chinese Windows system, if a text file is UTF-8 encoded, the contents of the file are not displayed correctly in the CMD.exe command-line window (the so-called DOS window). By default, the code page used in the command-lin
following commands:Netsh Advfirewall set currentprofile state onnetsh advfirewall set currentprofile firewallpolicy blockinboundalways,allowoutbound
netsh firewall set opmode mode=enable exceptions=disable Profile=domain
Run the following commands:Netsh Advfirewall set domainprofile state onnetsh advfirewall set domainprofile firewallpolicy blockinbound,allowoutbound
netsh firewall set opmode mode=enable profile =all
Run the following commands:netsh advfire
In Windows Command Line (cmd), you can quickly find files (similar to the find command in Linux ).For/r usage
Using the find command in Linux makes it very convenient to search for files. Is there a similar command in
In a Chinese Windows system, if a text file is Utf-8 encoded, the contents of the file are not displayed correctly in the Cmd.exe command-line window (the so-called DOS window). By default, the code page used in the command-line window is Chinese or American, that is, the en
. txtc:\users\cashey\desktop\testdir\doc\2. txtc:\users\cashey\desktop\testdir\src\test.py# Find all txt files in the TestDir directory and all subdirectoriesC:\users\cashey\desktop> for/R TestDir%iinch(*.txt) Do@Echo%ic:\users\cashey\desktop\testdir\doc\1. txtc:\users\cashey\desktop\testdir\doc\2. txt# Find all txt and jpg files in the TestDir directory and all subdirectoriesC:\users\cashey\desktop> for/R TestDir%iinch(*.txt,*.jpg) Do@Echo%ic:\users\cashey\desktop\testdir\b.jpgc:\users\cashey\d
Ubuntu does not require any additional configuration. For example, if you do not need to install ftp or other software, you can use the scp command to directly transfer files, which is really convenient! ✓ Dragon@192.168.253.137 :~ /You will be asked about your account's dragon password.
Ubuntu does not require any additional configuration. For example, if you do not need to install ftp or other software, you can use the scp
1. Take it for granted: Dir.exe, Dir.com, or Dir. bat. If you search C: \ Windows, you will be disappointed.
2. Where is it? Find a solution!
A. Check the processes displayed in ProcessExplorer. Recursively traverse a drive with many files using DIR. There is no new startup process, but cmd.exe is running.
B. Use processmonitorto perform the entire system activity. Unfortunately, except for cmd.exe, no new processes have been started.
3. Baidu (do
may not be available.
For further assistance:
? Db2-command-help with specifying commands
? Options-Help on all command options
? Help-about reading help screens
The previous three options can be run at the operating system prompt as DB2 option>.
!DB2IC-DB2 Information Center (for Windows only)
This comm
Install Python under 1.windowsDownload and install the website2. Post-Installation environment settingsMy Computer--Properties--advanced--Add the Python installation directory where path is set, such as C:\Python27; C:\Python333. Multi-version switching three ways:1) Modify the C:\Python27; C:\Python33 inside Python.exe for Python2.7.exe, Python3.3.exe, can distinguish2) The path path is removed and reserved for use.3) switch to using the Python interpreter in the Python.exe directory where you
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.