Frequently Asked Questions and Solutions

1. Install mysql on centos7:
https://www.cnblogs.com/bigbrotherer/p/7241845.html
2. Deploy the django project to centos7:
https://www.cnblogs.com/sumoning/p/6728803.html
3. Ubuntu and win10 time are not synchronized
sudo -i
sudo hwclock -w —localtime
4. Linux modify the name
https://jingyan.baidu.com/article/574c52192a1d8d6c8d9dc1ce.html
5. Generate ssh key
ssh-keygen -t rsa
6. MySQL authorization Remote access
GRANT ALL PRIVILEGES ON *.* TO root@'%' identified by 'Amaxgs@123';
7. Vue and django syntax conflict resolution
http://www.jb51.net/article/130591.htm
8. django Cross-domain configuration
https://blog.csdn.net/apple9005/article/details/54427902
9. js formatted json data
https://www.cnblogs.com/wangyunjie/p/5826676.html
10. Vue.js permissions manage
https://segmentfault.com/q/1010000008370000
https://github.com/Senzz/vue-auth
https://github.com/JesseZhao1990/blog
https://refined-x.com/2017/11/28 /Vue2.0%E7%94%A8%E6%88%B7%E6%9D%83%E9%99%90%E6%8E%A7%E5%88%B6%E8%A7%A3%E5%86 %B3%E6%96%B9%E6%A1%88/
11. Vue.js obtains API information
https://blog.csdn.net/sinat_17775997/article/details/68940989
12. django transmits data to js
https:/ /code.ziqiangxuetang.com/django/django-json-templates.html
13. Vue implements a simple countdown
http://www.jb51.net/article/125533.htm

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324625216&siteId=291194637