04 2019 档案

摘要:/** * 图片上传 * @return */ @PostMapping(value = {"/uploadPicture","/uploadHead"}) public Result uploadHeadPortrait(HttpSession session,@RequestParam("fil 阅读全文
posted @ 2019-04-30 17:52 熊云港 编辑
摘要:打印 函数调用 返回多个参数,字符串连接 for循环 if条件 数组 Jey Tom Nick 导入库 table输出 阅读全文
posted @ 2019-04-23 13:28 熊云港 编辑
摘要:c++代码规范 [TOC] 前言 作者:孟赛 版本:v1.1 本规范参照 "google cpp styleguide" 修订 V1.0 2019/04/15 初始版本 V1.1 2019/04/27 添加章节 `5.10 new `x 修正部分内容。 1. 头文件 通常每一个 文件都有一个对应的 阅读全文
posted @ 2019-04-18 13:29 熊云港 编辑
摘要:启动 重启 创建库 添加 删除 提交 拉取 更新 查看日志 查看状态 配置权限 创建分支 切分支(创建文件夹,需要进入文件夹提交) 合并至主分支 加锁 乐观锁:加锁后限制其他用户提交,加锁的用户提交后自动解锁 解锁 阅读全文
posted @ 2019-04-17 18:47 熊云港 编辑
摘要:git clone git clone --branch 克隆指定分支 git clone --depth=1 克隆最近一次commit(减小体积) base git status git config --global core.autocrlf input 签出不转换,lf一致 git conf 阅读全文
posted @ 2019-04-17 16:54 熊云港 编辑
摘要:```c++ include include include using namespace std; int main22(int argc,char argv[]) { //创建文件 //lpFileName:将要打开的串口逻辑名,如"COM1"; //dwDesiredAccess:指定串口访 阅读全文
posted @ 2019-04-16 10:31 熊云港 编辑
摘要:指针和引用 指针:是一个变量,存储着一个地址(占4个字节),这个地址指向一块内存。 引用:是一个已有变量的别名,所以引用在创建的时候就需要初始化。 c++ include using namespace std; typedef struct{ int a; int b; int c; void ( 阅读全文
posted @ 2019-04-16 10:24 熊云港 编辑
摘要:第六版 操作符重载 const总结 存储持续性 自动存储持续性 函数和代码块中的变量 静态存储持续性 函数外定义或static的变量 动态存储持续性 使用new分配的内存一直存在 线程存储持续性 c++11,变量使用thread_local定义时 阅读全文
posted @ 2019-04-04 10:45 熊云港 编辑

点击右上角即可分享
微信分享提示