Implement HashSet to store ‘n’ records of students ( Name, Percentage). Write a menu driven program to :1. Add student2. Display details of all studen...
分类:
其他好文 时间:
2014-08-11 21:03:22
阅读次数:
220
一、流的概念数据从内存的一个地址移动到另一个地址称为数据流动——流操作流操作是通过缓冲区(buffer)机制实现的。缓冲区:内存的一块区域——用作文件与内存交换数据。数据从文件中读出:文件→ 缓冲区→ 内存将数据写入文件:内存→ 缓冲区→ 文件为什么要使用缓冲区而不直接从文件中读取数据到内存或者直接...
分类:
编程语言 时间:
2014-08-11 20:52:12
阅读次数:
366
grid.js
Ext.onReady(function() {
var gridStore = new Ext.data.Store({
proxy: new Ext.data.HttpProxy({
url: 'grid.asp'
}),
reader: new Ext.data.JsonReader({
root: 'data',
totalPrope...
分类:
其他好文 时间:
2014-08-11 17:52:52
阅读次数:
226
#include
#include
#include
GLfloat step=0.0,s=0.1;
void CALLBACK display();
void CALLBACK display()
{
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
glMatrixMode(GL_PROJECTIO...
分类:
其他好文 时间:
2014-08-11 17:50:02
阅读次数:
183
1、Ext.grid.GridPanel 主要配置项: store:表格的数据集 columns:表格列模式的配置数组,可自动创建ColumnModel列模式 autoExpandColumn:自动充满表格未用空间的列,参数为列id,该id不能为0 stripeRows:表格...
分类:
其他好文 时间:
2014-08-11 17:28:52
阅读次数:
453
重新想象 Windows 8.1 Store Apps 之通信的新特性: 下载数据(显示下载进度,将下载数据保存到本地), 上传数据(显示上传进度), 上传文件
分类:
移动开发 时间:
2014-08-11 14:40:42
阅读次数:
241
一、APK扩展文件基本知识 Android Market (Google Play Store)中每个APK文件的最大限制是50MB。如果您的程序中包含大量的数据文件,以前您只能把这些数据文件放到自己的服务器上,当用户启动程序的时候让用户去下载。现在这些数据文件可以直接上传到Android Mark...
分类:
其他好文 时间:
2014-08-11 11:51:42
阅读次数:
357
Charm Bracelet
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 23359
Accepted: 10532
Description
Bessie has gone to the mall's jewelry store and spies a ...
分类:
其他好文 时间:
2014-08-11 10:14:22
阅读次数:
269
DescriptionVaibhav Sir and Saikat Sir, after completing their graduation, got a job together at a store.Their boss at the store was Sidharth Sir, who ...
分类:
其他好文 时间:
2014-08-11 08:22:01
阅读次数:
270
varnish一、介绍下吧:首先了解几个概念,1. Varnish不缓存带有Set-Cookie头的http输出。2. 对于HTTP协议中缓存部分,Varnish遵从http协议部分。如:带有如下头信息,Control-Cache: no-store, no-cache, must-revalida...
分类:
其他好文 时间:
2014-08-11 00:16:41
阅读次数:
339