编程笔记

lifelong learning & practice makes perfect

something to be noted,test

系统安装:Win10+Ubuntu19.04双系统

电脑配置:双显卡+双硬盘

  • 型号: 神舟战神 Z8-CR7N1

  • CPU: Intel® Core™ i7-8750H CPU @ 2.20GHz × 12

  • GPU :GeForce RTX 2060/PCIe/SSE2

    ​ Intel Corporation UHD Graphics 630 (Mobile)

  • 模具 蓝天NH_50_ED

  • memory 16G

  • disk 512G SSD

    ​ 1TB HardDisk

    阅读全文 »

download the Typora-linux-x64.tar.gz,我的是64位机器
解压后文件夹下的Typora是可执行文件,cd 到该目录下,./Typora会运行程序。
添加软链接

ln -s typora所在目录/TYpora 桌面所在目录

阅读全文 »

阅读更多 < !–more– >

1、排版

  1. 一般情况下,源程序有效注释量必须在20%以上。

说明:注释的原则是有助于对程序的阅读理解,在该加的地方都加了,注释不宜太多也不能太少,注释语言必须准确、易懂、简洁。

  1. 相对独立的程序块之间、变量说明之后必须加空行。
    阅读全文 »

hexo 常用的markdown语法

阅读全文 »

博客文件均保存在 hexo/_posts/文件夹下

首先在 hexo > source目录下建一个文件夹叫Image,用来保存博客中的图片。

然后打开Typora的 文件 > 偏好设置,进行如下设置。

阅读全文 »

Gitalk

基于github的评论组件

设置github OAuth

Gitalk can only use GitHub accounts for comments.
Click here to sign up for a new OAuth Application
Other content can be filled in at will, but be sure to fill in the correct callback URL (usually the domain name corresponding to the comment page). Then you will get a Client ID and a Client secret.

创建github仓库存储评论数据

Create a repository you want to store Gitalk comments in your GitHub.

阅读全文 »

安装

  • github SSH keys密钥配置

    1
    2
    3
    4
    5
    6
    7
    8
    查看已有公钥
    ls -al ~/.ssh
    创建新SSH密钥
    ssh-keygen
    到github设置ssh公钥

    验证是否配置成功
    ssh -T git@github.com
    阅读全文 »

​ CImageList创建:读取图像,创建CImageList对象,将图像添加到对象中。

阅读全文 »

anaconda

环境切换

conda active environment_name

conda deactivate environment_name