Latest dos boot drive (graphic version) V1.0 (floppy disk + CD + USB disk + hard disk + NTFS + Emergency utility)
Various dos boot disks (graphic version) V1.0
I. Preface:
DOS is a little difficult, mysterious, and far-fetched for people who have been familiar with computers since the Windows age. However, it cannot be a stumbling block to understanding dos. Learning some dos knowledge will make you have a better time in the computer world and be abl
ASP utility Library source code
'Determine whether the file name is legalFunction isfilename (afilename)Dim serrorstr, inamelength, IIsfilename = trueSerrorstr = array ("/","\",":","*","? ",", "Inamelength = Len (afilename)If inamelength Isfilename = falseElseFor I = 0 to 8If instr (afilename, serrorstr (I) thenIsfilename = falseEnd ifNextEnd ifEnd Function
'Remove the consecutive carriage return and space at the beginning and end of the string.Funct
Percona utility-Introduction to pt-kill, perconapt-kill
Pt-kill is an excellent tool for kill MySQL connection and is part of percona toolkit, when the maximum number of connections is exceeded due to a large number of idle connections and a problematic SQL statement causes a high mysql load, you must kill some connections. This tool is mainly used for this purpose.
This tool is highly practical at work to obtain matching connections from show process
User Management Utility commands (version 2)User management commands
Pwck # detect the/etc/passwd file # If the/etc/passwd is incorrect, the system will prompt
Vipw # edit the/etc/passwd file. The only difference between vipw and VI will lock the/etc/passwd file.
Id # view User id and group information
Finger [username] # view User details [you may need to install it on your own]
Su switching user # added-there will be an environment variable to swit
User Management Utility commands (version 2), User Management Version 2User management commands
Pwck # detect the/etc/passwd file # If the/etc/passwd is incorrect, the system will prompt
Vipw # edit the/etc/passwd file. The only difference between vipw and VI will lock the/etc/passwd file.
Id # view User id and group information
Finger [username] # view User details [you may need to install it on your own]
Su switching user # added-there will be
The example here is C # writing NotepadFirst: Solve file read and write problems1. READ: File-Open Click Time is a new OpenFileDialog prompt box to select a file, read by using the FileStream file stream wayclick MethodFileStream reading method 2. Save: Write directly to the file3, Save: Operation with SaveFileDialog and FileStreamSaveFileDialog methodFile Save methodC # utility File Store
ThinkPHP framework. III. Utility 1. in the php program, if you want to use the session technology, you must first enable sessionSession_start (); in the tp, the session mechanism is enabled by default.
1. session
In a php program, if you want to use the session technology, you must first enable the session
Session_start ();
In tp, the session mechanism is enabled by default.
If the session technology is not used in our program, we recommend
PanPen120 on CSDN original, such as other sites reproduced please pay attention to the layout and the source:First of all: although this period of time to contact MongoDB and some new controls in the toolbox, and some new things such as DataTable active overtime, but did not summarize to csdn up, a lot of summary, a lot of progressKey words
DataTable
What is it?
Excel-like tables
How to use it? //New TableDataTable dt =NewDataTable ();//define table structu
FireBug Web Development toolsView JSON format in Jsonview browserCacheviewer View browser cache files, tools, options, advanced network content cachingFirefox cache file C:\Users\ user name \appdata\local\mozilla\firefox\profiles is a mess to see with tools,Do not view files like settings->internet temporary files, general---->internet options, IE browser toolsC:\Users\ User name \appdata\local\microsoft\windows\temporary the cache file under Internet files is well recognizedClassic Two clutch k
{ - background:#f00000; - } - } - style> in Head> - Body> to + Body> - HTML>A simple example of responsive layoutThe above uses the Max-width, which is triggered when the window is less than the specified value, and can also use Min-width, which indicates that it is triggered when the specified value is greater thancan also be used in combination, (MAX-WIDTH:V1) and (MIN-WIDTH:V2), indicating that the style is triggered when within this intervalHow do you change a fixed-
} ' f Ilename13. Interlaced removalAwk ' {if (nr%2==1) {print}} ' F Ilename14. Total number of rows with more than 5 printed fieldsAwk-f: ' Begin{num=0;} {if (nf>=5) {num++;}} END {print num;} ' f Ilename15. Write an awk script to count the various types of files in/dev#!/bin/awk-fbegin{Ff=0Dd=0Bb=0Cc=0Pp=0Ss=0Ll=0}{if ($ ~/^-/){ff++}if ($ ~/^p/){pp++}if ($ ~/^b/){bb++}if ($ ~/^/){Cc++}if ($ ~/^d/){dd++}if ($ ~/^l/){ll++}if ($ ~/^s/){s++}}end{Print "f ile:", F FPrint "directory:", DDPrint "Chara
as using the package installation plugin.
ESC exits the cursor multi-line selection, exits the search box, command box, and so on.
Display class
Ctrl+tab Toggles the tab of the current window in the order in which the files were browsed.
Ctrl+pagedown Toggles the tab of the current window to the left.
Ctrl+pageup Toggles the tab of the current window to the right.
alt+shift+1 window split screen, restore the default 1 screen (non-keypad number)
Alt+sh
be written to disk immediately. It is also possible to lose some of the modifications to the persistence of the AOF mode. The configuration file tells Redis the time we want to write to disk via the Fsync function os5. Publish and subscribe to messagesA Publish Subscription (PUB/SUB) is a message communication pattern that is primarily designed to decouple the coupling between a message publisher and a message subscriber, and Redis acts as a pub/sub server, which functions as a message route be
the usage status of memory and swap-M: in megabytes-G: in gigabytesMkswap: Creating Swap partitionsmkswap [option] DEVICE-L ' LABEL 'Swapon: Enable swap partitionswapon [option] [DEVICE]-A: Activate all swap partitions-P Priority: set its precedence;Swapoff: Disable swap partitionswapoff [option] [DEVICE]A view of space occupancy information such as file systems:Df:disk Free-h:human-readableNumber of-i:inode-P: Output in POSIX-compatible formatDu:disk usage-h:human-readable-s:summaryFile system
TAB key to automatically generate 2010 |2012 | 2013Break it up and readThe above plugins are my favorite extension, in addition, Vscommands, Resharper is also a good extension, but vscommands normal version (free) Most of the features are also available in Productivity Power Tools, and Features that are not available in Productivity Power Tools, such as auto-hiding Visual Studio menus, packaging project files, are either a little bit of a problem or a feature that is rarely used for me. and R
Today when doing a data export, found that the exported data is empty causes the conversion error, how do we determine the DataTable table column data Book is empty? Please look at the following code ...Private void Export (string FilePath, DataTable DT){.....for (int i=0;i{Before you judge an old error: object is not referenced to the display columnBecause dt[i]["OrderNo"] is empty at all, cannot tostring ();String orderno=dt[i]["OrderNo"]. Tostring () = = ""? " ":d T. row[i]["OrderNo"]. Tostri
Create a repository archive by using Repository Creation utility1. Create with Repository Creation utility1.1 Using the downloaded RCUHttp://www.oracle.com/technetwork/middleware/data-integrator/downloads/index.html1.2 Using Middleware\oracle_home\oracle_common\bin\rcu.bat or rcu.sh (easiest) after installing the ODI2. Use the ODI studio menu bar to createCreate Archive1. Navigate to the \oracle\middleware\oracle_home\oracle_common\bin directory and start RCU.Referencehttp://docs.oracle.com/midd
operation to a file pointed to by the FP
int fflush (int fp)
Move the position of the file pointer to the beginning of the file
int rewind (int fp)
Returns the pointer offset bit (offset) value for the file FP. Returns False when an error occurs
int ftell (int fp)
Moves the file FP pointer to the specified offset bit (offset). When FP is opened by fopen () http://... Or ftp://... This function is invalid when you wait for a URL file
int fseek (int fp,int offset)
Reads the file and writes the fi
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.