verysu 设计模式 设计模式 响应式编程 百度开发平台 codeforces leetcode usfca

导航

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页

2021年8月3日 #

git

摘要: 添加子模块/拉取也使用这个 git submodule add -b develop --name accessUi https://27.128.160.146:9443/SADP/crcc-supplier-access-code.git ./accessUi 下载所有子模块 git clone 阅读全文

posted @ 2021-08-03 22:13 泳之 阅读(64) 评论(0) 推荐(0)

2021年7月26日 #

linux开机自启

摘要: vi /etc/rc.d/rc.local # fastdfs start/usr/bin/fdfs_trackerd /etc/fdfs/tracker.conf restart/usr/bin/fdfs_storaged /etc/fdfs/storage.conf restart # ngin 阅读全文

posted @ 2021-07-26 12:40 泳之 阅读(36) 评论(0) 推荐(0)

2021年7月23日 #

linux端口问题

摘要: 查看端口占用 netstat -lnpt |grep 5601 检查你的服务器端口 netstat -ntpl1、根据端口号查进程pidlsof -i:portnetstat -nap|grep port2、根据进程号查端口netstat -nap|grep pid3、根据进程pid查看服务路径ps 阅读全文

posted @ 2021-07-23 22:15 泳之 阅读(44) 评论(0) 推荐(0)

2021年7月19日 #

nodejs添加仓库

摘要: 1.安装nrm npm install -g nrm 2.nrm中加入别人的私有仓库;(第一次使用时添加即可) nrm add crcc http://36.112.134.140:8080/repository/npm/ 3.powershell运行 执行以下命令:set-ExecutionPol 阅读全文

posted @ 2021-07-19 17:28 泳之 阅读(518) 评论(0) 推荐(0)

2021年6月10日 #

https 连接

摘要: http连接池 package com.ruoyi.syndata.utils;import java.io.IOException;import java.io.InterruptedIOException;import java.io.UnsupportedEncodingException;i 阅读全文

posted @ 2021-06-10 09:47 泳之 阅读(341) 评论(0) 推荐(0)

2021年5月15日 #

开源框架

摘要: 1、人人网 2、jeesite 3、jeecg 4、blade 5、红讯 http://demo.redxun.cn:8020/saweb/login.jsp admin/1 6、诺依 7、jepaas 8、纯前端 qiankun https://qiankun.umijs.org/ 9、前端阿里乾 阅读全文

posted @ 2021-05-15 00:04 泳之 阅读(113) 评论(0) 推荐(0)

2021年4月20日 #

sql记录

摘要: 统计查询 select t.group_code as group_code, case when t.app_key = 'sbcsh' and t.sz = 'zzsybnsr' then count(*) else 0 end as csh_total, case when t.app_key 阅读全文

posted @ 2021-04-20 15:58 泳之 阅读(47) 评论(0) 推荐(0)

2021年4月15日 #

java常用工具jar 序列化对象

摘要: (1)Hutool Hutool是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率。详细用法参考在线文档:https://hutool.cn/docs/#/ (2)Fastjson 是一个 Java 库,可以将 Java 对象转换为 JSON 格式,当然它也可以 阅读全文

posted @ 2021-04-15 11:24 泳之 阅读(195) 评论(0) 推荐(0)

2021年4月2日 #

jdk1.8新特性

摘要: 获取时间纳秒差 java.time.Instant.now()当前时间相减获取到毫秒 java.time.Period java.time.Instant java.time.Duration 1、接口中的默认方法和静态方法 2、新的日期API LocalDate | LocalTime | Loc 阅读全文

posted @ 2021-04-02 08:12 泳之 阅读(99) 评论(0) 推荐(0)

2021年3月14日 #

IP相关统计

摘要: IP相关统计 统计IP访问量(独立ip访问数量) awk '{print $1}' access.log | sort -n | uniq | wc -l 查看某一时间段的IP访问量(4-5点) grep "07/Apr/2017:0[4-5]" access.log | awk '{print $ 阅读全文

posted @ 2021-03-14 18:22 泳之 阅读(145) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
我是谁? 回答错误