会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
alantop -量化投资
专注于:量化投资,逆向工程,渗透
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
下一页
2019年12月25日
安装 docker
摘要: 一、安装Docker 1.1、查看原有系统是否已经安装docker 1 yum list installed | grep docker 1.2、如果有则不需要继续安装,想重新安装,先卸载 1 2 3 yum -y remove docker.x86_64 yum -y remove docker-
阅读全文
posted @ 2019-12-25 13:28 alantop
阅读(168)
评论(0)
推荐(0)
编辑
2019年12月17日
mongdb插入 查询时间
摘要: Robo 3T mongdb客户端 https://www.robomongo.org/ 模糊查找关键字 db.getCollection('test').find({"name":/招/}) 查询 db.getCollection('test').find({'time':{$gt:ISODate
阅读全文
posted @ 2019-12-17 13:08 alantop
阅读(209)
评论(0)
推荐(0)
编辑
2019年12月10日
vs2017 官方下载地址 和 官方建立脱机安装包的方法
摘要: vs2017 官方下载地址: https://docs.microsoft.com/zh-cn/visualstudio/releasenotes/vs2017-relnotes VS2017 官方建立脱机安装方法 https://docs.microsoft.com/zh-cn/visualstu
阅读全文
posted @ 2019-12-10 09:57 alantop
阅读(519)
评论(0)
推荐(0)
编辑
2019年12月4日
centos7 安装 git服务器
摘要: 服务器端配置 yum install -y git groupadd git useradd git -g git 2.创建authorized_keys cd /home/git mkdir .ssh chmod 700 .ssh touch .ssh/authorized_keys chmod
阅读全文
posted @ 2019-12-04 11:21 alantop
阅读(452)
评论(0)
推荐(0)
编辑
2019年11月18日
从目录中的文件中查找所需的字符串
摘要: fgrep -rn -e "所查找的字符串"
阅读全文
posted @ 2019-11-18 10:20 alantop
阅读(117)
评论(0)
推荐(0)
编辑
2019年11月4日
centos 7.6 配置vpn
摘要: 先看看你的主机是否支持pptp,返回结果为yes就表示通过。 2 .是否开启了TUN,有的虚拟机主机需要开启,返回结果为 cat: /dev/net/tun: File descriptor in bad state。就表示通过。 3.安装ppp , pptpd 和 iptables。 a.先更新一
阅读全文
posted @ 2019-11-04 10:21 alantop
阅读(4)
评论(0)
推荐(0)
编辑
2019年11月1日
centos 7.6 安装php70
摘要: 1.首先查看是否有老版本 yum list installed | grep php 2.如果安装的有,清除老版本 yum remove php.x86_64 php-cli.x86_64 php-common.x86_64 php-gd.x86_64 php-ldap.x86_64 php-mbs
阅读全文
posted @ 2019-11-01 16:50 alantop
阅读(978)
评论(0)
推荐(0)
编辑
2019年10月18日
小米5s plus刷机
摘要: 1. 先去这里解锁 。http://www.miui.com/unlock/done.html 2.再去开发者选项里面,将手机账号和解锁手机绑定。 3.使用解锁工具解锁 4.下载安装奇兔刷机 http://www.7to.cn 5. 官方下载rom 开始刷机
阅读全文
posted @ 2019-10-18 15:29 alantop
阅读(597)
评论(0)
推荐(0)
编辑
2019年10月4日
centos 7 安装webmin
摘要: wget http://prdownloads.sourceforge.net/webadmin/webmin-1.930-1.noarch.rpm yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty perl-Encode-Detect
阅读全文
posted @ 2019-10-04 15:20 alantop
阅读(623)
评论(0)
推荐(0)
编辑
2019年10月3日
交易开拓者旗舰版(TB旗舰版)软件升级中如何迁移用户数据
摘要: 方法一: 1.导出工作区,桌面和系统设置。操作:文件->导入和导出 2.导出公式。操作:tb公式->公式导入导出。 3.拷贝工作室文件。目录在:user\tb用户名\Workroom 4.备份配置工具中的变量 cache\ConfigFile 方法二: 1.拷贝user下所有文件,到新升级的软件目录
阅读全文
posted @ 2019-10-03 18:00 alantop
阅读(761)
评论(0)
推荐(0)
编辑
上一页
1
···
6
7
8
9
10
11
下一页