2019年10月5日

安装64位的PHPstorm

摘要: 去下载:https://www.newasp.net/soft/456011.html 破解方法:https://www.newasp.net/tech/474669.html 阅读全文

posted @ 2019-10-05 15:17 kuniei 阅读(474) 评论(0) 推荐(0) 编辑

2019年10月4日

webstorm安装

摘要: 先去脚本之家下载,https://www.jb51.net/softs/598714.html#downintro2。 1. Run the IDE and evalutate for free.2. Click IDE menu "Configure" or "Help" -> "Edit Cus 阅读全文

posted @ 2019-10-04 15:14 kuniei 阅读(508) 评论(0) 推荐(0) 编辑

2019年9月15日

laravel后台和vue前台连接

摘要: 电脑是2014年的华硕老电脑,系统是win7的32位系统。首先就low好多,PHPstorm和webstorm都从官方网站没找到,找的一些乱七八糟的网站下载破解的。反正最终是能用上了。 首先: php.ini配置文件需要开启的扩展: extension=php_openssl.dll extensi 阅读全文

posted @ 2019-09-15 00:40 kuniei 阅读(1646) 评论(0) 推荐(0) 编辑

2019年9月6日

WizTree文件查看器,可以查看大文件好去删除不必要的文件

摘要: 阅读全文

posted @ 2019-09-06 17:33 kuniei 阅读(1025) 评论(0) 推荐(0) 编辑

php 增删改查

摘要: $this->字段 = value$this->save(); $this->where(字段 =value)->delete() $this->where(字段 = value) ->update( [ 字段 =>value ] ); $this -> select(字段) -> where('字 阅读全文

posted @ 2019-09-06 16:29 kuniei 阅读(163) 评论(0) 推荐(0) 编辑

解决PHPstorm卡顿,需要设置忽略node_modules索引

摘要: 阅读全文

posted @ 2019-09-06 09:48 kuniei 阅读(1881) 评论(0) 推荐(1) 编辑

2019年9月5日

[Vue warn]: Do not use built-in or reserved HTML elements as component id: header

摘要: 阅读全文

posted @ 2019-09-05 08:16 kuniei 阅读(152) 评论(0) 推荐(0) 编辑

2019年9月4日

PhpStorm Adding Files to VSC...一直不动

摘要: 我昨天创建的vue工程,上传到码云是没有node_modules文件夹的。 大家协同开发的时候是需要clone到本地,然后npm install 今天修改文件之后,发现PhpStorm的git add和git commit功能突然不好使了,点击之后一直不动。 Adding Files to VSC. 阅读全文

posted @ 2019-09-04 18:36 kuniei 阅读(2345) 评论(0) 推荐(0) 编辑

2019年8月30日

第一次操作PHP

摘要: 教程:十天学会PHP(第六版)作者王亮 链接:https://study.163.com/course/introduction/1004572025.htm 1,首先安装各种软件,XAMPP,Navicat,PhpStorm。 因为sublime text不好用,各种提示也没有,所以用PhpSto 阅读全文

posted @ 2019-08-30 16:13 kuniei 阅读(142) 评论(0) 推荐(0) 编辑

2019年8月16日

Unknown custom element: <el-container1> - did you register the component correctly? For recursive components, make sure to provide the "name" option. found in

摘要: 今天用vue做练习画页面,用的element-ui,打开浏览器提示以上报错。。。。。。。。。。。。 网上各种查找报错原因, bundle.js:1352 [Vue warn]: Unknown custom element: <el-container1> - did you register th 阅读全文

posted @ 2019-08-16 15:19 kuniei 阅读(7509) 评论(1) 推荐(0) 编辑

导航