Mhex pool
M stands for mechanical screw; 3 means the external diameter of the tooth is 3 mm, D in the figure; 8 is the screw pitch, P in the figure
Mechanical screws generally have metric, American and Japanese standards. The screw specification is metric standard1. The screw model of metric screw is directly indicated by the outer diameter of screw, such as:
m3, that is, the outer diameter of screw is 3.00mm; M4, that is, the outer diameter of the screw is 4.00mm.
2. The screw pitch of metric screw is sometimes indicated at the back of the screw model, such as:
m3x0.5, m4x0.70, m5x0.8, M6X1, etc., but it is usually not mentioned because of the standard specification
extended data:
1. Screw code Description:
a-sharp foot screw; B - big head, flat foot screw; M-machine screw; K-flat head screw; P-round head screw; T-pin screw; W-band mesons
2. Commonly used screw head groove type classification:
slotted - word; Phil slot / cross; Hex Scoket - inner hexagon; One way - one way (only lockable, not exitable); Six lobe plum: square hole
3. Screw head type:
flat flat (after locking, the top is flush with the work piece); Oval salad head; Round round head; Pan round flat head / pan head; Truss - big round flat head; Hex hexagon
CStdioFile myFile;< br />
CFileException fileException;< br />
if(myFile.Open(pszFileName,CFile::typeText-124; CFile::modeReadWrite),&fileException)myFile.SeekToBegin();< br />
CString str1;< br />
myFile.ReadString(str1);< br />
CString str2;< br />
myFile.ReadString(str2);< br />
AfxMessageBox(str1+str2);< br />
}
else
{
TRACE(" Can`35;39; t open file%s,error=%u/n", pszFileName,fileException.m cause);< br />
}
myFile.Close();
2015-12-31 21:22:38 [Fujian Fuzhou Cangshan business hall] sent [Fujian Fuzhou Transit Department]
2016-01-01 12:15:31 [Guangdong Shenzhen company] sent [Guangdong Dongguan company]
2016-01-02:48:49 the express has arrived at [Guangdong Dongguan company] The scanner of dongdongdongnancheng company is the first group of Nancheng port group. The last stop is the express delivery of dongdongjiao branch sent by dongdongnancheng company at 02:55:05 on January 2, 2016. The scanner of dongdongjiao branch is the last stop at 08:21:53 on January 2, 2016 [Guangdong Dongguan Daojiao branch] has received
2016-01-02 08:21:53 [Guangdong Dongguan Daojiao branch] dispatcher [Pangjia] is sending
2016-01-02 11:34:00 has signed, the signer has signed
the automatic build tool of hex will generate the corresponding project file according to the current platform:
windows: open the newly generated hex.sln with visual studio, set the hexclient project to start the project, and compile it! Mac OS X: open the newly generated hex.xcodeproj with Xcode and compile it
after a period of time (depending on your computer hardware configuration), you will; src/hex/build The compiled result was found in the directory
hexium is essentially a modified chromium browser with node.js added. This subproject does not need the support of CEF
running the above-mentioned & # 160; hex.bat After the script, enter the chromium source code; src Run gclient hooks in the upper directory of. This is to ensure that all project files used to compile hexium are built correctly
after the construction of the project file, enter the & # 160; src/chrome Find
windows: chrome. Slnmac OS X: chrome. Xcodeproj
in the directory, open it with the default IDE and compile it
after a period of time longer than compiling hex (which also depends on your computer hardware configuration), you will find the result of compilation in
windows: Src / build / debug or release Mac OS X: Src / xcodebuild / debug or release
.
tools / raw materials
Photoshop
RGB
1
definition
RGB is to get all kinds of colors (from the network) by changing the red (R), green (g) and blue (b) channels and superimposing them on each other
2
code format
RGB code is expressed in the form of (x, x), where 0 ≤ x ≤ 255
for example (0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0) means that the red, green and blue values are all 0, that is, black
end
CMYK
1
definition and difference from RGB
C (cyan) m (magenta) y (yellow) K (black), CMYK is also called printing color mode
the images on the screen are presented in RGB mode, while the images on the printed matter are presented in CMYK mode
2
format
the expression of CMYK code is (x, x, x), where 0 ≤ x ≤ 100, where x is a percentage value
for example, white CMYK format is (0,0,0)
end
hex code
hex code format is # + six digits / letters, for example, pure blue is # - 0000ff
end
numerical conversion method
1
we know one of the three color codes, how to convert it into the other two, Photoshop or AI design software is recommended, This paper takes PS as an example
2
Open PS and click file - new to create a new Sketchpad of any size
3
and then select Edit - fill
4
in the pop-up dialog box, select "color..."
5
color palette as shown in the figure, corresponding to the values of RGB, CMYK and hex respectively
6
for example, to convert RGB (200100,0) to CMYK, enter these three values in RGB area, After that, the CMYK value (27,71100,0)
is displayed in the CMYK section http://jingyan..com/article/870c6fc311d3e5b03ee4be41.html