Code & Poets


  • 首页

  • 关于

  • 标签

  • 分类

  • 归档

learn markdown

发表于 2018-02-22 | 分类于 学习markdown
测试JavaScript代码1234var ihubo = { nickName : "草依山", site : "http://jser.me" } 学会使用百度 知道自己想要什么 组合想要的东西的关键词 联想可能相关的词汇以备用 将想要知道的输入到搜索框 在搜索结果中寻找自己想要的 过滤匹配并且可信的搜索结果 如果没有找到,变换关键词重新尝试 测试c++代码1234567891011121314151617181920212223242526272829 #include<iostream> using namespace std; const double PI = 3.1415926; class Base { public: void set(int v) { val= v; } int get() { return val; } private: int val; }; int main(){ cout<<"hello world"<<endl; Base b; b.set(100); cout<<b.get()<<endl; return 0; } 测试Python代码1print "hello"
阅读全文 »

new year

发表于 2018-02-12
穿石坡湖在书院之上 在苍天之下 在眼眸之中 在多年之后
阅读全文 »

just for test

发表于 2018-02-12
Just for test,但是我觉得这挺酷的
阅读全文 »

你好,这是我的第一篇博客,使用hexo+github

发表于 2018-02-12
阅读全文 »

Hello World

发表于 2018-02-12
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
阅读全文 »

陈浩

5 日志
1 分类
2 标签
© 2018 陈浩
由 Hexo 强力驱动
|
主题 — NexT.Pisces v5.1.4