前一阵子在项目中添加了IrisSkin2皮肤控件,今天用VS打开悲剧了。提示"类型Universe无法解析程序集:System.Design,Version=2.0.0.0,Culture=neutral,PublickeyToken=b03f5f7f11d50a3a"。这是因为vs2010新建工程...
分类:
其他好文 时间:
2014-06-02 16:32:37
阅读次数:
241
本来尝试用jquery中的empth()方法去清空节点(清空元素中的所有后代节点),但发现还是不起作用,后来从官网中了解到datasource的用法,直接改变数据源后,不用重新刷新grid,界面就会改变。$("#grid").data("kendoGrid").dataSource.data([])...
分类:
其他好文 时间:
2014-06-02 15:42:19
阅读次数:
1476
Best Time to Buy and Sell Stock IISay you have
an array for which theithelement is the price of a given stock on dayi.Design an
algorithm to find the ...
分类:
其他好文 时间:
2014-06-02 15:01:53
阅读次数:
305
1.布局控件:可以容纳多个控件或嵌套其他布局控件,用于在UI上组织和排列控件。Grid,StackPanel,DockPanel等控件都属于此类。他们拥有共同的父类Panel。2.内容控件:只能容纳一个其他控件或布局控件作为它的内容。Window、Button等控件属于此类,因为只能容纳一个控件作为...
分类:
其他好文 时间:
2014-06-02 06:22:35
阅读次数:
189
11gRAC更改归档模式ASM
本实验有两个节点tip01,tip02
oracle_sid分别是tips1,tips2
1.在节点1tip01上执行
[root@tip01~]#su-grid
[grid@tip01~]$sqlplus/assysasm
SQL>selectnamefromv$asm_diskgroup;
NAME
------------------------------
DATA
OCR
SQL>alterdisk..
分类:
其他好文 时间:
2014-06-02 04:14:14
阅读次数:
310
安装11.2.0.3RACgrid执行root.sh报错
rootwallet
rootwalletcert
rootcertexport
peerwallet
profilereaderwallet
pawallet
peerwalletkeys
pawalletkeys
peercertrequest
pacertrequest
peercert
pacert
peerrootcertTP
profilereaderrootcertTP
parootcertTP
peerpacertTP
pa..
分类:
其他好文 时间:
2014-06-02 03:43:48
阅读次数:
224
原文地址:http://ddmvc4.codeplex.com/原文名称:Design and
Develop a website using ASP.NET MVC 4, EF, Knockoutjs and Bootstrap另一种 MVC 应用程序:
简介站点总是快速成长,一旦开始成长,站点就...
分类:
Web程序 时间:
2014-06-02 00:55:07
阅读次数:
372
原文地址:http://ddmvc4.codeplex.com/原文名称:Design and
Develop a website using ASP.NET MVC 4, EF, Knockoutjs and BootstrapPart 1: 创建
Web Application (Knockou...
分类:
Web程序 时间:
2014-06-02 00:35:52
阅读次数:
271
单一模式的几个注意点:
一) 设计单一模式,首先需要把构造函数给私有化了,不让外界访问,那么外界只能通过提供的函数获取一个新的类。
二) C++的单一模式,记得要在类外初始化一个类,否则或内存出错的。
三) 这个唯一的类必须是要静态的
程序:
#ifndef _SINGLETON_H
#define _SINGLETON_H
#include
#include
using...
分类:
其他好文 时间:
2014-06-01 18:09:44
阅读次数:
371
Android UI Layouts: Graphics Design Using the ViewGroup Class Android ViewGroup Superclass: A Foundation for Layouts The ViewGroup LayoutParams Class: Layout Parameters Deprecated Layouts: AbsoluteL...
分类:
移动开发 时间:
2014-06-01 14:50:42
阅读次数:
397