码迷,mamicode.com
首页 >  
搜索关键字:hackthon programmer coworking    ( 483个结果
SmartRF Flash Programmer 弹不出那个界面--转载http://blog.chinaunix.net/uid-24343357-id-3594874.html
SmartRF Flash Programmer 在我烧写几次HEX文件以后,老是缩在任务栏,你怎么点击,它都弹不出那个界面了,如下图,很郁闷的。我卸载一下,然后重装也不行。没有办法了,换了一台计算机,开始是好的,烧写几个hex以后,又出现同样的问题了,看来不是我计算机的问题了。怎么解决呢,打开任务 ...
分类:Web程序   时间:2016-11-18 22:12:51    阅读次数:209
我要如何组建部门的技术团队
前言 2014年10月份入职A公司的新组建的部门,主要做基于Windows平台的C/S架构的开发。我是2011年本科毕业的,所以当时大概说3年左右的工作经验。入职的职位是AP(Analyst Programmer)分析程序员,我把它理解为中高级程序员类似的职位。我入职时的部门包括一个部门领导 (De ...
分类:其他好文   时间:2016-11-17 13:16:56    阅读次数:161
【转载】技术的正宗与野路子
http://kb.cnblogs.com/page/554496/ http://zhangtielei.com/posts/blog-programmer-learn.html 黄衫女子的武功似乎与周芷若乃是一路,飘忽灵动,变幻无方,但举手抬足之间却是正而不邪,如说周芷若形似鬼魅,那黄衫女子便是 ...
分类:其他好文   时间:2016-11-04 07:44:14    阅读次数:273
[RxJS] RefCount: automatically starting and stopping an execution
With the connect() method on a ConnectableObservable, the programmer is responsible for avoiding leaked executions of shared RxJS Observables. This le ...
分类:Web程序   时间:2016-10-23 07:39:33    阅读次数:253
取得文件夹内容信息
翻译自MSDN 2005 -> Win32 和 COM 开发 -> User Interface -> Windows User Experience -> Windows Shell -> Shell Programmer's Guide -> Shell Basics -> Shell Basi ...
分类:其他好文   时间:2016-10-10 01:35:50    阅读次数:215
[NIOS] 如何Erase EPCS flash內容
以下資料是給我自己做個以後查詢使用。 手動清除EPCS內的資料步驟: 1. 先開啟 Nios II 1X.X Command Shell 2. 下指令 nios2-flash-programmer -e --base=0x1800 --erase-all --override=c:/nios2-fl ...
分类:移动开发   时间:2016-10-02 19:19:48    阅读次数:228
codeforces 342E :Xenia and Tree
Description Xenia the programmer has a tree consisting of n nodes. We will consider the tree nodes indexed from 1 to n. We will also consider the firs ...
分类:其他好文   时间:2016-09-30 00:44:57    阅读次数:201
computer systems work from a programmer's perspective
2. typedef unsigned char *byte_pointer; void show_bytes(byte_pointer start, size_t len) { int i; for (i=0;i<len;i++) printf(" %.2x",start[i]; printf(" ...
分类:其他好文   时间:2016-09-23 23:16:18    阅读次数:123
thinkjs——修改where默认条件为or
写之前,得先反思一下:总以为大神同事的高冷是一种与大家格格不入的节奏,可是当自己遇到的问题难以解决的时候,大神同事一下子就让问题迎刃而解,于是,满眼的敬佩之感:一定努力当一个像大神同事一样的programmer! 进入正题: 一直以来工作中,使用的都是nodejs中的thinkjs框架,基本上做的也 ...
分类:Web程序   时间:2016-09-22 19:43:46    阅读次数:764
[转]30 ESSENTIAL PYTHON TIPS AND TRICKS FOR PROGRAMMERS
If you ask any Python programmer to tell about the strengths of Python, he will quote brevity and high readability as the most influencing ones. In th ...
分类:编程语言   时间:2016-09-21 10:15:05    阅读次数:205
483条   上一页 1 ... 16 17 18 19 20 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!