会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
学者先要会疑
博客园
首页
新随笔
联系
管理
上一页
1
2
3
4
5
6
7
8
···
40
下一页
2019年4月20日
docker with redis
摘要: 1 docker run --name myredis -d -v /home/rudy/pro/database/redis:/data -p 6379:6379 --privileged=true redis
阅读全文
posted @ 2019-04-20 12:43 c3tc3tc3t
阅读(148)
评论(0)
推荐(0)
2019年4月7日
manjaro 添加当前用户到kvm
摘要: 原贴 https://askubuntu.com/questions/1050621/kvm-is-required-to-run-this-avd
阅读全文
posted @ 2019-04-07 10:36 c3tc3tc3t
阅读(689)
评论(0)
推荐(0)
2019年4月2日
安装flutter和dart总结
摘要: 1 manjaro从软件仓库安装就行,但是也可以下载安装包.然后添加到Path目录 我是安装dart从软件仓库, flutter下载压缩包添加到path 1.1 需要将android sdk , export , 1.2 android studio 或者Intellij idea 社区版本需要安装
阅读全文
posted @ 2019-04-02 17:37 c3tc3tc3t
阅读(1166)
评论(0)
推荐(0)
2019年3月9日
转:Intellij idea Version Control File Status Colors ( 版本控制文件状态颜色 )
摘要: https://blog.csdn.net/Bruce_Lee__/article/details/80261308 Added —— 添加 Added in not active changelist —— 在不活跃的变更列表中添加 Changelist conflict —— 变更列表中存在冲突
阅读全文
posted @ 2019-03-09 09:39 c3tc3tc3t
阅读(1045)
评论(0)
推荐(0)
2019年3月8日
vue框架之自定义组件中使用v-model
摘要: 通常 vue在html常见表单空间支持v-model双向绑定例如 1,当我们自定义组件时如何使用v-model? 答:代码实例如下 2 我们在自定义组件中使用v-model的目的是什么? 答:自定义模板上定义v-mode目的是向外传递值,也就是向他的父组件传递值,影响父组件的属性,通过父组件的属性初
阅读全文
posted @ 2019-03-08 16:19 c3tc3tc3t
阅读(2042)
评论(0)
推荐(0)
2019年3月2日
解决 Error: ENOSPC: System limit for number of file watchers reached
摘要: manjaro 18.0 kde版本 运行 yarn test报错 Error: ENOSPC: System limit for number of file watchers reached 解决: cd etc/sysctl.d然后 ls 看下里面 应该只有一个文件 我的叫50-max_use
阅读全文
posted @ 2019-03-02 14:41 c3tc3tc3t
阅读(9874)
评论(0)
推荐(0)
2019年1月15日
What does -> do in clojure?
摘要: https://stackoverflow.com/questions/4579226/what-does-do-in-clojure
阅读全文
posted @ 2019-01-15 22:22 c3tc3tc3t
阅读(126)
评论(0)
推荐(0)
2019年1月11日
error while loading shared libraries: libgconf-2.so.4:
摘要: sudo pacman -S gconf
阅读全文
posted @ 2019-01-11 12:18 c3tc3tc3t
阅读(599)
评论(0)
推荐(0)
2018年12月21日
rubymine debug需要安装依赖
摘要: for ruby2.xgem install ruby-debug-ide --pre gem install debase --pregem install debugger2 --pre
阅读全文
posted @ 2018-12-21 08:31 c3tc3tc3t
阅读(675)
评论(0)
推荐(0)
2018年12月8日
pyenv docter检测出configure: error: OpenSSL is not installed.解决方案
摘要: 1 在安装相应版本的python时,前声明
阅读全文
posted @ 2018-12-08 09:58 c3tc3tc3t
阅读(761)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
40
下一页