码迷,mamicode.com
首页 >  
搜索关键字:hackthon programmer coworking    ( 483个结果
CF - 一直交换元素的规律
Dima is a beginner programmer. During his working process, he regularly has to repeat the following operation again and again: to remove every second ...
分类:其他好文   时间:2018-03-10 11:54:51    阅读次数:192
【转】所谓软件工程
很多编程的人包括我,头衔叫做“软件工程师”(software engineer),然而我却不喜欢这个名字。我喜欢把自己叫做“程序员”(programmer)或者“计算机科学家”(computer scientist)。这是为什么呢?这需要从“软件工程”(software engineering)在现 ...
分类:其他好文   时间:2018-03-03 10:53:17    阅读次数:154
Web从入门到放弃<8>
Ref: Cameron D. - HTML5, JavaScript and jQuery (Programmer to Programmer) - 2015 <1> CSS Responsive box 关键字:display:inline-block; html: <!DOCTYPE html ...
分类:Web程序   时间:2018-02-25 15:53:14    阅读次数:176
php常见术语
什么是PHP? php是Hypertext Preprocessor的缩写,php是一种内嵌 HTML的脚本语言。PHP的独特语法混合了c,java和perl及PHP式的新语法。这门语言的的目标是让网页开发人员快速的写出动态的网页。 什么是PHPer? PHP programmer,指编写PHP的程 ...
分类:Web程序   时间:2018-02-24 13:08:46    阅读次数:208
软硬链接
1.软链接 ln -s 文件名 快捷方式的名字 文件名使用绝对路径 目录也可以创建软链接 ln -s /home/1Day/programer s.soft 创建软链接到programmer lrwxrwxrwx 1 kevin 9 3月 13 14:15 s.soft ->programmer 相 ...
分类:其他好文   时间:2018-02-20 11:18:59    阅读次数:162
怎样高效地报告Bug
Summary The first aim of a bug report is to let the programmer see the failure with their own eyes. If you can't be with them to make it fail in front ...
分类:其他好文   时间:2018-02-17 19:22:51    阅读次数:190
程序员之殇 —— (Are you afraid of me? Don't be.)灵感=神秘感
Are you afraid of me? (你们怕我吗?) Don't be.(不用怕) I am a programmer who just won't die.(我是不会死的程序员) 自从跟踪到32位CPU的逻辑地址等同于线性地址,不仅在Windows中,还有在Linux(Android)中, ...
分类:其他好文   时间:2018-02-06 01:25:30    阅读次数:219
regex c语言
最近一直在补习c语言的底子功夫,关于正则表达式的c教程,看了man手册感觉还不错。 REGEX(3) Linux Programmer's Manual REGEX(3) NAME regcomp, regexec, regerror, regfree - POSIX regex functions ...
分类:编程语言   时间:2018-02-03 12:47:36    阅读次数:161
Sublime Text 3.0版本的傻瓜式汉化步骤
Sublime text 3是非常好的文本编辑器,在试用过N款文本编辑器(Notepad、Notepad++、Notepad2、Programmer's notepad、EditPlus,Vim, Textpad、Emeditor、UltraEdit、WinHex、Hex Workshop、Wine ...
分类:其他好文   时间:2018-01-23 13:14:32    阅读次数:191
多态本质
所谓的多态是将类似的不同实现统一到一个(组)接口的能力; 涉及到两个方面:1)抽象能力;2)面向接口(忽略载体、对象)。 Polymorphism is the ability of the programmer to write methods of the same name that do d ...
分类:其他好文   时间:2018-01-17 18:22:33    阅读次数:121
483条   上一页 1 ... 7 8 9 10 11 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!