搜索到与相关的文章
Python

Python中生成Epoch的方法

在Python2中datetime对象没有timestamp方法,不能很方便的生成epoch,现有方法没有处理很容易导致错误。关于Epoch可以参见时区与Epoch0Python中生成Epochfromdatetimeimportdatetime#python3datetime.now().timestamp()#python2importtimetime.mktime(datetime.now().timetuple())#为了兼容python2和3,该

系统 2019-09-27 17:38:23 2425

MySql

mysql 日志

测试版本mysql5.0.22+redhatel5vi/etc/my.cnf[mysqld]datadir=/var/lib/mysqlsocket=/var/lib/mysql/mysql.sock#Defaulttousingoldpasswordformatforcompatibilitywithmysql3.x#clients(thoseusingthemysqlclient10compatibilitypackage).#old_password

系统 2019-08-29 23:46:27 2425

Android

Android Styles & Themes(下)——Theme

上一篇幅AndroidStyles&Themes(一)——Style介绍了Style神奇的魅力,下面继续体验Theme的效果。就像Style一样,Theme依然在