search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

该用户已封禁

该用户已封禁

Follow
Gold Medal Teacher

认证0级讲师

Follow 11
fans 126
integral 308
PHP Chinese website large-scale live broadcast public welfare free class registration post. . .

PHP Chinese website’s free public welfare live broadcast class in June is facing 6.18. Instead of frantically buying your hands, it is better to study quietly. We have carefully prepared two free live broadcast courses for you: 1. One-week introduction to Web front-end development 1. Course name: [Xiaomi Mall Official Website ] Quick construction of homepage 2. Learning content: (1) Skills in using common HTML tags; (2) Skills in CSS element style control and website layout; (3) Construction process of front-end pages for large commercial websites; (4) HTML+ Comprehensive application and experience sharing of CSS. 3. Learning purposes: (1) Familiar with the web page building process and deepen html and

2018-06-04 13:03:08Ask
HTML
The book-delivery activity in T Building has started again! ! ! Reply and take home a programming book! (over)

Before you know it, a year has passed. I believe you have gained a lot of programming knowledge during this year. PHP Chinese website will continue to provide you with free high-quality teaching video resources. In the last T Building event, we gave away a total of 44 books. To celebrate the arrival of the New Year, we have launched a new round of book delivery activities on the T floor. The details of the event are as follows: How to participate: Reply in the community event post Time: The event lasts four days. Activity rules: Every 11th floor is the basic floor, and if it is 3 times of 11, you will get a book, for example: 1

2018-02-05 15:54:56Ask
PHP
PHP Chinese website's large-scale public welfare live broadcast is about to start! Develop PHP framework from scratch, and use the original development framework to imitate the Encyclopedia of Embarrassing Things website (ended)

Encyclopedia of Embarrassing Things (this tutorial belongs to the fourth tutorial of Tianlongbabu, a large-scale practical development project on the PHP Chinese website) Registration method: Click on the original text link in the lower left corner of this article Reply to the community post to participate in registration Class opening time: January 23, 2018 - January 2018 One week on the 30th, develop the mini version of the MVC framework 1. Global configuration of the entry file and framework core 2. Initialization and security control of the framework operating environment &n

2018-01-22 11:04:52Ask
HTML
T Building activity has started again!!! Courses worth 1,300 yuan are waiting for you (has ended)

In order to celebrate the PHP Chinese website and the recruitment of PHP learning classes that have become PHP experts in 60 days, we have specially held an event. The event lasts for one week. As long as you leave a message below the post, we will randomly select three lucky students from the many comments. Participate in this 60-day course to become a PHP expert for free. If you don’t want to study after winning, you can also transfer your study place to other students. Course introduction: //m.sbmmt.com/learn.html Course introduction Post: //m.sbmmt.com/courses.html Every

2017-11-15 08:00:04Ask
PHP
PHP Chinese community is online! ! ! ! Books are given away! ! ! (Finish)

Books are given away! ! ! ! ! ! ! ! ! ! ! To celebrate the php Chinese website, the community is online, reply under this topic, 11th floor, 22nd floor, 33rd floor, 66th floor, 132nd floor, etc. There will be books. Welcome to participate in the book giving event! ! ! ! ! ! ! ! Please reply quickly to T Building activities! ! ! ! ! ! ! ! !

2017-10-27 10:14:13Ask
HTML
mysql - How to set the group by statement in sequel Pro to default to the first record of the group

select age,money from t1.gz group by age;发现报错:Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 't1.gz.money' which is not functionally dependent on colu...

2017-07-07 10:35:36Ask
MySQL
hosts - Using nginx to configure virtual host under ubuntu fails

Environment: ubuntu16.04 + nginx1.10.0 nginx configuration file /etc/nginx/site-available/defaulthosts file location /etc/hosts 1. This machine has been configured with a virtual host localhost, and the root directory is mapped to /var/www/localhost 2 .Want to add a virtual host,...

2017-07-06 10:37:31Ask
Linux
php - Install third party library using composer

Centos6.8PHP version 1. Use composer to install the third-party library, and an error will be reported: SHA384 is not supported by your openssl extension 2. When installed directly, an error will be reported: Segmentation fault. The author does not understand composer very well. What is going on?

2017-07-06 10:37:23Ask
PHP
linux - Ubuntu reports xxx:command not found every time su is executed, but the user switch is successful

{Code...} There is a method that says to add usr/bin to the profile, but it has no effect. Another method also says that there is a problem with the profile, but my profile is basically unchanged and does not have the square brackets after it as he said. Question about adding spaces

2017-07-06 10:36:22Ask
Linux