Welcome to My Blog
04
28
php php
注意事项 空格不计 以分号结尾 不区分大小写 使用<?php phpinfo(); ?>检测文件 在php.ini文件中打开错误提示: display_errors = On error_reporting = E_ALL
2020-04-28
25
matlab matlab
普通语法: %单行注释 在行末加“;”会抑制自动打印功能 disp()相当于打印。disp(sprint(‘%0.2f’, var)控制小数打印位数。 help后直接加指令可以看该指令的指南 load后直接加文件名可以读取文件 save后直
2020-04-25
24
go go
Introcompiled, statically typed; compiled executables OS specific. some OO features: custom interface, types, structs
2020-04-24
22
cpp cpp
Data Type and Structuretemplate类似于Java的泛型e.g.: template <typename T> T maxof (const T &a, const T &b){
2020-04-22
16
c c
要点总结: GNU Compiler Collection也叫gcc,是最流行的C编译器之一。可以在很多操作系统中使用。在命令提示符中使用gcc cards.c -o cards进行编译。编译过后,一个cards.exe文件将出现(Wind
2020-04-16
01
r r
排序对数据集进行排序的时候,不打乱行之间的联系#sort m by using the order and keep the connections.#Don’t miss the comma after the order.sort_df
2020-04-01