未命名
笔记上传测试
FPGA学习
《深入浅出玩转FPGA》 FPGA的基本概念FPGA的器件结构内部结构可配置逻辑块片内存储器时钟资源数字信号处理块高速串行收发器外部存储器控制器模拟/数字转换模块FPGA的优势与应用FPGA的开发之路
基于Hexo搭建个人博客
当你看到这段文字的时候,很显然,我成功搭建了我的个人博客,这篇文章会记录我是如何搭建起来这个博客的。后续也会继续分享一些美化教程 现在,让我们开始吧! 环境准备HexoHexo介绍 Hexo是一个相对轻量级、傻瓜式的博客框架,可以快速地部署到GitHub中,对于没钱买服务器的学生党很是友好。 Hexo只提供了一些常用的基础的功能,没有后端,这限制了它的自由度与上限,但也使得它维护方便,加载更快。 总结:Hexo非常适合折腾的玩家,由于用的人多,无论是教程贴还是分享贴,都能很方便地在晚上搜到想要的。 此外主流的博客框架还包括Hugo、Typecho、Halo、Wordpress等 Hexo To Be Continue……
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment