虾米大王 虾米大王
3年前
java代码037
code037.jspjavaBean的应用邮箱认证邮箱地址:
虾米大王 虾米大王
3年前
java代码049
code049.jsp新闻发布新闻发布标题:内容:
虾米大王 虾米大王
3年前
java代码046
code046.jsp保存并展示姓名:年龄:性别:住址:
Stella981 Stella981
3年前
Python code question 7
Question7Level2Question:Writeaprogramwhichtakes2digits,X,Yasinputandgeneratesa2dimensionalarray.Theelementvalueintheithrowandjthcolumnofthe
Stella981 Stella981
3年前
Python code question 12
Level2Question:Writeaprogram,whichwillfindallsuchnumbersbetween1000and3000(bothincluded)suchthateachdigitofthenumberisanevennumber.Thenumbersobtaine
Stella981 Stella981
3年前
Python code question 10
Question10Level2Question:Writeaprogramthatacceptsasequenceofwhitespaceseparatedwordsasinputandprintsthewordsafterremovingallduplicatewordsandsortingth
Stella981 Stella981
3年前
Python code question 5
Question:Defineaclasswhichhasatleasttwomethods:getString:togetastringfromconsoleinputprintString:toprintthestringinuppercase.Alsopleaseincludesimplete
Stella981 Stella981
3年前
Python 超燃动态可视化条形图源码及效果图
01—效果!(https://oscimg.oschina.net/oscnet/8ff6375b30f240aa95c93f616e3abc31.jpg)(上图·基于github网页自助动态排行功能截图)(上图·基于下方code制作)02—code
Wesley13 Wesley13
3年前
Python code question 2
Question2Level1Question:Writeaprogramwhichcancomputethefactorialofagivennumbers.Theresultsshouldbeprintedinacommaseparatedsequenceonasingleline.
Stella981 Stella981
3年前
Code Review最佳实践
  我一直认为CodeReview(代码审查)是软件开发中的最佳实践之一,可以有效提高整体代码质量,及时发现代码中可能存在的问题。包括像Google、微软这些公司,CodeReview都是基本要求,代码合并之前必须要有人审查通过才行。  然而对于我观察到的大部分软件开发团队来说,认真做CodeReview的很少,有的流于形式,有的可能根本就没有Co