四号程序员

Keep It Simple and Stupid

Skip to content
  • Home
  • 读过的书
  • 从0到1实战微服务架构(第2版)

vscode支持C工程的多文件编译

Leave a reply

默认只支持单文件,修改.vscode/tasks.json中的
"args": [
"-fdiagnostics-color=always",
"-g",
"${workspaceFolder}/**.c",
"-o",
"${fileDirname}/${fileBasenameNoExtension}"[......]

继续阅读

This entry was posted in C && C++ and tagged C, vscode, 多文件, 编译 on 2023-03-24 by coder4.

轻量级状态机COLA

Leave a reply

https://cloud.tencent.com/developer/article/2014553

https://github.com/alibaba/COLA[......]

继续阅读

This entry was posted in 计算机技术 and tagged cola, 状态机 on 2023-03-24 by coder4.

Midjourney词汇总结

Leave a reply

简单的实战教程

1 风格

  • 照片风格 photo style
  • ink style水墨风格
  • studio Ghibli 宫崎骏风格
  • sketch 素描风格
  • landscape 山水画
  • Chinese elaborate-style painting 工笔国画
  • Trending on artsation A站趋势风格
  • Trending on pixiv concept art 概念艺术
  • surrealism 超现实风格
  • Ukiy[......]

    继续阅读

This entry was posted in 计算机技术 and tagged Midjourney, 关键词, 词汇 on 2023-03-23 by coder4.

diff如何忽略空格和空白字符

Leave a reply

这两个参数都要打开:
diff -w -B ./file1 ./file2

  • -B, --ignore-blank-lines ignore changes where lines are all blank
  • -w, --ignore-all-space ignore all white space

[......]

继续阅读

This entry was posted in Linux and tagged diff, 空白字符 on 2023-03-19 by coder4.

使用MarkDown直接做PPT:Slidev

Leave a reply

https://cn.sli.dev/

视频教程:https://b23.tv/ZLNXTnI 和 https://b23.tv/pVDQ9h8[......]

继续阅读

This entry was posted in 计算机技术 and tagged markdown, ppt, slidev on 2023-03-17 by coder4.

Post navigation

← Older posts

Categories

  • Android
  • C && C++
  • Go
  • iOS
  • Java
  • Linux
  • Mac
  • Perl
  • PHP
  • Python
  • RPC
  • Ruby
  • Visual C++ && C#
  • Windows
  • Wordpress
  • 前端技术
  • 大数据技术
  • 心情随笔
  • 搜索技术
  • 数据库技术
  • 未分类
  • 机器学习
  • 笔面题
  • 算法&数据结构
  • 网络&网络模拟
  • 计算机技术
  • 设计

Tags

  • Android
  • C
  • CentOS
  • c语言
  • Debian
  • go
  • gtk
  • Hadoop
  • Hive
  • ios
  • Java && J2EE
  • Java && J2EE
  • Java核心技术
  • KVM
  • Linux
  • MySQL
  • nginx
  • Oracle
  • PHP
  • Python
  • Python Essential Reference
  • shell
  • socket
  • Ubuntu
  • VC
  • windows
  • 严蔚敏
  • 中文
  • 乱码
  • 卷2
  • 参数
  • 字符串
  • 安装
  • 实现
  • 排序
  • 教程
  • 数据结构
  • 核心技术
  • 算法
  • 算法技术手册
  • 编译
  • 读书笔记
  • 递归
  • 配置
  • 重读
Proudly powered by WordPress