10 2018 档案

摘要:https://ninghao.net/blog/5132 安装 script 包 打开 Atom 编辑器的 Install Packages,搜索 script ,安装一下这个包。完成以后打开这个包去看一下使用说明。比如在 macOS 上,快捷键 cmd + I,可以运行代码,shift + cm 阅读全文
posted @ 2018-10-24 17:31 haiwei.sun 阅读(107) 评论(0) 推荐(0)
摘要:public function ValidatorTest(Request $request) { $data = $request->input(); $rules = [ 'username'=>'required|min:2|max:20', 'email'=>'required|email' ... 阅读全文
posted @ 2018-10-22 17:08 haiwei.sun 阅读(6781) 评论(3) 推荐(0)
摘要:To install, just type: Add this to your .bash_profile: Once installed use pyenv to install python versions you need: Run this command after you instal 阅读全文
posted @ 2018-10-18 10:21 haiwei.sun 阅读(158) 评论(3) 推荐(0)

返回顶部