摘要: 例如请求路径:http://localhost:8080/projname/servlet/DemoServlet.do | 名称 | 代码 | 结果 | | | | | | 协议名 | request.getScheme(); | http | | 服务器 | request.getServerN 阅读全文
posted @ 2021-04-20 14:04 微云mis 阅读(172) 评论(0) 推荐(0)
摘要: 表字段 SELECT GROUP_CONCAT(column_name) FROM information_schema.columns WHERE table_schema = (SELECT database()) AND table_name='表名'; uuid SELECT REPLACE 阅读全文
posted @ 2021-04-20 11:45 微云mis 阅读(69) 评论(0) 推荐(0)
摘要: 配置入口 Debug Configurations 配置 运行参数Program arguments、VM/系统变量VM arguments 配置 环境变量Environment variables 代码示例 /** * 运行参数Program arguments, VM/系统变量VM argume 阅读全文
posted @ 2020-12-15 15:41 微云mis 阅读(1686) 评论(0) 推荐(1)
摘要: 环境搭建 vue+vscode+nodejs 开发环境搭建 https://www.cnblogs.com/warmsmile/p/9860527.html https://www.cnblogs.com/huxiaocong/p/11410054.html 查看配置 npm config list 阅读全文
posted @ 2020-12-08 11:31 微云mis 阅读(272) 评论(0) 推荐(0)
摘要: 创建实例文件 fsutil file createnew 创建路径\文件名称 文件大小;例如在C盘下创建一个1GB的txt文件:fsutil file createnew c:\1GB.txt 1073741824 结束进程 taskkill /pid /f(强制) 抓包工具:wireshark b 阅读全文
posted @ 2020-10-13 10:12 微云mis 阅读(223) 评论(0) 推荐(0)
摘要: http错误码 public static final int INVALID_PARAM = 400; // invalid param(参数错误) public static final int NO_RIGHT = 403; // no right(鉴权失败) public static fi 阅读全文
posted @ 2020-09-29 15:38 微云mis 阅读(86) 评论(0) 推荐(0)
摘要: yum #列出资源库中特定的可以安装或更新以及已经安装的rpm包 yum list java* (info信息更详细,参数同list) 通配符,查询类似的rpm包#列出资源库中所有可以更新的rpm包 yum list updates #列出已经安装的所有的rpm包 yum list installe 阅读全文
posted @ 2020-09-29 15:26 微云mis 阅读(129) 评论(0) 推荐(0)
摘要: Linux常用命令 主参数 -i 确认信息, -f 强制不提示, -r 同时处理子项目, -v 显示操作信息, t* 通配符, -- 转移-(例: rm -- -f* 删除以-f开头的文件) (命令) 魔法变量 ls 列文件 就是list的缩写,通过ls 命令不仅可以查看linux文件夹包含的文件, 阅读全文
posted @ 2020-09-28 17:32 微云mis 阅读(145) 评论(0) 推荐(0)
摘要: myeclipse配置,打开Window --> Preferences 常用文件编码设置 update”:General--> Context Types --> text 修改文件默认打开方式:General --> Editors --> File Associations: 比如选中*.js 阅读全文
posted @ 2019-10-07 16:24 微云mis 阅读(240) 评论(0) 推荐(0)
摘要: 初始化步骤: 1. 默认配置:idea引导界面->Configuare->Settings 或者项目工程界面顶部导航栏 -> File -> Other Settings -> Default Settings 去掉拼写检查 文件编码配置 svn配置 maven配置 配置文件与安装目录 自动导入依赖 阅读全文
posted @ 2019-09-09 18:10 微云mis 阅读(314) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示