- 博客(10)
- 收藏
- 关注
转载 bootstrap checkbox 事件选择
bootstrap checkbox change状态获取$("body").on('ifChanged', '.checkExtPrize', function(e){ var str = '  <select class="form-control goodsChoice" style="width:10%;">\n' + ' ...
2019-04-16 17:23:48
5131
转载 Rx 简书教程
转自: https://www.jianshu.com/p/464fa025229e给初学者的RxJava2.0教程前言上个月RxJava2正式版发布了,但目前国内的资料还比较少,以前使用过RxJava1只需要看看更新文档就知道怎么使用了,但还有一些以前没用过RxJava的朋友可能就不知道怎么办了,不知道该看RxJava1还是直接跳到RxJava2。所以写下这个教程, 帮助那些没有用过...
2018-08-21 18:04:56
168
原创 mac elasticsearch brew安装填坑
elasticsearch启动命令:brew services restart elasticsearchbrew info elasticsearchelasticsearch-head 解决跨域 && auth 问题配置文件:xpack.security.enabled: falsehttp.cors.enabled: truehttp.cors.all...
2018-08-20 15:02:59
1681
转载 elasticsearch lost the password that has been changed
It is possible to reset the elastic user password (see below) but from your description, it doesn't sound like this is necessarily what you need.The elastic user is a superuser. We don't recommend u...
2018-08-19 22:05:24
1020
原创 mac常用命令
netstat -an | grep 1099列出端口 的 进程,并killlsof -i:1099COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAMEjava 17155 ali-pc 24u IPv6 0xedd33e1927f30d91 0t0 TCP *:rmiregistry ...
2018-07-06 18:28:26
433
原创 Git常用问题解决
一 git 将本地分支错误提交到其他非绑定远程分支上:git push origin HEAD:feature/right //强制重新绑定远程正确分支git pull //从重新绑定的分支 拉取git status //查看当前分支状态git push //提交到 重新绑定的正确分支二 回退版本(慎用)git reset --hard <版本号>// 注意使用 ...
2018-05-09 15:26:20
188
原创 apache-vhost配置
httpd.conf文件配置:建议改端口号:8887开启 访问权限,防止403<Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Allow from all</Directory>开module:LoadModule vhost_alias_module ...
2018-05-07 12:08:11
1063
原创 elasticsearch-windows-配置 及集成springboot-data
下载前注意和springboot的版本匹配情况请一定注意版本兼容问题。这关系到很多maven依赖。Spring Data Elasticsearch Spring Boot version matrix版本兼容列表.pnges下载:https://www.elastic.co/downloads/past-releases复制多个es文件,模拟分布式es。解压双击elasticsearch.bat...
2018-05-07 11:55:40
266
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人