- 博客(7)
- 问答 (1)
- 收藏
- 关注
原创 推送Markdown到WordPress
契机自己在搭建网站Wordpress的时候,发现wordpress对markdown的支持并不是非常好,这让我非常难受啊,研究生期间我可是markdown的重度用户,毕竟Typora太好用了,比起word编辑不知道高到哪里去了。于是网上找来找去啊,找不到一个合适的,要么需要曲线救国,要么需要一些有限制的软件,所以就是没有一个完美的解决方案,但很快啊,我在知乎上看到《WordPress+PublishMarkdown快速构建个人博客》这篇文章,顿时就来劲了啊。文章是20年2月份写的,我赶紧去下载试了一下,
2021-07-28 17:58:42
956
5
原创 虚拟机ping不通主机|外网IP连不上虚拟机
虚拟机ping不通主机|外网IP连不上虚拟机参考网址:https://www.lullabot.com/articles/fixing-docker-and-vpn-ip-address-conflicts问题:虚拟机有个web服务,开启了3000端口监听,VMware已经设置了NAT IP映射,将虚拟机IP:3000映射到宿主机的8888端口,浏览器能够通过localhost:8888打开网页,但是不能通过ip:8888打开网站,并且发现虚拟机不能够ping通主机,折腾了一天,终于发现了问题并解决了。
2021-05-11 21:38:21
595
1
转载 vscode配置C++
转载文章出处:https://www.cnblogs.com/TAMING/p/8560253.html个人总结:下载vscode下载MinGW-w64,并且配置到环境变量在vscode搜索Code runner,C/C++,并安装,顺带安装C++ Intellisense,关闭重启在文件>首选项>设置>用户设置>拓展>Run Code Config...
2019-03-25 10:00:06
461
转载 记录使用STM32所遇到的问题,并且能够解决
1.Keil uVision5 下载程序 add flash programming algorithm选项缺少所需的算法https://blog.youkuaiyun.com/u010893262/article/details/70847475 2.Overlapping of Algorithms at Address 08000000Hhttps://blog.youkuaiyun.com/sy_...
2018-09-05 22:21:28
620
原创 在Ubuntu上烧写固件到NodeMCU
小白一个,几经折腾,终于通过ubuntu烧写固件到nodemcu上了,总结一下经验因为我要用到SD卡,但是作为小白,一开始没找到什么资料,后来硬啃官方文档才知道要编写固件但是一共有三种方法可以得到----官方文档-----试验了三种,两种成功,一种不会解决的bug遂放弃1、通过在线编写固件,在网页的比较下面有这个选项,就是可以支持外置SD卡读取,此方法最简单,而且最好用gmail收取,...
2018-08-24 22:08:47
1105
原创 leetcode_4
There are two sorted arrays nums1 and nums2 of size m and n respectively.Find the median of the two sorted arrays. The overall run time complexity should be O(log (m+n)).Example 1:nums1 = [1, 3]nums2...
2018-03-25 16:00:35
139
原创 leetcode_2
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return i...
2018-03-25 14:13:01
148
空空如也
怎么用ofstream输出固定长度的字符数组?
2018-12-21
TA创建的收藏夹 TA关注的收藏夹
TA关注的人