2016/9/12 MondaySend present to Teacher Weihu2016/9/13 TuesdayListen to the class as an assistant2016/9/14 Wednesday2016/9/15 Thursday2016/9/16 Friday2016/9/17 Saturday2016/9/18 SundayHold a meeting about Bnu-lsved 2.0###########################################Additional1.exercise/C + +2.exercise Java3.exercise python4.exercise Linux5.exercise algorithm6.exercise Mathematical Statistics###########################################Schedule of
Most important things to do1.joint PhD Preparations2.journal paper to write3.solid fundamental knowledge including 中文版4.body Fitness2016/10/31 Monday1.prepare ppt for this afternoon ' s group meeting2.join the Group meeting3.modify ppt for afternoon ' s group meeting and reflect myself4.make plans for this week###########################################Additional1.exercise/C + +2.exercise Java3.exercise python4.exercise Linux5.exercise Mathematical Statistics Machine learning algorithm########
at - returnYES; - } - //The program is about to cancel the active state callback method. -- (void) Applicationwillresignactive: (UIApplication *) Application {} - in //how the program actually goes back in the background -- (void) Applicationdidenterbackground: (UIApplication *) Application {} to + //the procedure is about to enter the foreground callback method -- (void) Applicationwillenterforeground: (UIApplication *) Application {} the * //method that will callback when the
In OC, we use protocols and classifications to achieve multiple inheritance effects.
A protocol can only declare methods, not any instance variables.
Declaration Agreement:
@protocal Protocolname@optional//selectable@require//Required Default@endeg1 @protocal rules23 45@interface ABC: NSObject 67@endOnly method declarations in the protocol, no instance variablesImplements the implementation of the file in the class. The main function is invoked using the message mechanism.4. Classi
Java gets the Monday date of the week that the date is in by passing in a specified date, in the format of date: 2016-07-30
private static void convertweekdate (datetime) { simpledateformatsdf= new SimpleDateFormat ("Yyyy-mm-dd");//Set time format calendarcal=calendar.getinstance (); Cal.settime (time); //Judge whether the date to be calculated is Sunday, if it is minus one day to calculate Satu
Noon next night full of anticipation of the Li Huilai "Friends of Time" reading, the results are very disappointed, first don't say how Li classmate, this live application to people experience really poor, always intermittent, one hours of time to listen to estimate less than half of the content, low efficiency and no harvest. Speaking of Li classmate online evaluation of mixed, no matter how said he also affected millions of people, for him an ordinary but one hour to share also have more than
Woke up early by the alarm clock to work, stepping on a point to the company to work, and then browse the Web task to consider the solution, and a variety of colleagues to chat to lunch, after lunch lunch, and then to the afternoon is the communication chat after the meeting to the evening, a little rest after the meeting, and then work overtime to get home after the failure , very little time and energy is a personal initiative to use the time and energy to complete their own planning goals, al
I want to win a trophy, it's the most important.I hope to win the championship trophy, which is the most important thing.Win a trophy, stand on the very peak point of your career, which may be the dream of every one.There must is a magic moment in your life.Just as Portugal, they has won the European Championship today.They is a traditional strong team in Europe.But they won.And if you can keep on fighting, perhaps the next moment cleverest is the one you want to Be.Life was like riding a bicycl
variable: int A;Declare pointer variable: base type * variable name;Example: int* p; double** Q;Base type: The variable type "point" of the pointer int* p;P The base type of "point" is int type Q "point" double* type"Point": Char achar= ' G ';Char* p; The p=achar;//pointer variable p Stores the address number of the Achar variable, which is called the pointer p to Achar.3. Use of pointersint A;int* P=aint** qq=p//Two-level pointer "point" level pointerPrint Address:%pPrint Length:%lu sizeof ()I
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.