无私鱼

文章
5
资源
1
加入时间
2年10月21天

parser/action=‘store_true‘/default触发看ation,action后面代表触发后的值不触发看default即可

触发看ation,action后面代表触发后的值不触发看default即可parser.add_argument('-c', action='store_true')#python test.py -c => c是true(触发)#python test.py => c是false(无触发)store_true 是指带触发action时为真,不触发则为假,代码去掉default初始化,其功能也不会变化parser.add_argu

iOS UITableView滑动使导航栏透明度渐变

//给导航条设置一个空的背景图 使其透明化[self.navigationController.navigationBar setBackgroundImage:[UIImagenew] forBarMetrics:UIBarMetricsDefault];//去除导航条透明后导航条下的黑线[self.navigationController.navigationBar setShad...