码迷,mamicode.com
首页 >  
搜索关键字:must use utf-8 charset    ( 45998个结果
机房收费系统——UML用例图
用例图(Use Case Diagram)是由软件需求分析到最终实现的第一步,说明的是谁要使用系统,以及他们使用该系统可以做些什么,是九种图里面最为基础且非常重要的一张图。     用例图包括3方面内容:       1.参与者(Actor);       2.用例(Use Case);       3.参与者、用例之间的关系:关联关系、泛化关系、包含关系、扩展关系等; 参与者(Ac...
分类:其他好文   时间:2014-05-05 12:55:03    阅读次数:326
注册了listActivity而没有用导致的异常
昨天在修改一个已有代码的时候没有注意原来的代码是--extends listActivity 结果在加上xml文件后运行后出现了这样的情况:java.lang.RuntimeException: Your content must have a ListView whose id attribute...
分类:其他好文   时间:2014-05-05 11:27:09    阅读次数:379
SQLSERVER中的ALL、PERCENT、CUBE关键字、ROLLUP关键字和GROUPING函数
原文:SQLSERVER中的ALL、PERCENT、CUBE关键字、ROLLUP关键字和GROUPING函数SQLSERVER中的ALL、PERCENT、CUBE关键字、ROLLUP关键字和GROUPING函数先来创建一个测试表 1 USE [tempdb] 2 GO 3 4 CREATE TABL...
分类:数据库   时间:2014-05-05 11:17:30    阅读次数:575
openfire LDAP Guide
LDAP Guide? Back to documentation indexIntroductionThis document details how to configure your Openfire installation to use an external directory such...
分类:其他好文   时间:2014-05-04 20:53:28    阅读次数:712
excel设置文本格式
publicvoidToExcel(System.Web.UI.Controlctl,stringFileName){HttpContext.Current.Response.Charset="UTF-8";HttpContext.Current.Response.ContentEncoding=S...
分类:其他好文   时间:2014-05-04 20:38:49    阅读次数:405
mysql空值处理,从没尝试过的sql语句
String sql = "update kbr_user k set increment = ifnull(k.increment,0) + " + increment + ",integral = ifnull(k.integral,0) + " + integral + " where use...
分类:数据库   时间:2014-05-04 19:55:31    阅读次数:341
codechef Cutting Recipes题解
Cutting Recipes The chef has a recipe he wishes to use for his guests, but the recipe will make far more food than he can serve to the guests. The chef therefore would like to make a reduced ve...
分类:其他好文   时间:2014-05-04 17:54:01    阅读次数:387
应用程序图标
A) App Icons1. CFBundleIcons icon名字随便取,但必须是PNG格式--系统根据icon大小选择最匹配的,而不是根据icon的名字 must reside in the top level of your app bundle. (Avoid using interl.....
分类:其他好文   时间:2014-05-04 10:26:12    阅读次数:327
需求用例分析之异常流
问题的引出 备选流,又称备选事件流,英文是Alternative Flow。在RUP和UML中,备选流的解释如下:备选事件流包括与正常行为相关的可选或异常特征的行为,同时也包括正常行为的各种变形。您可以将备选事件流看作是基本事件流的“绕行道”,有些备选事件流将返回到基本事件流,而有些将结束此用例的执行。  分析RUP对于备选流的定义,可以看到备选流可以分成两类: 1,不同做法但仍然达成用...
分类:其他好文   时间:2014-05-03 20:58:37    阅读次数:352
Leetcode:Subsets 求数组的所有子集
Given a set of distinct integers, S, return all possible subsets. Note: Elements in a subset must be in non-descending order.The solution set must not contain duplicate subsets. For exa...
分类:其他好文   时间:2014-05-03 15:47:53    阅读次数:289
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!