上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 31 下一页

2018年2月19日

common lisp里的几个操作符

摘要: setf 赋值操作符,定义一个全局变量。返回值是最后一个赋值的结果。 let 局部变量操作符。let表达式有两部分组成。第一部分是任意多的变量赋值,他们被包裹在一个()中,第二部分是任意数量的表示式作为 let 的函数体。let 表达式的返回值为 最后一个表达式的求值结果。 cons 对象。 con 阅读全文

posted @ 2018-02-19 15:19 Lemo_wd 阅读(389) 评论(0) 推荐(0)

common lisp的几个基本概念

摘要: S-表达式 quote nil 与 () cons car cdr 真假 predicate 谓词与 t 与 nil null 函数 与 not 函数 if then else and 与 or defun recursion 递归 谓词 eql 与 equal format 与 read:form 阅读全文

posted @ 2018-02-19 14:38 Lemo_wd 阅读(136) 评论(0) 推荐(0)

2018年2月12日

上士闻道,勤而行之

摘要: 上士闻道,勤而行之 阅读全文

posted @ 2018-02-12 01:08 Lemo_wd 阅读(154) 评论(0) 推荐(0)

2018年2月7日

如何在 vuejs中使用第三方库

摘要: 原文:https://github.com/dwqs/blog/issues/51 阅读全文

posted @ 2018-02-07 16:24 Lemo_wd 阅读(145) 评论(0) 推荐(0)

2018年1月25日

python3 操作 mongodb

摘要: 原文 end 阅读全文

posted @ 2018-01-25 14:36 Lemo_wd 阅读(266) 评论(0) 推荐(0)

2018年1月21日

archlinux 下使用 aria2+uget 作为下载工具

摘要: 1.创建配置文件 sudo vim /etc/aria2/aria2.conf 创建 aria2.session 文件 配置 uget 注意 勾上 Lanch aria2 on startup end 阅读全文

posted @ 2018-01-21 17:11 Lemo_wd 阅读(3895) 评论(0) 推荐(0)

2018年1月18日

linux 压缩和解压

摘要: 加参数 p,使文件保持原来的权限。 阅读全文

posted @ 2018-01-18 01:42 Lemo_wd 阅读(160) 评论(1) 推荐(0)

2018年1月17日

linux 系统全盘恢复

摘要: 恢复备份 一、准备 1. 从 u盘启动,进入 live-cd 系统,配置好网络和镜像源,更新一下仓库的数据库。 2. 安装 timeshift 这个软件。 二、对硬盘进行分区 使用 gparted 分区工具。 三、开始恢复备份 根据 timeshift --help 的说明,执行以下命令: 之后会出 阅读全文

posted @ 2018-01-17 18:06 Lemo_wd 阅读(1404) 评论(0) 推荐(0)

2018年1月16日

linux 系统全盘备份

摘要: 备份程序对比 - Synchronization and backup programs 之前用的 tar进行备份了,更新 grub引导需要重建目录和手动挂载,不是很方便。现直接使用 timeshift(内部使用rsync) 进行全盘备份。 0.准备 磁盘垃圾桶和缓存清理一下。 sudo pacma 阅读全文

posted @ 2018-01-16 15:51 Lemo_wd 阅读(6982) 评论(0) 推荐(0)

gnome-shell 扩展

摘要: application menu topicons plus dash to dock native window placement netspeed no topleft hot corner openweather user themes status menu buttons 阅读全文

posted @ 2018-01-16 13:41 Lemo_wd 阅读(175) 评论(0) 推荐(0)

上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 31 下一页

导航