Run a program A on the Xshell terminal today, then close the Xshell terminal and then go to Xshell with Ps-ef | The grep process name found that process a has been hung. Later on the Internet to find some information, cause the shell to open a process, when the shell terminal is closed, it will be opened to all the terminal process to initiate a hangup signal, all the process of signal processing exit, if we want to continue to run the process when exiting the shell, You need to use Nohup to ign
Standard query operator and standard query operator
The emergence of Linq makes the code much simpler. It was basically used in the project before, but it has not been fully organized. Today, we will use it this weekend to facilitate later use of it. Linq operations can be divided into aggregation, join, conversion, element operators, equal operations, generation, grouping, division, projection, quantity, f
IEEE754 standard floating point storage format, ieee754 standard floating point
Basic storage format (from high to low): Sign + Exponent + Fraction
Sign: Symbol bit
Exponent: Level Code
Fraction: valid number32-bit floating point Storage Format
Sign: 1 bit (31st bits)
Exponent: 8 bits (8 bits from 30th to 23)
Fraction: 23 bits (23 bits from 22nd to 0)
The true value of a 32-bit non-0 floating point is (pyth
Python standard library inspect, python standard inspect
The inspect module is used to collect python object information and obtain the parameter information of the class or function, the source code, the Parsing Stack, And the type check of the object. There are several useful methods:
Getargspec (func)
Returns an ArgSpect (args, varargs, keywords, defaults) name. args is a list of Function Location Parame
#include C Language: The standard input reads several lines of input. Each line of input is printed to the standard output, preceded by a line number. Line numbers cannot be restricted
; Date+ (NSString *) Transtodate: (NSString *) timsp{Nstimeinterval Time=[timsp Doublevalue];//If you do not use the local time zone, because the jet lag is 8 hours. = = 28800 secNSDate *detaildate=[NSDate Datewithtimeintervalsince1970:time]; //instantiate a NSDateFormatter objectNSDateFormatter *dateformatter =[[NSDateFormatter alloc] init]; [Dateformatter Settimezone:[nstimezone Localtimezone];//set local time zone//Set the time format, where you can set the format you want[Dateformatter Setda
1.0 7.12.10 lips released some Linux standards on mobile phones; Linux telephone terminal standardsHttp://www.lipsforum.org/downloads/LIPS-AWG-ERP-v1_0-20071206-A.RAR
Through this document, I would like to discuss my views:
You can download the document.
Lips Specification 1.0 includes reference model, telephone interface, instant communication, calendar and schedule, online status, and user interfaceArea, address book, and voice calls;
From the published documents, we can see that it is emp
Part 1ArticleStl_deque's design philosophy and STL memory management are explained in a rough way. At least we can see the tip of the iceberg.
In this article, I will refine the analysis of vector and analyze some functions in detail. In some cases, it is better to clarify some problems.
Open the source code of stl_vector and find that the design idea of the vector is exactly the same as that of stl_deque. It is reasonable to think about it and maintain the consistency of implementatio
xhtml| Standard | beginners | Web page
Document consistency
This version of XHTML provides strict adherence to the XHTML document definition, subject to the tags and attributes provided by the XHTML name address. For information that uses XHTML's other address spaces, such as the metadata expressed by RDF, see section 3.1.2.
Strictly follow the document.
A document that adheres strictly to XHTML requires only the mandatory functionality described
Standard | Web page
1. The death of Div
A Web page, no matter what. can use DIV to ~ ~ Most typical for a certain forum (dare not to play his name)What elements should be used to use what elements.Tbody is a good thing, and table can come out on one line, but not in all browsers.
Why is div so convenient? Because the div has no shrimp. No matter what to do, as long as adding a class or ID on the use, do not consider the hierarchical relationship, anyw
Operating systems typically have three standard file descriptors: standard input, standard output, standard errorThis is an abstract expression of the operating systemDifferent languages need to have different specific expressions, and of course it's just another packaging abstraction.For example, C + + cin cout CerrIn
The standard input is the file descriptor 0. It is the input to the command, the default is the keyboard, or it can be the output of a file or other command.The standard output is the file descriptor 1. It is the output of the command, the default is the screen, or it can be a file.The standard error is file descriptor 2. This is the output of the command error,
Sample variance and sample standard deviation
1. Definition: The average of the difference between the data in the sample and the average of the sample is called the sample variance, and the arithmetic square root of the sample variance is called the sample standard deviation.
Note: Both the sample variance and the sample standard deviation measure the amount o
Standard input generally refers to the mouse or keyboard input content and then through the Linux kernel processing, standard output is more simple, the computer monitor see the content that is the command after the output, which is called the standard input and output ....Standard error This is better understood, Linu
Have such an idea, do not know is feasible?
Example:The left column in the layout, its properties are: {left, width, background color, font, etc.}If you make each attribute a standard piece, then assemble it to useclass= "float width height background font padding ...", complete page layout style by reference to multiple class standard partsFirst, the need to define a good
Standard C language standard function library quick check (Cheat Sheet)
DescriptionThis page contains the C language standard version of the 15 header file explanations as well as functions, 137 functions and demos, you can click on the function name to see.
It is not responsible for any errors arising from this page. This page is not necessarily guaranteed to c
This article mainly introduces the Chinese standard Time to convert to the standard format of the method, the need for friends can refer to theThu Aug 2013 15:12:00 gmt+0800 (China Standard Time) The conversion code is as follows: function Formatten (num) {return num > 9? (num + ""): ("0" + num); function FormatDate (date) {var year = date.getfullyear (); var mon
To the photographic enthusiasts to share a detailed analysis of Canon 100D standard.
Analytical sharing:
Canon 100D comes with the EOS Digital Solution CD-ROM, software instructions CD-ROM, battery charger lc-e12 (including power cords), lithium battery lp-e12, stereo video cable avc-dc400st, USB connector cable, camera strap ew-300d.
Well, the above information is small knitting to all of you photography enthusiasts brought to the d
the shell can often be seen: >/dev/null 2>1 Eg:sudo kill-9 ' ps-elf |grep-v grep|grep $1|awk ' {print $4} ' 1>/dev/null 2>/dev/nullThe result of the command can be defined in the form of a%> output/dev/null represents an empty device fileWhere does the > delegate redirect to, for example: Echo "123" >/home/123.txt1 means stdout standard output, the system default is 1, so ">/dev/null" is equivalent to "1>/dev/null"2 indicates stderr
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.