有没有比较好用的前端用户端模板或者框架?
std::vector<std::tuple<std::string,std::string>> get_files(std::string& dir,std::string& web_dir){ // ../assets/Index/dist/assets a...
vite项目中的 vite.config.ts import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' // https://vitejs.dev/guide/api-plugin.html#universal...
char* HtmlUtil::readFile(std::string& file_name){ std::ifstream file(file_name); file.seekg(0, std::ios::end); int fileLength = file.tellg();...
void PQUtil::updatePsql(std::string& path,std::vector<std::tuple<std::string,std::string>> codes){ std::filesystem::path p(path); auto...
std::vector<std::string> FileUtil::readDir(std::string& dir,std::string& extension){ auto ret = std::vector<std::string>(); std::f...
微软的lsp所引起的变革 随着vscode及相应的language-server-protocol的流行,ide及编辑器对项目代码的“理解”有了质的飞越。 C++的languge server主要是clangd(llvm的标...
具体题目在这里,leetcode.com/problems/merge-two-so...简单说,就是两个链表,按顺序合并 我对于怎么遍历写next的值有点疑惑,所以参考了个一个leetcode上的回答,但没...
非常丧,丧到这个大周六的晚上,孩子们都睡了,我一点看书的心情都没有。 三个原因:1、昨晚上先生说,看你准备找工作也有一阵子,每天看着还像点样子,今天我们来场模拟...
刚入行一年左右,之前一年一直重复crud工作,且是非常简单的。刚入职新工作,加入了一个公司自研项目,三年左右了。代码量很大,开始接触开发任务了,但定位不到正确的代...
最近找了一份工作,公司买了一套电商加分销的系统,妥妥的里面都是bug找起来真的太难了,头都有点大,给的工资在高也难受啊,加班一直弄弄了一周7天基本连轴转没怎么休息...
我知道的有 word(应该是用户量最大的了)pdf(含latex和tex,很多的书籍都是这样的)htmlmarkdown(很多都是)restructuredtext(llvm和python项目的标准文档)asciidoc...
无意间看到 @小李世界 写的《有的没的》,发现这个不错,可以直达文档而不用搜索。 我也想要一个,可是一看自己声望不够。只能说平时潜水太多,冒泡太少了(多冒泡才行)...
十月份真的是倒霉的,快点结束吧![图片]
现在的clang已经集成了一个cpp的解释器了,叫做clang-repl。 视频地址 www.bilibili.com/video/BV1G14y1L7n...
社交账号:
我要举报该,理由是: