完美解决Excel 2007、2010在不同窗口打开文件首先打开注册表 开始-运行-regedit其中Excel.Sheet.8下面改的是针对.xls后缀的文件,Excel.Sheet.12是针对.xlsx后缀的文件。1.左边一栏找到:HKEY_CLASSES_ROOT/Excel.Sheet.12...
分类:
其他好文 时间:
2014-08-12 18:27:54
阅读次数:
236
MFC类的分类1Root: CObject : CObject2Application Architecture Classes:CWinApp/CFrameWnd/...3Window, Dialog, and Control Classes:CWnd/CDialog/...4Drawing an...
分类:
其他好文 时间:
2014-08-12 18:05:54
阅读次数:
223
1. Parcelable接口Interface for classes whose instances can be written to and restored from a Parcel。 Classes implementing the Parcelable interface must ...
分类:
移动开发 时间:
2014-08-12 17:01:14
阅读次数:
242
public static Set> getClasses(ClassLoader classLoader, String pack) { Set> classes = new LinkedHashSet>(); boolean recursive = true; ...
分类:
其他好文 时间:
2014-08-12 16:51:34
阅读次数:
223
ssloader,系统classloader作为它的父亲。在Java中这样的层级关系是正常的,然而servlet规范复杂化了层级关系,因为它要求:
1)包含在WEB-INF/lib或者WEB-INF/classes中的类优先于在父classloader上的类。这和通常的Java 2 classloader的行为是对立的。
2)系统类例如java.lang.String被从webapp优先权...
分类:
其他好文 时间:
2014-08-11 17:54:32
阅读次数:
204
1 unit Unit1; 2 3 interface 4 5 uses 6 Winapi.Windows, 7 Winapi.Messages, 8 System.SysUtils, 9 System.Variants,10 System.Classes,11 Vcl...
分类:
其他好文 时间:
2014-08-11 02:43:01
阅读次数:
281
A RemoteViews object (and, consequently, an App Widget) can support the following layout classes:
FrameLayoutLinearLayoutRelativeLayout
And the following widget classes:
AnalogClockButtonChro...
分类:
移动开发 时间:
2014-08-11 00:24:11
阅读次数:
494
其中要使用的txt文本!
header defines classes for file IO, including ifstream, whose constructor takes a file name an argument. The expression f >> word extracts the next non-whitespace token from the file an...
分类:
编程语言 时间:
2014-08-09 11:48:27
阅读次数:
365
栈是链表的约束版本新节点只能在栈顶插入和删除后进先出的数据结构最后一个节点设为None,表面是栈底push和pop方法分别向栈添加和删除一个节点实现分2个文件,测试采用1个文件ListModule.py实现链表 1 # ListModule.py 2 # Classes List and Nod.....
分类:
其他好文 时间:
2014-08-08 20:58:36
阅读次数:
329
最近在学习Extjs 发现Demo 中有个Desktop的于是就尝试学习一下。结果发现怎么改都没效果后来偶然发现 默认采用的是classes.js 为压缩后的js 引入已经修改后的分开的js瞬间 一切ok了。ExtTop-DesktopSampleApp
分类:
Web程序 时间:
2014-08-08 15:27:46
阅读次数:
301