-
【计数】
count={}
for x in ‘sdasdad’:
if x in count:
count[x]+=1
else:
count[x]=1
return count
-
- maximum feasible flow per lane
- maximum ratio of turn-arounds in relation to other movements
Similar to flowrouter.py options **--max-flow** and **--max-turn-flow**.
-
## common sense
* 一线城市重点区域是财富保值不二之选,无论是自住还是投资,第一定理永远不变:地段地段地段。
* 量力而行,不要上自己扛不住的杠杆。金融市场有句话,预测风险比预测收益要容易得多。楼市也一样,懂得控制风险,就已经赢了一大半。房子既然是强金融属性的产品,就要用金融思维来思考看待。
## 如果可以
* 即使是2022年已经很贵,距离KK发表观点有十多年了,但基…
-
As reported by Sunami and seen in the past, it all starts from here: https://github.com/sdn-sense/sense-o-py-client/blob/main/sense/client/workflow_combined_api.py#L674 (wrapping json inside xml). Nee…
-
ghost updated
3 years ago
-
상식(常識) = 일본의 번역
센스있다.? = 일본식 영어
- [人之常情](https://hanja.dict.naver.com/#/entry/ccko/c172874f60aa4628b6e6286100e1612f)
- [人生無常](https://hanja.dict.naver.com/#/entry/ccko/10522e57a21941b2b61a24166c34a…
-
혹시 **잘 모르는 개념**이나 **좀 더 자세히 알고싶은 개념** 있으면 알려주세요!
**IT Common Sense**에서 다뤄보겠습니다ㅎㅎ
-
[Paper](https://arxiv.org/pdf/1904.04365.pdf)
-
Press so far:
1. https://www.newsweek.com/common-sense-not-shared-sociology-1860807 (lots of quotes)
2. https://bnnbreaking.com/tech/science-tech/study-challenges-universality-of-common-sense-offer…
-
The task says: "Select the small apple and the big orange"
Correct solution should be like this: //apple[contains(@class,'small')] | //orange[not(contains(@class,'small'))]
But it's not accepted.
…