Mostly Used Linux Commands
cd
cd命令用来切换工作目录至dirname。 其中dirName表示法可为绝对路径或相对路径。若目录名称省略,则变换至使用者的home directory(也就是刚login时所在的目录)。另外,~也表示为home directory的意思,.则是表示目前所在的目录,..则表示目前目录位置的上一层目录。
See vagrant-winnfsd detail about vagrant-winnfsd
1 | vagrant plugin install vagrant-winnfsd |
1、手机中打开【设置】->【开发人员选项】->【USB调试】
2、用 Android 机在微信内访问 http://debugx5.qq.com
3、在打开的网页中选择【信息】->【TBS settings】,勾选【是否打开 TBS 内核 Inspector 调试功能】,重启微信
In software engineering, creational design patterns are design patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. The basic form of object creation could result in design problems or added complexity to the design. Creational design patterns solve this problem by somehow controlling this object creation.