引用《Linux Kernel Development》原书里面的一句话 in Unix, everything is a file.This simplifies the manipulation of data and devices into a set of core system call ...
分类:
其他好文 时间:
2019-01-04 18:43:32
阅读次数:
307
1.安装链接 教程https://laravel-china.org/docs/laravel-development-environment/5.5/development-environment-windows/938 2.采坑https://laravel-china.org/articles ...
分类:
其他好文 时间:
2019-01-02 15:00:15
阅读次数:
218
android开发 一、android开发环境搭建需要以下工具: 1、JDK(java development kit) 2、Eclipse— 是一个编辑器 3、Android SDK(Software Development Kit) 4、ADT(Android Development Tools ...
分类:
移动开发 时间:
2019-01-01 11:44:16
阅读次数:
238
Getting Started with Unity 2018 - Third Edition: A Beginner's Guide to 2D and 3D game development with Unity Learn how to use Unity 2018 by creating y ...
分类:
编程语言 时间:
2018-12-29 18:36:12
阅读次数:
252
在IDE(Integrated Development Environment,集成开发环境)开发工具大行其道的今天,对于编译的一些概念很多人已经不再清楚了,很多程序员最怕的就是处理链接错误(Link Error),因为它不像编译错误那样可以给出你程序错误的具体位置,你常常对这种错误感到懊恼。 当在 ...
分类:
其他好文 时间:
2018-12-27 03:16:04
阅读次数:
154
解决办法: 在安装git时没有默认安装到c盘,而是安装到了d盘。在使用SourceTree进行代码克隆时提示warning: templates not found in D:\software\development\Git\share\git-core\ 按照提示给出的路径去查找确实没有查找到该 ...
分类:
其他好文 时间:
2018-12-26 00:31:35
阅读次数:
307
先附上连接 https://github.com/dikeboy/flutter-refrensh 这里涉及到flutter中的 几块 动画 ,事件点击, 异步, 要自定义下拉刷新 首先必须要了解Flutter 中的事件监听方法 https://flutter.io/docs/development ...
分类:
移动开发 时间:
2018-12-22 22:02:48
阅读次数:
247
Sping是一个开源框架,最早由Rod Johnson创建,并在《Expert One on ONe; JE22 Design and Development》这本著作中进行了介绍。Spring是为了解决企业级应用开发的复杂性而创建的,使用Spring可以让简单的JavaBean实现之前只有EJB才 ...
分类:
编程语言 时间:
2018-12-20 00:05:33
阅读次数:
222
敏捷软件开发(英语:Agile software development),又称敏捷开发,是一种从1990年代开始逐渐引起广泛关注的一些新型软件开发方法,是一种应对快速变化的需求的一种软件开发能力。它们的具体名称、理念、过程、术语都不尽相同,相对于“非敏捷”,更强调程序员团队与业务专家之间的紧密协作 ...
分类:
其他好文 时间:
2018-12-19 17:58:16
阅读次数:
176
mocha 如果你听说过“测试驱动开发”(TDD:Test-Driven Development),单元测试就不陌生。 单元测试是用来对一个模块、一个函数或者一个类来进行正确性检验的测试工作。 比如对函数abs(),我们可以编写出以下几个测试用例: 输入正数,比如1、1.2、0.99,期待返回值与输 ...
分类:
Web程序 时间:
2018-12-18 20:56:11
阅读次数:
181