上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
摘要: dialer = &net.Dialer{ LocalAddr: &net.TCPAddr{ IP: net.ParseIP("127.0.0.1"), Port: 0, }, } conn, err := dialer.Dial("tcp", "127.0.0.1:2525") 阅读全文
posted @ 2021-03-26 22:40 嗷嗷鹿鸣[VX|dshoub] 阅读(334) 评论(0) 推荐(0) 编辑
摘要: secrets参数 也可以通过secrets参数来设定多组认证信息: gost -L=:8080?secrets=secrets.txt secrets.txt文件格式为按行分割的认证信息,每一行认证信息为用空格分割的user-pass对,以 # 开始的行为注释行。 # period for liv 阅读全文
posted @ 2021-03-26 13:52 嗷嗷鹿鸣[VX|dshoub] 阅读(501) 评论(0) 推荐(0) 编辑
摘要: 在Openwrt下使用USB外挂存储磁盘IO会成为瓶颈,如果带宽足够纯粹做为透明代理可以关闭磁盘缓存功能。1.修改缓存策略为null 1 cache_dir null /tmp 2.或者定义禁止缓存GET请求: 1 2 acl NCACHE method GET no_cache deny NCAC 阅读全文
posted @ 2021-03-17 19:51 嗷嗷鹿鸣[VX|dshoub] 阅读(1020) 评论(0) 推荐(0) 编辑
摘要: shell中if做比较 shell判断数组中是否包含某个元素: ary=(1 2 3) a=2 if [[ "${ary[@]}" =~ "$a" ]] ; then echo "a in ary"else echo "a not in ary"fi 判读字符串($str)是否包含另一个字符串($s 阅读全文
posted @ 2021-03-12 13:00 嗷嗷鹿鸣[VX|dshoub] 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 朱少醒 富国天惠成长混合 。。。 曹名长 中欧成长优选混合 。。。 周蔚文 中欧新趋势混合 。。。 傅鹏博 007119 睿远成长价值混合 。。。 董承非 163402 兴全趋势投资混合 。。。 阅读全文
posted @ 2021-02-28 20:17 嗷嗷鹿鸣[VX|dshoub] 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 1 限售解禁股 对于股票打新,往往不容易打到;对于限售即将解禁的好公司,往往会出现一波持续3天左右的跌,之后是回升,可以作为提升盈利概率的一个参考 两个点 儿 1 好公司 2 抓反转,最好的方式是分批买入 http://data.10jqka.com.cn/market/xsjj/ 阅读全文
posted @ 2021-02-22 08:30 嗷嗷鹿鸣[VX|dshoub] 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 动力煤期货季节性规律有哪些? 动力煤的产量季节性大致表现为春节2月份是一年的产量洼点、2-6月走高、6-9月出现相对低点、9月后再度走高达到12月份的产量高峰。从运输中转环节来看,剔除个别异常年份,以大秦铁路为例,需要关注的是每年春秋两次检修,分别集中在每年的4月份和8-10月份。 从火电的季节性来 阅读全文
posted @ 2021-02-19 14:52 嗷嗷鹿鸣[VX|dshoub] 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 一、UDPspeeder 1、安装 (VPS端) wget https://github.com/wangyu-/UDPspeeder/releases/download/20180522.0/speederv2_binaries.tar.gz tar -xzvf speederv2_binarie 阅读全文
posted @ 2021-02-09 12:07 嗷嗷鹿鸣[VX|dshoub] 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 使用libreswan部署l2tp https://libreswan.org/wiki/VPN_server_for_remote_clients_using_IKEv1_with_L2TP 部署脚本(自已总结) 1 #!/bin/sh 2 ##原文https://blog.51cto.com/i 阅读全文
posted @ 2021-02-05 12:48 嗷嗷鹿鸣[VX|dshoub] 阅读(5) 评论(0) 推荐(0) 编辑
摘要: LINUX下可以用yum,apt安装软件包,macos可以安装三方工具brew来进行软件包管理,windows下呢? windows powershell并没有自带,有第三方的choco可以用 安装方式: Set-ExecutionPolicy Bypass -Scope Process -Forc 阅读全文
posted @ 2021-01-23 12:42 嗷嗷鹿鸣[VX|dshoub] 阅读(589) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页