1 change docker password #cat /ect/redhat-relase #passwd root If you have error like this /usr/share/cracklib/pw_dict.pwd: No such file or directory P...
分类:
其他好文 时间:
2014-08-26 11:18:55
阅读次数:
231
1) #cd /usr/share/zoneinfo you will see many countries and timezone, you can go to the directory you see your timezone eg:# cd /usr/share/zoneinfo/Ame...
分类:
其他好文 时间:
2014-08-26 00:21:25
阅读次数:
259
change事件:"change" (model, options) — 当attributes变化时"change:[attribute]" (model, value, options) — 当attributes的一个特定属性变化时listenTo事件:view.listenTo(model,...
分类:
其他好文 时间:
2014-08-25 20:46:14
阅读次数:
352
>_ 2 #include 3 #include "GUI.h" 4 #include "FRAMEWIN.h" 5 6 #define SPEED 1200 7 #define MSG_CHANGE_MAIN_TEXT (WM_USER + 0) 8 9 static F...