上一页 1 2 3 4 5 6 7 ··· 14 下一页
摘要: 1.下载erlang 官网地址 http://www.erlang.org/download 挑选合适的版本 然后 wget 比如目前最新版本 20.3运行命令 wget http://erlang.org/download/otp_src_20.3.tar.gz 2.使用yum安装下必须的配件: 阅读全文
posted @ 2018-04-07 14:33 洋葱土豆随心匠 阅读(467) 评论(0) 推荐(0) 编辑
摘要: <vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:width="108dp" android:height=" 阅读全文
posted @ 2018-03-12 18:07 洋葱土豆随心匠 阅读(2414) 评论(0) 推荐(0) 编辑
摘要: found an invalid color 此错误本次调整是.9.png图片没有画黑色边框线导致的。可以找到对应图片做调整 阅读全文
posted @ 2018-03-12 11:05 洋葱土豆随心匠 阅读(402) 评论(0) 推荐(0) 编辑
摘要: https://www.seniverse.com/doc 阅读全文
posted @ 2017-08-29 13:02 洋葱土豆随心匠 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 第一步, CTRL+F 调出搜索框,输入关键词后点击全部设为书签 第二步,在内容中右键,书签->当前文档->提取已添加书签的行至新文件中 阅读全文
posted @ 2017-08-25 11:32 洋葱土豆随心匠 阅读(1042) 评论(0) 推荐(0) 编辑
摘要: 使用 sc delete 服务器名称 删除服务时报 指定的服务已经标记为删除。 原因是服务里的timer未stop导致卸载的时候卸不干净,重新安装出现这样的报错。 解决方法就是关闭服务列表的窗口。 阅读全文
posted @ 2017-08-16 13:31 洋葱土豆随心匠 阅读(341) 评论(0) 推荐(0) 编辑
摘要: $mail->SMTPDebug = 1; // 关闭SMTP调试功能 1 = errors and messages 2 = messages only 阅读全文
posted @ 2017-08-10 17:25 洋葱土豆随心匠 阅读(385) 评论(0) 推荐(0) 编辑
摘要: svn import /data/wwwroot/testprojects/ file:///data/svndata/testprojects/ -m "导入文件" 阅读全文
posted @ 2017-07-25 22:01 洋葱土豆随心匠 阅读(254) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh#设定环境变量,如果没有设定可能会出现update报错export LANG=zh_CN.UTF-8REPOS="$1"REV="$2"SVN_PATH=/usr/bin/svnWEB_PATH=/web/projectLOG_PATH=/tmp/svn_update.log#/u 阅读全文
posted @ 2017-07-25 21:48 洋葱土豆随心匠 阅读(234) 评论(0) 推荐(0) 编辑
摘要: sc config http start= system net start http 阅读全文
posted @ 2017-07-17 15:48 洋葱土豆随心匠 阅读(366) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 14 下一页