码迷,mamicode.com
首页 >  
搜索关键字:hackthon programmer coworking    ( 483个结果
Oracle PLSQL Demo - 03.流程判断[IF ELEIF ELSE]
declare v_job varchar2(50) := 'Programmer'; v_sal number;begin if v_job = 'Programmer' then v_sal := 6000; elsif v_job = 'Senior Pr...
分类:数据库   时间:2015-06-30 00:00:08    阅读次数:488
AK300 OBD2 cas key maker key programmer Features
AK300 CAS Key Maker Key Programmer for BMW(Support in 2002 -2009 years) especially for BMW CAS system key programmer. AK300 BMW CAS Key Programmer is ...
分类:其他好文   时间:2015-06-29 11:27:01    阅读次数:154
OC1_协议语句
//// Programmer.h// OC1_协议语句//// Created by zhangxueming on 15/6/24.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import #import "Co...
分类:其他好文   时间:2015-06-24 20:41:30    阅读次数:107
API的设计与实现
关于API的设计与实现API的设计是软件开发中一个独特的领域。最主要的特殊点在于API是供开发者使用的界面,即Application Programmer Interfaces。所以相对于依据软件设计的原则,考虑用户的”体验”会更加重要。许多著名的工具和库的作者都写过相关的著作,详细的论述他们在API上的设计与实现要点。本文是尝试对前人工作的总结。...
分类:Windows程序   时间:2015-06-24 00:48:19    阅读次数:228
FAQ of UPA USB New V1.3.0.14 With Full Adaptors
Wobd2.com has released a new version of UPA USB programmer:UPA USB 2014 V1.3.0.14 With Full Adaptors,Updated script example files,Added script functio...
分类:其他好文   时间:2015-06-23 17:20:41    阅读次数:149
【BZOJ】【4152】【AMPZZ2014】The Captain
最短路 题解:http://zyfzyf.is-programmer.com/posts/97953.html 按x坐标排序,相邻点之间连边。满足dist(x1,x3)12 #include13 #include14 #include15 #include16 #include17 #inclu.....
分类:其他好文   时间:2015-06-22 12:19:03    阅读次数:152
SmartRF Flash Programmer1.6.2打不开程序界面问题
这两天需要修改CC2430的节点地址,还有备份程序,都要用到这个软件,装了1.6.2版本,但是程序打开后只在任务栏有个图标,桌面上不显示程序界面,很是郁闷,装回1.5.0版之后问题依然存在。。。 在网上找到解决方法,感谢colin_98: 1、打开SmartRF Flash Programmer; 2、在任务管理器里右键点击,将其最大化; 3、将最大化的界面拖动到屏幕中间; 4、...
分类:其他好文   时间:2015-06-15 11:21:09    阅读次数:193
do {...} while (0) in macros
you are a C programmer, you must be familiar with macros. They are powerful and can help you ease your work if used correctly. However, if you don‘t define macros carefully, they may bite you and...
分类:系统相关   时间:2015-06-14 17:02:13    阅读次数:165
桌面下拉式终端Guake、Tilda、Yakuake
[Guake & Tilda 两个弹出式虚拟终端](http://linuxgem.is-programmer.com/2008/3/10/Guake-and-Tilda-drop-down-terminal.4937.html) [Yakuake](https://en.wikipedia.org/wiki/Yakuake) [Yakuake](https://extr...
分类:其他好文   时间:2015-06-13 23:12:42    阅读次数:428
《代码之美》读后感
这不是一本教科书(TextBook)或者说,拿这个来当教科书会是很失败的选择,因为一般人,一般的programmer,基本是“术业有专攻”,而这本书讲的内容涉及面广而且深,实在不是我这样的人能够全部通透的,从OS到Database,从C到JAVA、Python、PERL、Ruby、C#,从XML.....
分类:其他好文   时间:2015-06-13 16:55:49    阅读次数:130
483条   上一页 1 ... 28 29 30 31 32 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!