2017-04-18 09:05:57
2017-04-18 09:05:47
2017-04-18 09:05:46
算法 - python中的函数如何这样传入参数?
假如我有一个函数,需要接受任意个list类型作为参数 def f(*list) 可以是这样的传入参数 def f(list1,List2,List3) 或是 def f(List2,List3) 那么假如我有一个字典,字典的格式如下: {代码...} 问题: 我如何把字典...
0
1
377
2017-04-18 09:05:16
android - Home键app重新启动的问题
主要出现在小米手机上,在其他手机上暂时没有发现,例入在A页面时,点击home键回到桌面,再次点击app的icon,app重新启动且A页面会销毁,会到A页面之前的页面,在其他手机上别没有发现这个问题,参考网上的答案,...
0
4
1015
2017-04-18 09:05:12
2017-04-18 09:05:09
2017-04-18 09:05:03
2017-04-18 09:05:00
2017-04-18 09:04:59
xcode - ios webview loadrequest的时候报的错,请问这怎么处理啊?
void SendDelegateMessage(NSInvocation *): delegate (webView:decidePolicyForNavigationAction:request:frame:decisionListener:) failed to return after waiting 10 seconds. main run loop mode: kCFRunLoo...
0
0
278
2017-04-18 09:04:57
python中r'\'出错?
在python中,字符串前加r表示raw string,但r'\'却出错:SyntaxError: EOL while scanning string literal。虽然是个很无聊的问题。。。但是为什么?
0
2
1023