目录: K Airdrop I Soldier Game L Sub-cycle Graph G Repair the Artwork ———————————————————— ps:楼主脑残有点严重,很容易写错别字和语言组织混乱,如果在读文章时遇到,可以在评论区里回复一下,我好改(花式骗评论) 补题地址:http://acm.zju.edu.cn/onlinejudge/showProblems.do?contestId=1&pageNumber=31 顺便好人做到底,给大家凑个11/13的
jsp页面有黄色问号代表我们的html标签不符合规范 对于很多人拿到页面美工给的页面,有时候很多都有黄色的问号. 为什么会这样呢? Multiple annotations found at this line: - Invalid location of tag (form). - No end tag (</form>). 其实原因很简单,也就是说我们将html标签的嵌套层次写错了 而一般我们美工做的页面都是存在这样一个问题 将 from 嵌入到了table中 所以 , 解决此类问题也很简
今天用eclipse编写android4.4W的项目,在XML中用到了EditText组件来写文本框,结果出现了黄色感叹号,还出现一句 This text field does not specify an inputType or a hint 将EditText写成就可以了 <EditText android:id="@+id/editText02" android:hint="@null" android:layout_width="fill_