码迷,mamicode.com
首页 >  
搜索关键字:local data    ( 85975个结果
[King.yue]Ext.JS 弹出窗体取值赋值
//从Grid取值 var name = Ext.getCmp(gridGridID).getView().getSelectionModel().getSelection()[0].data.Name; var code = Ext.getCmp(gridGridID)...
分类:Windows程序   时间:2014-05-05 11:36:05    阅读次数:392
[20140504] ADO.NET客户端超时
背景: 最近总是出现客户端超时,那么根据超时进行排查 System.Data.SqlClient.SqlException (0x80131904): Timeout expired. The timeout period elapsed prior to completion of the o.....
分类:Web程序   时间:2014-05-05 11:16:29    阅读次数:346
穿越火线修改成宽屏模式
方法1 .1在开始运行输入regedit打开注册表 2.定位到HKEY_LOCAL_MACHINE------SYSTEM------ControlSet001-------Control------- GraphicsDrivers-------Configuration ...
分类:其他好文   时间:2014-05-04 11:50:46    阅读次数:246
基于Qt的信号分析简单应用软件的设计
一、需求描述: 1、读取data.asc文件,分析其连续性; 2、绘制信号图像,并保存。二、UI界面组成: 该应用的UI由以下几个控件组成: 3个PushButton:打开文件、图像保存、退出; 1个Combox:下拉框用于信号的选择; 1个Widget:用于确定绘图区域的坐标,并在Wi...
分类:其他好文   时间:2014-05-04 11:28:56    阅读次数:497
xmpp登录(2)
XMPP中常用对象们:XMPPStream:xmpp基础服务类XMPPRoster:好友列表类XMPPRosterCoreDataStorage:好友列表(用户账号)在core data中的操作类XMPPvCardCoreDataStorage:好友名片(昵称,签名,性别,年龄等信息)在core d...
分类:其他好文   时间:2014-05-04 11:14:22    阅读次数:231
二叉树基本操作——收录
1 #include 2 #include 3 #include 4 typedefchar ElemType; //定义树的结点类型 5 typedefstruct BiTNode 6 { 7 ElemType data; ...
分类:其他好文   时间:2014-05-04 10:51:57    阅读次数:299
NDVI最大值法MVC合成之ArcGIS Cell Statistics 实现
目的:利用ArcGIS自带工具Cell Statistics实现多个栅格图层最大值法合成NDVI年或月的最大值。 工具:ArcToolbox>>Spatial Analyst Tools>>Local>>Cell Statistics 问题:NDVI栅格影像值为-1~1之间的float浮点型,直接运用Cell Statistics运算结果为0或1的Int型二值图,不是浮点型。 解...
分类:Web程序   时间:2014-05-04 09:45:22    阅读次数:867
wpf 9张图片的连连看
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; us...
分类:其他好文   时间:2014-05-04 09:30:21    阅读次数:360
uva ``Accordian'' Patience
题目如下: ``Accordian'' Patience You are to simulate the playing of games of ``Accordian'' patience, the rules for which are as follows:     Deal cards one by one in a row from left to right, no...
分类:其他好文   时间:2014-05-04 09:08:31    阅读次数:329
Local Functions
int BOOST_LOCAL_FUNCTION(int x, int y) { // Local function. return x + y; } BOOST_LOCAL_FUNCTION_NAME(add) BOOST_TEST(add(1, 2) == 3); // Local function call. int BOOST_LOCAL_FUNCTION(void) ...
分类:其他好文   时间:2014-05-03 21:47:48    阅读次数:332
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!