holyen

Results 14 issues of holyen

why the size of background image is so large, how to change the size just as same as UIMainScreen

python weixin.py File "weixin.py", line 1098 def _get(self, url: object, api: object = None, timeout: object = None) -> object: ^ SyntaxError: invalid syntax

the code: [_contentView setBackgroundColor:[UIColor whiteColor]]; i want to change it to black and the contentView is Private, how can i modify.

i want to get the display height (self.view.bounds.size.height) of current viewController's view but the value is not correct, the value is always more than correct value.(RDVTabBar 's height value), i...

i have config ss proxy,then tap connect button,but show nothing,the topbar of iphone does not show vpn icon

when i push the object of RKSwipeBetweenViewControllers it crash. code: RKSwipeBetweenViewControllers *swipeVC = [RKSwipeBetweenViewControllers newSwipeBetweenViewControllers]; [nav_tweet.viewControllerArray addObjectsFromArray:@[[TimelineViewController newTimelineViewControllerWithType:TimelineViewControllerType_Nearby], [TimelineViewController newTimelineViewControllerWithType:TimelineViewControllerType_Hot]]]; nav_tweet.buttonText = @[@"A", @"B"]; [self.navigationController pushViewController:nav_tweet animated:YES]; then it crash...

run in Mac OS 10.15.1 Catalina it show me error Security Error: smc-binary is not the distributed one

mysql已经创建了名为springMVCDemo的数据库 persistence.xml 也配置过 ``` ``` 报异常: ``` Type Exception Report Message Request processing failed; nested exception is org.springframework.orm.jpa.JpaSystemException: org.hibernate.exception.SQLGrammarException: could not execute query; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not...