码迷,mamicode.com
首页 >  
搜索关键字:summary    ( 3315个结果
分享一个C#读取计算机信息的类
using System;using System.Runtime.InteropServices;using System.Management;namespace Hardware{/// summary/// Hardware_Mac 的摘要说明。/// /summarypublic clas...
分类:Windows程序   时间:2016-01-08 13:01:45    阅读次数:177
《实时控制软件设计》第三组第二天工作日志
Daily Summary 2016.1.5今天由于成员闲余时间较少,完成的任务主要有一下两项:界面组开会讨论了界面所需完成的功能,对之前的初步想法进行了修改,得到了最终界面所需各模块并编写了文档。控制组根据界面组的讨论结果,分析了接下来编程的大致框架与内容,得到两套方案并编写了文档。具体各部分内容...
分类:其他好文   时间:2016-01-06 21:53:22    阅读次数:160
A printf format reference page (cheat sheet)
Summary:This page is aprintfformatting cheat sheet. I originally created this cheat sheet for my own purposes, and then thought I would share it here....
分类:其他好文   时间:2016-01-03 10:59:25    阅读次数:222
html基础标签-table-form标签
1、简单HTML标签由table元素以及一个或多个tr、th或td元素组成。还有以下标签:caption:为表格加标题; summary:表格摘要,不在页面显示; thead、tbody标签 width——表格的宽度; cell padding——使用单元格填充来创建单元格内容与其边框之间的...
分类:Web程序   时间:2016-01-02 14:06:46    阅读次数:159
IIS最大连接数优化
错误信息:Error Summary:HTTP Error 503.2 - Service UnavailableThe serverRuntime@appConcurrentRequestLimit setting is being exceeded.Detailed Error Informat...
分类:其他好文   时间:2016-01-01 07:23:40    阅读次数:154
三个不常用的HTML元素:<details>、<summary>、<dialog>
[1]details [2]summary [3]dialog
分类:Web程序   时间:2015-12-30 23:55:30    阅读次数:318
Some Modern Softwares' drawbacks: User experience 12/29/2015
In the nowadays, there are many APP in the PC or smart Phone. Some of them can't meet the customers' need. And I summary some modern softwares' drawba...
分类:其他好文   时间:2015-12-29 22:31:05    阅读次数:189
Sprint 5 summary: UI 界面更新,Azure端部署和用户反馈分析 12/28/2015
本次sprint主要完成的任务有对手机APP的UI界面的更新,同时对Azure客户端的部署进行了相应的学习和有关的程序设计。同时对于ALPHA release的用户反馈做出相应的分析以确定接下来工作的重点。 工作进度:1. UI 的界面更新和完善工作主要由兆阳负责,主要是对APP中的自动标签和浏览....
分类:其他好文   时间:2015-12-28 20:09:10    阅读次数:190
ASPXGridView用法
一。ASPXGridView外观显示属性:Caption----列的标题(KeyFieldName----数据库字段SEOFriendly 是否启用搜索引擎优化Summary 指定分页汇总信息的格式Setting节点的ShowFilterRow=True设置快速查找功能SettingsBehavio...
分类:Web程序   时间:2015-12-27 16:15:50    阅读次数:277
[LeetCode]228.Summary Ranges
Given a sorted integer array without duplicates, return the summary of its ranges.For example, given [0,1,2,4,5,7], return ["0->2","4->5","7"].中文说明:要就...
分类:其他好文   时间:2015-12-27 16:02:37    阅读次数:242
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!