
auto backup
wangliang888888
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SQLite在线备份
转自 http://www.cnblogs.com/stephen-liu74/archive/2012/01/19/2326309.html一、常用备份: 下面的方法是比较简单且常用的SQLite数据库备份方式,见如下步骤: 1). 使用SQLite API或Shell工具在源数据库文件上加共享锁。 2). 使用Shell工具(cp或copy)拷贝数据库转载 2017-03-08 23:49:07 · 4970 阅读 · 0 评论 -
Git三大特色之Branch(分支)
本文转自https://blog.youkuaiyun.com/qq_32452623/article/details/78355976我习惯每篇博客都有个开篇还记得 Git 系列第一篇 Git 自我介绍的话吗?其中有 Git 自己都赞同的三大特色cheap local branching, convenient staging areas, and multiple workflows轻...转载 2018-08-16 17:10:16 · 425 阅读 · 0 评论