CI framework Source Code Reading Notes 1. ci framework source code notes
When I first started using the CI framework, I was planning to write a CI Source Code Reading Note series. Unfortunately, there was no action. There have been few projects recently, so I finally had som
STL source code analysis --- stl_multiset.h Reading Notes, stl source code analysis notes
The set in STL does not allow repeated key values. Therefore, multiset is available. The multiset and set operations are the same and have the same functions, but the multiset allows duplicate key values. In the insert operation u
Yii2 source code learning notes (13th) and yii2 source code learning notes. Yii2 source code learning note (13th), yii2 source code learning Note model class DynamicModel is mainly used to implement data verification in the model
Yii2 source code learning notes (11) and yii2 source code learning notes. Yii2 source code learning note (11), yii2 source code learning note Controller class, is the base class of all controllers for calling models and layout. 1?
CI framework Source Code Reading Notes 1. ci framework source code notesWhen I first started using the CI framework, I was planning to write a CI Source Code Reading Note series. Unfortunately, there was no action. There have been few projects recently, so I finally had some time to write something. So I want to record
[Code notes] view pictures, listen to sounds, and take Code notes.
I ,.
2. Engineering Drawing.
3. Code.
RootViewController. h
# Import
RootViewController. m
# Import "RootViewController. h "@ interface RootViewController () @ end @ implementation RootViewController-(id)
[Code notes] the user can save the crash and code notes after publishing.
1. Engineering Drawing.
Ii. Code.
AppDelegate. m
# Import "AppDelegate. h "# import" RootViewController. h "# import" NdUncaughtExceptionHandler. h "@ implementation AppDelegate-(BOOL) applicatio
[Code notes] Water Wave Effect, water wave of Code notes
I ,.
2. Engineering Drawing.
3. Code.
ViewController. h
# Import
ViewController. m
# Import "ViewController. h "// Add the header file # import" VWWWaterView. h "@ interface ViewController () @ end @ impl
[Code notes] Click the option box that appears, and click "Code notes"
I ,.
2. Engineering Drawing.
3. Code.
RootViewController. h
#import
RootViewController. m
# Import "RootViewController. h "@ interface RootViewController () @ end @ implementation RootViewController-(
[Code notes] the background color is displayed randomly, and the code notes are displayed randomly.
I ,.
2. Engineering Drawing.
3. Code.
RootViewController. h
RootViewController. m
-(Void) viewDidLoad {[super viewDidLoad]; // Do any additional setup after loading
Yii2 source code learning notes (17th) and yii2 source code learning notes
Theme class: the topic of the application. You can use the replacement path to get the root path and root link: yii2 \ base \ Theme. php.
1
The essence of C and C ++ code: Reading Notes and Code Reading Notes
I recently read
1. pointer to a member function
A
#include
B
#include
2. Implement your own assert macro
//assert.h#ifndef ASSERT_H#define ASSERT_Hextern void _assert(char*, char*, long);#define assert(cond) \((cond) \? (void) 0 \: _assert(#cond
Reading Notes while keeping code clean; Reading Notes
Chapter 4 clean code
1.1 code required
1.2 bad code
Never after
1.3 if you do not pay attention to the cost of chaos in the early stage, the efficiency of
Learning the learning notes series of OpenCV (2) source code compilation and sample projects, opencv learning notesDownload and install CMake3.0.1
To compile the source code of OpenCV2.4.9 by yourself, you must first download the compilation tool. CMake is the most widely used compilation tool.
The following is an introduction to CMake:
CMake is a cross-platform
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.