2017年3月


vs2015/vs2013/vs2010/vs2008如何创建第一个C程序

第一步:选择 文件-新建-项目 第二步,选择 模板-Visual C++ - 空项目 输入项目名称,选择项目路径后,点击确定。 第三步。在资源管理器中,选择源文件文件夹,选择 添加-新项目。 第四步,弹出 添加新项目对话框,选择 C++ 文件,然后输入文件名后,点击“添加” 第五步,然后在添加的文件夹中输入,源代码: #include <stdio...



windows下VC++编辑器推荐

针对并适合对象:C语言初学者或者不了解公司级开发软件的人。 推荐工具:VS2015/vs2013/vs2017/vs2010  推荐理由:功能全,支持语言多,还有代码补全提示。 缺点:包比较大。 补充:如果是学生只想学习C语言,可以使用Community版本VS系列工具。这个系列是免费的,而且比较小,更适合初学者使用。 不推荐工具:VC++ 6.0。理由是严重的版本不兼容,开发理念比较落后,已经不在是目前公司开发工具。 额...



log for linux bash command

Unless a command has output or logging already configured, rc.local commands will not log anywhere. If you want to see logs for specific commands, try redirecting the stdout and stderr for rc.localto somewhere you can check. Try adding this to...



Missing fonts/glyphicons-halflings-regular.woff in angular-animate

项目用到了bootstrap,于是用到了一个bootstrap一个图标。照常理说这个应该是没有问题的。但是项目运行后提示这个字体找不到。于是二话不说google之。于是看到一个大神的回复。 The less compilation happens in the browser when you're running the site with grunt serve so the default path for the fonts...