摘要:
History of Program 1957年 约翰·巴克斯(John Backus)创建全世界第一套高阶语言FORTRAN,这是程序员真正意义上使用的第一种语言。 1959年 葛丽丝·穆雷·霍普(Grace Hopper)发明了第一个面向企业的面向业务的编程语言,为“面向商业的通用语言”简称 C 阅读全文
摘要:
specific word count (index of ) <script type="text/javascript"> var str="Hello world!" document.write(str.indexOf("Hello") + "<br />") document.write( 阅读全文