kubernetes概念
cluster cluster是计算、存储、和网络资源的集合,kubernetes利用这些资源运行各种基于容器 … 阅读更多
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; errorMonitor has a deprecated constructor in /var/www/html/wp-content/plugins/404-error-monitor/index.php on line 51
cluster cluster是计算、存储、和网络资源的集合,kubernetes利用这些资源运行各种基于容器 … 阅读更多
(str).lstrip() 截掉(删掉)左侧指定的字符,默认状态下为空格 str5 = " AAA … 阅读更多
一、tuple也是一个class,是不可变的list类型,不可以增删改。 创建: tup1 = (' … 阅读更多
a = 1 b = 2 h = "" h = a-b if a>b else a+b … 阅读更多
function my_activation() { if ( !wp_next_scheduled( � … 阅读更多
// Fields for redirect function custom_login_fields() { … 阅读更多
function content_countdown($atts, $content = null) { ex … 阅读更多
add_action( 'admin_enqueue_scripts', 'my … 阅读更多
add_action('admin_footer','posts_status_ … 阅读更多