06 2019 档案
摘要:import datetime nowtime = datetime.datetime.now() nowtime.strftime("%Y %m %d %H:%M:%S.") + str(nowtime.microsecond)
阅读全文
摘要:js arry: var arry = []; js object: var obj = {}; obj定义属性: obj.filename=''; obj.id=''; 把 obj 添加到 arry arry.push(obj);
阅读全文
摘要:```
法1 apt-get install tzdata
sudo dpkg-reconfigure tzdata ``` ```
法2 sudo raspi-config 选择时区 shanghai ```
阅读全文
摘要:``` 1 t1="3123982193.090000000"; 2 t2="7872348342.003000000"; 3 if [ eq 1 ] ; then 4 echo "t2 is big"; 5 fi 6 echo $t2 ~ ~ ~ 使用expr,返回1表示a a b, 0表示a&l
阅读全文
摘要:个人拥有的设备是: 树莓派2b 默认的用户名: pi 默认的密码是: raspberry
阅读全文