摘要: 学习java第二天 在bibi或者其他学习网站找一套学习视频 看一套即可 学习了基础知识 用java idea 有其他编程语言的同学可以忽略前边几节课 今天学到javase 21课 补充idea快捷键 1. Editing(编辑) 快捷键介绍 Ctrl +Space 基本代码补全,输入字母按后列出匹 阅读全文
posted @ 2021-07-14 20:17 晓帅啦 阅读(29) 评论(0) 推荐(0) 编辑
摘要: https://www.kuangstudy.com/course?cid=1 学习网站 打卡学习第一天 阅读全文
posted @ 2021-07-13 19:34 晓帅啦 阅读(13) 评论(0) 推荐(0) 编辑
摘要: // function myTest($x)// {// echo $x;// }// myTest(5); // $txt1="Hello world!";// $txt2="What a nice day!";// echo $txt1 . $txt2; // echo strpos("Hell 阅读全文
posted @ 2021-07-09 20:11 晓帅啦 阅读(46) 评论(0) 推荐(0) 编辑
摘要: es必须条件 java环境 node.js 先安装java环境https://www.oracle.com/technetwork/java/javase/downloads/index.html 然后下载es https://www.elastic.co/cn/downloads/past-rel 阅读全文
posted @ 2021-04-17 16:47 晓帅啦 阅读(87) 评论(0) 推荐(0) 编辑
摘要: PSR是PHP Standards Recommendation的简称,意为PHP推荐标准。要想了解PSR,首先得知道制定这一标准的人/组织是谁————PHP-FIG。 PHP-FIG PHP-FIG全称为PHP Framework InteropGroup,是一个组织,这个组织的成员由一些PHP框 阅读全文
posted @ 2021-03-28 17:22 晓帅啦 阅读(56) 评论(0) 推荐(0) 编辑
摘要: public function get_session_by_code() { $code = input('post.code',''); $iv = input('post.iv',''); $encryptedData = input('post.encryptedData',''); $us 阅读全文
posted @ 2021-03-28 11:32 晓帅啦 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 顺丰 shunfeng申通 shentong圆通 yuantong韵达 yunda韵达快运 ydky中通 zhongtong中通快运 zhongtongkuaiyun天天 tiantianEMS emsEMS经济 eyb邮政国内小包 youzhengguonei百世 huitongkuaidi百世快 阅读全文
posted @ 2021-03-01 08:39 晓帅啦 阅读(596) 评论(0) 推荐(0) 编辑
摘要: git基本操作命令 克隆代码 git clone git@xxxxxx:xxxxxx/xxx.git 查看当前所在分支 git branch 查看项目所有分支 git branch -a 查看分支状态 git status 新建分支或切换至分支 git checkout 分支名 新建分支并切换至分支 阅读全文
posted @ 2020-08-26 19:07 晓帅啦 阅读(17) 评论(0) 推荐(0) 编辑