问题描述: Suggest to frozen column titles in table view mode, so that user can see titles in any rows. 页面html的改变: 在table对应的元素中,把表头和内容分开来写,表头用<table>,表内容用< Read More
w1.弹出框在页面上的显示的问题:The scroll bar should exist in the bottom of the screen, so that user can view the columns in any screens. 滚动条应该在页面screen的最下面,而不应该在所以 Read More
1.Error:The authenticity of host 'github.com (192.30.255.112)' can't be established. Git密钥认证github时出现如下错误: $ ssh -T git@github.comThe authenticity of Read More
git:当本地分支中的代码和develop分支上有很多冲突,希望删掉本地分支,重新建立新的分支,但是git中说你需要先解决当前的冲突,这种情况怎么解决 这种情况可以在代码编辑器中点击commit,然后选择revert,把本地有的冲突revert掉,然后再把这些有修改的文件删掉,最后重新建一个分支,再 Read More