switch#include int main(int argc, char * argv[]){ int i; scanf("%d",&i); switch(i) { case 1: {printf("春"); break;...
分类:
移动开发 时间:
2014-07-16 21:46:08
阅读次数:
236
Given a stringsconsists of upper/lower-case alphabets and empty space characters' ', return the length of last word in the string.If the last word doe...
分类:
其他好文 时间:
2014-07-16 21:00:49
阅读次数:
208
switch的特点:只接受byte,shotr,int,char 语句的定义顺序可以随意的,但执行顺序还是从第一个case开始public class SwitchDemo { public static void main(String[] args) { int x = 4;...
分类:
其他好文 时间:
2014-07-16 20:56:08
阅读次数:
160
SQLServer 2005 SELECT d.name N'TableName', d.xtype N'TableType', a.colorder N'ColumnIndex', a.name N'ColumnName', (case when COLUMNPROPERTY( a.id,a.na...
分类:
数据库 时间:
2014-07-13 08:58:15
阅读次数:
197
Django’s optional GIS (Geographic Information Systems) support requires Python 2.5 to 2.7.这里提到了django的GIS,貌似是个挺有意思的东西,以后要研究一下。In case you’re curious: ...
分类:
其他好文 时间:
2014-07-13 08:45:43
阅读次数:
212
select a.TABLE_NAME as "TableName", case when (select count(*) from user_views v where v.VIEW_NAME =a.TABLE_NAME )>0 then 'V' else 'U'end as "TableTyp...
分类:
数据库 时间:
2014-07-13 00:44:11
阅读次数:
308
$links = array();
//获取系统菜单,所有权限都默认进行了验证
$links['case-edit']=menu_get_item('node/'.$row->nid.'/edit');
//自定义链接地址
$links['custom_url']=array(
'title' => t('custom_url'),
...
分类:
其他好文 时间:
2014-07-12 21:02:44
阅读次数:
236
Case-insensitive matching:https://blogs.oracle.com/xuemingshen/entry/case_insensitive_matching_in_java(?i) means: for ASCII case-insensitive matching:...
分类:
编程语言 时间:
2014-07-12 15:11:09
阅读次数:
158
atitit.提升开发效率---mda 软件开发方式的革命
1. 软件开发方式的革命开发工具的抽象层次将再次提升 1
2. 应用框架和其实现相分离 2
3. 目前的问题模型和代码不同步 2
4. MDA的历史及其由来 2
5. MDA的三个主要目标是:轻便性、 互操作性和可重用性。 3
6. MDA跟代码生成的不同 3
7. 问题:也许MDA不过是已有的Case Tool...
分类:
其他好文 时间:
2014-07-10 23:05:49
阅读次数:
392