背景: ALSA是Advanced Linux Sound Architecture的缩写,高级Linux声音架构的简称,它在Linux操作系统上提供了音频和MIDI(Musical Instrument Digital Interface,音乐设备数字化接口)的支持理论知识: 1、人的声音是模拟信 ...
分类:
系统相关 时间:
2019-09-02 11:47:16
阅读次数:
126
hexo在yelee主题下搭建赞赏模块赞赏模块其实特别简单,只需要准备两张图片即可。一张是你支付宝收款图片,一张是微信收款图片。就可等待收钱啦,嘻嘻~~step1:编辑打赏模块的代码在themes/yelee/layout/_partial/目录下新建donate.ejs文档,其中内容如下:1234... ...
分类:
其他好文 时间:
2019-09-02 11:21:33
阅读次数:
176
require 'yaml' require 'find' require 'fileutils' SOURCE_DIR = "/media/zn/工作1/开发/网站主题数据/themes/" TARGET_DIR = "/media/zn/商品1/themes/" site_themes = YA... ...
分类:
其他好文 时间:
2019-08-18 21:53:30
阅读次数:
137
# coding utf-8 require 'find' require 'fileutils' SourceFile1 = "点开有礼.jpg" TargetDir = "/media/zn/工作1/开发/网站主题数据/themes" Find.find(TargetDir) do |dir| ... ...
分类:
其他好文 时间:
2019-08-18 17:16:06
阅读次数:
89
【课文】 we have an old musical instrument,It's called a clavichord, it was made in Germany in 1681.Our clacichord was kept in the living room, it has bel ...
分类:
其他好文 时间:
2019-08-16 00:34:03
阅读次数:
103
jstree的基本使用例子 jstree的基本使用例子 var menu = (function() { var _menu = {data:{}, initMenu : function() { $.jstree.defaults.core.themes.variant = "large"; $. ...
分类:
Web程序 时间:
2019-08-15 12:38:46
阅读次数:
130
快速安装 配置主题 从官网中可以预览各种主题,见 https://github.com/robbyrussell/oh my zsh/wiki/Themes。配置主题只需按一下步骤: 禁止粘贴命令时自动对特殊字符进行转义 (1)编辑 文件 (2)注释掉 解决中文乱码 在 添加 然后执行 更换系统默认 ...
分类:
其他好文 时间:
2019-08-11 14:57:45
阅读次数:
128
class GlobalSetting(object): site_title = '自己的命名' site_footer = '底部命名'# 收缩菜单 menu_style = 'accordion'# 启用自定义皮肤class BaseSetting(object): enable_themes ...
分类:
其他好文 时间:
2019-08-02 14:44:02
阅读次数:
122
Musical Theme 题目大意 给出一串数字(每个数字范围1...88),问是否存在两个长度相等的不重叠子串,两串每两个同位数字的差值为定制。长度小于5则输出0,否则输出最大长度。 题解 巧妙而常见的转化:差分后差分串的两个长度为l的子串相等,则原串对应的两个长度为l+1的子串相等。 而后变成 ...
分类:
其他好文 时间:
2019-07-31 12:51:51
阅读次数:
51
安装iTerm2 iTerm2官方下载地址 http://www.iterm2.com/downloads.html 安装Oh My Bash 1.通过cat /etc/shells命令可以查看当前系统可以使用哪些shell; # List of acceptable shells for chpa ...
分类:
其他好文 时间:
2019-07-12 13:00:03
阅读次数:
108