上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 39 下一页

2018年10月23日

Linux下Mongodb安装和启动配置 原

摘要: 1.安装 略 2.配置 01.mkdir /usr/local/mongodb/data 0.touch /usr/local/mongodb/logs 03.cd /usr/local/mongodb/bin 04.vi mongodb.conf 输入配置 dbpath = /usr/local/ 阅读全文

posted @ 2018-10-23 22:20 童彪 阅读(333) 评论(0) 推荐(0) 编辑

linux查看端口状态

摘要: 查看哪些端口被打开 netstat -anp 阅读全文

posted @ 2018-10-23 21:32 童彪 阅读(166) 评论(0) 推荐(0) 编辑

2018年9月16日

[原]vue - webapp 返回无效 解决方案

摘要: 阅读全文

posted @ 2018-09-16 23:36 童彪 阅读(387) 评论(0) 推荐(0) 编辑

js -history.back(-1)和history.go(-1) 区别

摘要: 既然history.back(-1)和history.go(-1)都是返回之前页面, history.back(-1)//直接返回当前页的上一页,,是个新页面 history.go(-1)//也是返回当前页的上一页,不过表单里的数据全部还在 history.back(-1)//直接返回当前页的上一页 阅读全文

posted @ 2018-09-16 21:53 童彪 阅读(2642) 评论(0) 推荐(0) 编辑

2018年9月9日

js - json 字符串转json

摘要: $.parseJSON(item.stockJson) 阅读全文

posted @ 2018-09-09 23:16 童彪 阅读(115) 评论(0) 推荐(0) 编辑

html _ 提取html片段内的纯文本

摘要: var html = “html字符串”;var textstr =html.replace(/<[^>]*>|/g,"");//纯文本 阅读全文

posted @ 2018-09-09 23:13 童彪 阅读(266) 评论(0) 推荐(0) 编辑

2018年9月8日

vue-x action 的相互调用

摘要: 实现方式:分发 Action Action 通过 store.dispatch 方法触发: 阅读全文

posted @ 2018-09-08 22:16 童彪 阅读(948) 评论(0) 推荐(0) 编辑

2018年9月4日

java通过过滤器 设置跨域允许

摘要: 前人种树:https://www.cnblogs.com/CBDoctor/p/4235082.htmlhttps://blog.csdn.net/yuting0787/article/details/64439610https://www.cnblogs.com/shamo89/p/7844022 阅读全文

posted @ 2018-09-04 19:22 童彪 阅读(1100) 评论(0) 推荐(0) 编辑

2018年9月1日

git-搭建企业git服务器

摘要: 1.安装 yum install git 2.增加用户 useradd git -d /home/git -g git 3.查看公钥鉴权文件是否存在 cat /home/git/.ssh/authorized_keys 4.不存在的话,新建 5.生成一个密钥对 是否输入密码,默认,一路Enter往下 阅读全文

posted @ 2018-09-01 08:23 童彪 阅读(282) 评论(0) 推荐(0) 编辑

2018年8月30日

关于cordova 状态栏设置

摘要: https://blog.csdn.net/u011127019/article/details/58104056 阅读全文

posted @ 2018-08-30 22:35 童彪 阅读(245) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 39 下一页

导航