E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Programmer
gnu arch
gnuarchGNUarchisadistributedrevisioncontrolsystemthatispartoftheGNUProjectandlicensedundertheGNUGeneralPublicLicense.Itisusedtokeeptrackofthechangesmadetoasourcetreeandtohelp
programmer
scombineandother
tadcat
·
2013-07-27 23:00
[置顶] [译文]程序员能力矩阵
Programmer
Competency Matrix
注意:每个层次的知识都是渐增的,位于层次n,也蕴涵了你需了解所有低于层次n的知识。计算机科学ComputerScience 2n (Level0)n2 (Level1)n (Level2)log(n) (Level3)Comments数据结构不知道数组和链表的差异能够解释和使用数组,链表,字典等,并且能够用于实际的编程任务。了解基本数据结构时间和空间的折中,比如数组vs链表,能够解释如何实现哈希表
a2657222
·
2013-07-27 19:00
优先队列专题
Agri-Net 解题报告POJ 2431 Expedition 解题报告POJ 3253 Fence Repair 解题报告POJ 2970 The lazy
programmer
yew1eb
·
2013-07-27 13:00
优先队列
POJ2970 The Lazy
Programmer
POJ2970题意: 有n个合同,每个合同的截止日期是di,有个程序员,他完成第i个合同的时间是bi,对于合同i如果给他x元钱,他完成第i个合同的时间就会变成bi-ai*x。求需要的最少总钱数,使得存在一个方案使得程序员能按时完成所有合同。分析: 先按di排序,(从小到大)。然后依次完成合同,若发现第i个合同无法在截止日期前完成,便从之前已经完成的任务中选一个aj最大的合
yew1eb
·
2013-07-27 13:00
程序员不爱读书,但这很不明智——想看就看《高效能程序员的修炼》
英文原文:http://www.codinghorror.com/blog/2008/04/
programmer
s-dont-read-books----but-you-should.html作者:JeffAtwoodCodingHorror
backspace
·
2013-07-26 17:00
程序员
对iOS系统键盘的hack以及注意事项
原文转载自:http://hikui.is-
programmer
.com/posts/35019.html感谢博主的分享。
guicl0219
·
2013-07-26 12:54
IOS键盘
IOS
不要自称为程序员
转自:http://www.ruanyifeng.com/blog/2011/10/dont_call_yourself_a_
programmer
.html每年都有无数年轻程序员,加入软件行业。
kupe87826
·
2013-07-25 16:00
【转载】Non-blocking I/O with regular files
===========我是分割线============Everynowandthen,Ihearsome
programmer
complainthatagivenpieceofcodeusesblockingI
摩云飞
·
2013-07-25 09:00
I/O
NonBlocking
autoconf和automake
来自:http://tigersoldier.is-
programmer
.com/show/1904.html1autoconf和automake的由来autoconf和automake是啥?
flydream0
·
2013-07-24 14:00
优秀程序员的十个习惯
在这个世界上,有数百万的人热衷于软件开发,他们有很多名字,如:软件工程师(SoftwareEngineer),程序员(
Programmer
),编码人(Coder),开发人员(Developer)。
地狱的烈火
·
2013-07-23 16:00
开发习惯
分享成为高效程序员的7个重要习惯
Programmer
(fromgood-wallpapers)1.理解你的需求成为高效程序员的第一步是,保证时间的合理分配。没
admin
·
2013-07-23 14:00
互联网
分析视角
技术前沿
[Virtual Judge]SGU195:New Year Bonus Grant
.NewYearBonusGranttimelimitpertest:1.5sec.memorylimitpertest:65536KBinput:standardoutput:standardAll
programmer
sof
l383137093
·
2013-07-22 21:00
dp
贪心
基本算法
树形DP
How can I read single characters from the terminal?
原文地址:http://www.sbin.org/doc/unix-faq/
programmer
/faq_4.html HowcanIreadsinglecharactersfromtheterminal
zahuopuboss
·
2013-07-22 17:00
linux
termios
How can I make my program not echo input?
原文地址:http://www.sbin.org/doc/unix-faq/
programmer
/faq_4.html HowcanImakemyprogramnotechoinput,likelogindoeswhenaskingforyourpassword
zahuopuboss
·
2013-07-22 17:00
linux
echo
termios
Unix Programming Frequently Asked Questions
原文地址:http://www.sbin.org/doc/unix-faq/
programmer
/faq_toc.html AboutthisFAQ1.ProcessControl1.1Creatingnewprocesses
zahuopuboss
·
2013-07-22 17:00
FAQ
unix
iwconfig手册页
$maniwconfigIWCONFIG(8) Linux
Programmer
'sManual
zahuopuboss
·
2013-07-22 12:00
iwconfig
程序员不爱读书,但这很不明智
英文原文:http://www.codinghorror.com/blog/2008/04/
programmer
s-dont-read-books----but-you-should.html作者:JeffAtwoodCodingHorror
happydeer
·
2013-07-22 09:00
程序员不爱读书,但这很不明智
英文原文:http://www.codinghorror.com/blog/2008/04/
programmer
s-dont-read-books----but-you-should.html作者:JeffAtwoodCodingHorror
从此醉
·
2013-07-22 09:00
What are TCHAR, WCHAR, LPSTR, LPWSTR, LPCTSTR
http://www.codeproject.com/Articles/76252/What-are-TCHAR-WCHAR-LPSTR-LPWSTR-LPCTSTR-etcManyC++Windows
programmer
sgetconfusedoverwhatbizarreidentifierslike
wen294299195
·
2013-07-21 20:00
windows
【读书笔记】并发编程需要注意的几个典型问题
ComputerArchitecture2013-07-2117:05 34人阅读 评论(0) 收藏 举报linuxconcurrentprogrammi 本文为《ComputerSystems:A
Programmer
'sPerspective
pi9nc
·
2013-07-21 18:00
c
linux
【读书笔记】并发编程需要注意的几个典型问题
本文为《ComputerSystems:A
Programmer
'sPerspective》第12.7节—并发编程问题的读书笔记。下面开始正文。
slvher
·
2013-07-21 17:00
linux
Concurrent
programmi
高效程序员的 7 个共同特征
英文原文:Seventraitsofeffective
programmer
s编译:oschina导读:要想成为一个卓越的程序员,需要的可不仅仅是能够编写出可以正常运行的代码。
sc316737332
·
2013-07-21 09:50
7
高效程序员的
个共同特征
原型模式
prototype-pattern.htmlPrototypePatternMotivationToday’sprogrammingisallaboutcosts.Savingisabigissuewhenitcomestousingcomputerresources,so
programmer
saredoingtheirbesttofind
xiaobin_HLJ80
·
2013-07-20 22:00
如何成为Python高手
//转自外刊IT评论http://www.aqee.net/how-to-become-a-proficient-python-
programmer
/导读:本文是从《HowtobecomeaproficientPython
programmer
跟随内心
·
2013-07-20 12:17
Python
Python
hdu-Balloon Comes!
Howexciteditistoseeballoonsfloatingaround.You,oneofthebest
programmer
sinHDU,cangetaverybeaut
yinzm520
·
2013-07-19 22:00
[程序猿感悟] Understanding your own code(看不懂自己代码的程序猿不可原谅)
Irecentlyranintoastatementthatleftmeveryperplexed.A
programmer
wasproudlydeclaringthathecan’tunderstandeverypieceofcodehewroteaweekago.Ihonestlytriedtofigureoutwherethepridecomesfrom
freesonhp
·
2013-07-19 17:00
Advice for new
programmer
s
1)Makeitreadable.2)Makeiteasytomaintainandextend.3)Makeitrun.4)Makeitrunfastifyouhaveto.
tcdddd
·
2013-07-18 12:12
Advice for new
programmer
s
1)Makeitreadable.2)Makeiteasytomaintainandextend.3)Makeitrun.4)Makeitrunfastifyouhaveto.
tcdddd
·
2013-07-18 12:00
weakref的使用场景——实现缓存
TheweakrefmoduleallowsthePython
programmer
tocreateweakreferencestoobjects.Inthefollowing,thetermreferentmeanstheobjectwhichisreferredtobyaweakreference.Aweakreferencetoanobjectisnotenoughtokeeptheobjec
yxc135
·
2013-07-18 11:39
Python
python pdb 的用法入门
http://pythonconquerstheuniverse.wordpress.com/category/python-debugger/Asa
programmer
,oneofthefirstthingsthatyouneedforseriousprogramdevelopmentisadebugger.Pythonhasadebugger
xiaochaoqu
·
2013-07-18 10:07
编程语言
让你成为更优秀程序员的10个步骤
英文原文地址:10stepstobecomingabetter
programmer
,下面是翻译正文: 在这里,我想介绍的是在我成为专业程序员之后,过去的一些年里真正帮助我提高代码质量和综合素质的10
wlccomeon
·
2013-07-17 17:00
zoj 2860 Breaking Strings
BreakingStringsTimeLimit:2Seconds MemoryLimit:65536KBAcertainstring-processinglanguageallowsthe
programmer
tobreakastringintotwopieces.Sincethisinvolvescopyingtheoldstring
y5885922
·
2013-07-17 09:00
c
算法
ACM
转:国外程序员和国内程序员的不同分类
10 types of
programmer
s you’ll encounter in the field 10种你会碰到的程序员
Programmer
s enjoy a reputation
Getwaysun
·
2013-07-16 15:00
工作
代码提交
nbsp; http://stackoverflow.com/questions/754905/best-practices-for-comments-on-code-commit http://
programmer
s.stackexchange.com
·
2013-07-16 08:00
代码
也谈程序员最怕什么
读了《程序员最怕的事》http://www.oschina.net/news/42273/only-thing-
programmer
s-have-fear-all-these-things我觉得有些事情可能是通用的
袁国涛
·
2013-07-15 11:00
Quartz and the update checker(关闭Quartz update checker)
转自:http://www.korri.net/blog/2011/9/7-quartz-and-the-update-checker.html Every
programmer
has
heipark
·
2013-07-15 09:00
quartz
听听Matt Rogish说怎么面试程序员
Google的人力运营高级副总裁LaszloBock在一次采访中说Google发现在面试程序员时问智力题完全是浪费时间,MattRogish在他的这篇博客HowtoInterview
Programmer
s-RogishReadingWriting
·
2013-07-12 23:00
程序员
成为高效程序员的7个重要习惯
Programmer
(from good-wallpapers) 1. 理解你的需求 成为
lvwenwen
·
2013-07-11 21:00
成为高效程序员的7个重要习惯
学徒程序员
英文链接:TheApprentice
Programmer
——兼谈德国的教育体系十六岁那年,我辍学了。学校不适合我。对我来说,计算机要有趣得多。
qcyycom
·
2013-07-11 16:00
向Intel迁移!(上)
转自:http://www.
programmer
.com.cn/14703/文/王越2005年,苹果宣布其芯片向Intel迁移,在这背后夹杂着错综复杂的缘由,从Intel的诞生、精简指令集与复杂指令集之争到
haima1998
·
2013-07-11 09:00
MapReduce Model
¢
Programmer
sspecifytwofunctions:map(k,v)→*reduce(k’,v’)→*Allvalueswiththesamekeyaresenttothesamereducer
s060403072
·
2013-07-11 08:00
Computer.Systems.A.
Programmer
s.Perspective笔记
#include intmain() { printf("hello,world\n"); }unix>gcc-ohellohello.c,gcc编译器编译流程: Figure:ThecompilationsystemHere,thegcccompilerdriverreadsthesourcefilehello.candtranslate
B_H_L
·
2013-07-10 13:00
Near Field Communication (NFC) applications
If you’re a
programmer
or developer, get this unique and detailed bo
·
2013-07-10 01:00
application
Introduce my department
Hello,everyont,MynameisXX,youcanalsocallmeBlair.Iama
programmer
,andI comefromtheResearchandDevelopmentdepartment.usually
funi16
·
2013-07-08 23:00
What is the single most influential book every
programmer
should read?
CodeComplete (2ndedition)bySteveMcConnellThePragmatic
Programmer
StructureandInterpretationofComputerProgramsTheCProgrammingLanguage
incyanggan
·
2013-07-07 15:00
【读书笔记】linux系统中"共享文件"的原理
前段时间读到《ComputerSystems:A
Programmer
'sPerspective》的第10章—系统级I/O,书中从整体角度对UnixI/O做了介绍,对Unix/Linux初学者来说
slvher
·
2013-07-06 23:00
linux
IO
JADE学习资料汇总
JADE程序员指南它是官方文档“JADE
Programmer
’sGuide”的中文翻译。
bd_zengxinxin
·
2013-07-05 20:00
每个程序员必须知道的100条指令
转载自:http://www.catswhocode.com/blog/100-vim-commands-every-
programmer
-should-knowPublishedonJune30th,
jimmy2013_1_1
·
2013-07-04 08:00
linux
Linux Shell 命令--rename
,批量重命名文件rename是最好的选择,Linux的rename命令有两个版本,一个是C语言版本的,一个是Perl语言版本的,判断方法:输入manrename看到第一行是RENAME(1)Linux
Programmer
BruceZhang
·
2013-07-03 22:11
Shell脚本学习
Linux
Shell
脚本攻略
Linux Shell 命令--rename
,批量重命名文件rename是最好的选择,Linux的rename命令有两个版本,一个是C语言版本的,一个是Perl语言版本的,判断方法:输入manrename看到第一行是RENAME(1)Linux
Programmer
DLUTBruceZhang
·
2013-07-03 22:00
c
linux
linux
编程语言
shell
perl
上一页
94
95
96
97
98
99
100
101
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他