上一页 1 2 3 4 5 6 ··· 8 下一页

学习方法

摘要: 勤奋,足够的勤奋! 动手,敲代码,一定要动手! 如果可能在公司里面把我们教的技术用起来 推荐大家看下<提问的智慧> 定期复习,写博客,画自己的思维导图! 每天坚持学半小时英语!记单词,看英文文档。 阅读全文
posted @ 2023-07-30 10:33 gendway 阅读(3) 评论(0) 推荐(0) 编辑

软件与激活

摘要: 1. idea2019.3.1版本激活 https://www.jetbrains.com/idea/download/other.html 1、Edit Custom VM Options 行尾添加:-javaagent:D:\software\idea\jetbrains-agent.jar 2 阅读全文
posted @ 2023-07-25 17:06 gendway 阅读(282) 评论(0) 推荐(0) 编辑

c链接

摘要: c函数 https://cplusplus.com/reference/iolibrary/ debug 阅读全文
posted @ 2023-07-17 21:04 gendway 阅读(3) 评论(0) 推荐(0) 编辑

集成开发环境

摘要: 1、需要破解的软件 数据库:power designer笔记软件:typora数据库可可视化工具:navicat 阅读全文
posted @ 2023-06-14 16:27 gendway 阅读(13) 评论(0) 推荐(0) 编辑

mongodb脚本创建

摘要: db.createCollection("express_track"); db.getCollection("express_track").createIndex({ mailNo: NumberInt("1")}, { name: "mailNo_1"}); db.getCollection( 阅读全文
posted @ 2023-03-16 21:03 gendway 阅读(39) 评论(0) 推荐(0) 编辑

linux

摘要: 1.6 $?echo $? 打印回传值 1.7 netstat -ntlp 取得目前主机有启动的服务IP的部分说明的是该服务位于那个接口上,若为 127.0.0.1 则是仅针对本机开放,若是 0.0.0.0 或 ::: 则代表对整个 Internet 开放 1.8 $(指令exp)与$((运算 ex 阅读全文
posted @ 2023-03-06 18:25 gendway 阅读(6) 评论(0) 推荐(0) 编辑

nginx

摘要: 正则表达式 “?:”非获取匹配,匹配冒号后的内容但不获取匹配结果,不进行存储供以后使用。 阅读全文
posted @ 2023-03-01 17:56 gendway 阅读(4) 评论(0) 推荐(0) 编辑

c语言

摘要: #include <iostream> int main() { // int i=42; // int *p; // int *r = p; // std::cout<<*r<<" "<<r<<" "<<p<<" "<<*p<<std::endl; int i=42; int&# 阅读全文
posted @ 2023-02-22 07:44 gendway 阅读(7) 评论(0) 推荐(0) 编辑

sentinel

摘要: package com.tuling.mall.sentineldemo.controller; import com.alibaba.csp.sentinel.Entry; import com.alibaba.csp.sentinel.SphU; import com.alibaba.csp.s 阅读全文
posted @ 2022-08-18 01:27 gendway 阅读(21) 评论(0) 推荐(0) 编辑

java基础

摘要: 1. java反射 获取代理类:InvocationHandler = Proxy.getInvocationHandler(OperationLogger.class);(AnnotationInvocationHandler) Field field = invocationHandler.ge 阅读全文
posted @ 2022-07-18 17:36 gendway 阅读(19) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页