会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
a963383404
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2016年9月6日
docker笔记
摘要: 1.下载镜像: sudo docker pull 镜像名 2.32位的ubuntu中安装64位的docker镜像会报错 ”Error response from daemon: rpc error: code = 2 desc = "oci runtime error: exec format er
阅读全文
posted @ 2016-09-06 14:42 KD-VS-WB
阅读(486)
评论(0)
推荐(0)
2016年8月26日
Learn GIT
摘要: 1.创建版本库: git init 设置用户: git config --global user.email "you@example.com" 2.添加到仓库(将修改的内容提交到"暂存区"中) git add 1.txt 3.提交到仓库(将“暂存区”中的内容提交到当前分支上) git commit
阅读全文
posted @ 2016-08-26 01:04 KD-VS-WB
阅读(281)
评论(0)
推荐(0)
2016年8月5日
ubuntu一些常用的命令
摘要: 1.docker里的ubuntu不知道密码,更新密码 sudo passwd 2.解压zip文件 unzip xx.zip 3.安装LAMP (1)sudo apt-get install apache2 (2)apt-get install php libapache2-mod-php (3)ap
阅读全文
posted @ 2016-08-05 23:13 KD-VS-WB
阅读(1191)
评论(0)
推荐(0)
2016年7月23日
ubuntu安装(owncloud-docker安装)
摘要: 1.源下载地址:http://mirrors.aliyun.com/ubuntu-releases/ ubuntu-16.04-server-amd64.iso 2.在虚拟机上安装完后 (1)查看IP地址:ifconfig (2)SercureCRT上连接,提示“The remote system
阅读全文
posted @ 2016-07-23 18:45 KD-VS-WB
阅读(1080)
评论(1)
推荐(0)
2016年6月1日
数据库导出
摘要: 1.导出数据库 mysqldump -u root -p vcloud>owncloud9_1.sql 2.从docker容器中移出 scp owncloud9_1.sql vcmy@192.168.31.27:~ 然后输入密码。 3.移动到指定目录 mv owncloud9_1.sql /ownc
阅读全文
posted @ 2016-06-01 14:51 KD-VS-WB
阅读(116)
评论(0)
推荐(0)
2016年5月31日
StudyFoxCMS-8
摘要: 1.swiper插件使用 首页图片滚动插件。 (1)下载:bower install swiper (2)使用:参考中文官网(http://www.swiper.com.cn/usage/index.html)
阅读全文
posted @ 2016-05-31 00:11 KD-VS-WB
阅读(134)
评论(0)
推荐(0)
2016年5月27日
StudyFoxCMS-6
摘要: 1.phpstrom中安装emmet File=>Settings=>Plugins=>右侧搜索框搜索“emmet”=》点击下方中间按钮“Browse repositories”=>双击安装 作用:快速生成代码 在html文件时输入: ul.test#testul>li.testli*5>a*2再按
阅读全文
posted @ 2016-05-27 15:20 KD-VS-WB
阅读(547)
评论(0)
推荐(0)
2016年4月4日
递归存储过程
摘要: select id from oc_groups where FIND_IN_SET(id, getChildLst(23)); select id from oc_groups where FIND_IN_SET(id, getChildLst(9)) CREATE FUNCTION `getCh
阅读全文
posted @ 2016-04-04 23:01 KD-VS-WB
阅读(296)
评论(0)
推荐(0)
2015年11月2日
151102SQL语句
摘要: $condition = array($pk=>array('in',explode(',',$id)));//???$this->model->where($condition)->delete() //DELETE FROM `user` WHERE `id` IN...
阅读全文
posted @ 2015-11-02 15:26 KD-VS-WB
阅读(155)
评论(0)
推荐(0)
2015年10月8日
151008:javascript不明白的地方
摘要: http://www.cnblogs.com/ahthw/p/4841405.html,在这里面: function compare(num1, num2){ return num1 - num2; } var nums = [3,1,2,100,4,200] nu...
阅读全文
posted @ 2015-10-08 16:42 KD-VS-WB
阅读(106)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告