摘要: 进入 https://www.ipaddress.com/ ,查询其IP地址为:199.232.68.133,然后设置 C:\Windows\System32\drivers\etc\hosts 文件:199.232.68.133 raw.githubusercontent.com————————— 阅读全文
posted @ 2020-05-07 13:15 Coding_Changes_LIfe 阅读(570) 评论(0) 推荐(0) 编辑
摘要: https://www.nakivo.com/blog/virtualbox-network-setting-guide/ 阅读全文
posted @ 2020-03-31 17:20 Coding_Changes_LIfe 阅读(89) 评论(0) 推荐(0) 编辑
摘要: The jQuery library makes it easy to manipulate a page of HTML after it's displayed by the browser. It also provides tools that help you listen for a u 阅读全文
posted @ 2020-03-09 10:25 Coding_Changes_LIfe 阅读(131) 评论(0) 推荐(0) 编辑
摘要: correct way, when changing object, firstly you should create this object and then assign its property to the new object wrong way. don't assign one ob 阅读全文
posted @ 2020-02-27 18:41 Coding_Changes_LIfe 阅读(144) 评论(0) 推荐(0) 编辑
摘要: ``` Title ``` 阅读全文
posted @ 2020-02-25 15:44 Coding_Changes_LIfe 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 1. relative position do not remove a element for its parent normal flow. 2.absolute position will flaot the element above its parent flow 阅读全文
posted @ 2020-02-08 10:27 Coding_Changes_LIfe 阅读(61) 评论(0) 推荐(0) 编辑
摘要: https://websitebeaver.com/prepared statements in php mysqli to prevent sql injection introduction One Row $result fetch_assoc() Fetch an associative a 阅读全文
posted @ 2020-02-01 15:48 Coding_Changes_LIfe 阅读(115) 评论(0) 推荐(0) 编辑
摘要: ``` name) //wrong can not use this as a parameter function __construct($name) //functions starting with __ change and set the value of any attributes 阅读全文
posted @ 2020-01-29 20:11 Coding_Changes_LIfe 阅读(128) 评论(0) 推荐(0) 编辑
摘要: https://www.tutorialdocs.com/article/16 php magic methods.html 阅读全文
posted @ 2020-01-28 22:17 Coding_Changes_LIfe 阅读(68) 评论(0) 推荐(0) 编辑
摘要: ``` 30) { $current =$this->$property; //notice: $this->property(without $) will create a new attribute called property, $property $this->$property= $value; echo "You are going to update $property from 阅读全文
posted @ 2020-01-27 20:09 Coding_Changes_LIfe 阅读(164) 评论(0) 推荐(0) 编辑