We often look at the basic Computer configuration information, how to view the information, this article teaches you to use Notepad to obtain system configuration information method.
Under normal circumstances, we need to use a system tool software to obtain system information. How do we get system configuration information if there are no software tools available around?
The following methods, using only the No
notepad++ and Dreamweaver Editor are very powerful, but we usually only in the normal search on, and sometimes we need to replace some of the rules or rules of things, this can be used to replace the regular, the following look at these examples.
For example: Give a list of values, add
The code is as follows
Copy Code
1234To be replaced by:
Ctrl+h Open the replacement window and enter in the lookup target: (. +
Build Notepad interface with PYQT51 #-*-coding:utf-8-*-2 """3 Introduction: Use PYQT5 to make a dialog box, there is a menu (2, there is a separate icon, shortcut), the cue bar (only the main window has a prompt bar), exit with two times confirmation4 ideas: References and refactoring methods in PyQt55 6 thinking: PYQT5 requires that the component be built before it is called, but the connection object can be placed behind7 """8 9 Ten ImportSYS One f
1, in Settings-language format settings to open the interface:
Select a theme to modify.The front color is the font color, and the background color is screen colored.
2, set to the format you want, do not forget the most important step, check the following those who use the global settings of the checkbox.
3. How to change the color of the selection bar of the Notepad line
How to change the selection of the line of
In the process of code editing with notepad++, it is always felt that there is keil that can be used to make multi-line annotation shortcuts convenient, in fact notepad++ can also be a single line, multi-line, block annotation and uncomment ....
Shortcut keys are as follows: Single line, multiline comment//mode: ctrl+k block Annotation/* * */mode: Ctrl+q Cancel single line, multiline, chunk comment :
Today I wrote a Java program with Notepad, the test can run, now break it down into several steps to help you understand:
1. Create a new Notepad, the suffix name is. java, and then write a section of Java code inside, as shown:
2. Put the written Java file into D disk, is the first step given the class file;
3. Open the DOS interface to start-〉 run-〉cmd-〉 This is the command line mode, select D disk,
The notepad ++ notebook downloaded from the Internet, but it is not convenient to use it in the right-click menu. This article uses three methods to register the right-click menu function for notepad ++. They only have a slight difference:
Method 1:Create a reg file as follows, copy the following content and replace the relevant path, save it, and double-click it to add it to the Registry.
Windows Registry
Simple use Notepad to remove the Thunderbolt 5 advertising method
Free to do nothing, the next 5 Green Lite version, found that the ads are still, so where to find ads,
Using the resource analysis software to find that the main program does not seem to be found in the installation directory, and finally,
See a file some suspicious, open a look, sure enough ~! haha! Go to the ad!
Use Notepad to open the
: (ID) Sender {NSString *name=self. title. Text; Assigns the input text in the caption to a pointer such as nameNSString *path=[nsstring stringwithformat:@ "/users/apple/desktop/%@", name];//the "address" you want to save to a pointer variable of pathNSString *content=[nsstring Stringwithcontentsoffile:path encoding:nsutf8stringencoding error:nil];// Remove the file from the address to the contentSelf. Text. text=content;//the text in the content is displayed in the text box of the text view}-(v
audition recording Activityif (Path.substring (Path.length ()- 3, Path.length ()). Equals ("Amr")) {Intent Intent = new Intent (addactivity.this,showrecord.class); Intent.putextra (" Audiopath ", path); startactivity (intent);} Picture, then jump to view the image of the interface else{//there are two ways to view the picture, the first is to directly call the system's library to view the picture, the second is to customize the activity//call system library to view the picture/*intent Intent =
Dialoginterface.onclicklistener () {@Overridepublic void OnClick ( Dialoginterface Dialog, int which) {Dialog.dismiss ();}}); Alertdialogbuilder.create (). Show (); }At this point, all the functions of the artboard have been implemented.In fact, there is a more interesting function, is to set a pencil icon for the brush, the main principle is that in the custom view of the OnDraw method, the pencil picture is loaded in, and set the picture to move along the path.In the OnDraw method in
Using Regular Expressions can well complete a lot of tedious and time-consuming work. The following transcription editplus regular expressions are also applicable to notepad ++:
Expression description
\ T tab.
\ N new line.
. Match any character.
| Match the characters on the left and right of the expression. For example, "AB | BC" matches "AB" or "BC ".
[] Match any single character in the list. For example, "[AB]" matches "A" or "B". "[0-9]" matches
Yan has just invested in xinhuan notepad ++. His idea is like spring, and the code is no longer tired. She coded two articles in one breath ~
Continue. Quicktext is not exactly an artifact-level plug-in. It is just a plug-in for short and quick input. Good availability, the efficiency is definitely a lever!
The following simple picture shows how the shoes are manipulated and conquered by others ~
After downloading and installing the SDK, go to her op
This example describes a Python-based tkinter implementation of Notepad. Share to everyone for your reference. Specific as follows:
From Tkinter Import *root = Tk ("Simple Editor") Mi=stringvar () Label (text= ' Please input something you like~ '). Pack () Te = Te XT (height = 30,width =100) te.pack () Label (text= ' File name '). Pack (side = left) Entry (textvariable = mi). Pack ( Side = left) mi.set (' *.txt ') def Save (): t = te.get
/downOpencv_core2411d.libOpencv_calib3d2411d.libOpencv_contrib2411d.libOpencv_features2d2411d.libOpencv_flann2411d.libOpencv_gpu2411d.libOpencv_highgui2411d.libOpencv_imgproc2411d.libOpencv_legacy2411d.libOpencv_ml2411d.libOpencv_objdetect2411d.libOpencv_ts2411d.libOpencv_video2411d.libWeekend Quests:1. Academic Ethics Discussion2. Lab Safety Exam3. English Composition4. The task of clearing the extension5. Other LearningSome machines may not have a code tray valueI'll make good use of GitHub, k
BookmarkF5 Open the Run dialog boxCtrl+space Open calltip list boxTab (selection of several lines) join spaceShift+tab (selection of several lines) removing spaceF11 fullscreenAlt+0 Folding AllAlt+shift+0 Expand AllCtrl+u into lowercaseCtrl+shift+u into uppercaseCtrl+q block comment/Dismiss commentF1 about HelpKey to add or adjust the cursor operation button:Forward (ctrl+f), Backward (ctrl+b), previous line (CTRL+P), next line (CTRL + N)Line Top (Ctrl + a), line at the end (ctrl+e)MethodMenu M
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.