需要引用Office的DLL,在附件中贴上核心代码(转载):Microsoft.Office.Interop.Word._Application appWord = new Microsoft.Office.Interop.Word.ApplicationClass(); Micros...
分类:
Web程序 时间:
2014-07-30 11:55:43
阅读次数:
243
注:没有找到出处,如有侵犯,请告知开始ActiveAndroid神奇之旅:在AndroidManifest.xml中我们需要添加这两个AA_DB_NAME (数据库名称,这个name不能改,但是是可选的,如果不写的话 是默认的"Application.db"这个值)AA_DB_VERSION (数据...
分类:
移动开发 时间:
2014-07-30 07:39:23
阅读次数:
220
NSUserDefaults API中英文文档简介及使用
Overview
The NSUserDefaults class provides a programmatic interface for interacting with the defaults system. The defaults system allows an application to customize its behavior to match a user’s preferences. For example, y...
服务器:tomcat 7.0
应用:app1和app2
1. 配置服务器,tomcat/conf/server.xml文件
2. 在app1中的session中存入一个数值,在app2中得到app1的session,并取出数值
app1
app2
说明:在app2中得到session后,会自动把session存入到自身的application域中,即使...
分类:
其他好文 时间:
2014-07-30 01:01:02
阅读次数:
227
一.沙盒机制每个应用程序位于文件系统的严格限制部分每个应用程序只能在为该程序创建的文件系统中读取文件每个应用程序在iOS系统内斗放在了统一的文件夹目录下沙盘路径的位置1. 通过Finder查找程序沙盘相对路径~/Library/Application Support/iPhone Simulator...
分类:
其他好文 时间:
2014-07-30 00:45:42
阅读次数:
264
Swift创建Notification通知创建一个SingleView Application打开AppDelegate.swift,在方法application(application:UIApplication,didFinishLaunchingWithOptions launchOption...
分类:
其他好文 时间:
2014-07-30 00:39:22
阅读次数:
971
VCL BitMap Style Proceject Options->Application->Appearance
选择几个样式
使用代码设置 uses Vcl.Themes;procedure TForm1.Button1Click(Sender: TObject);beginTStyleMa...
分类:
其他好文 时间:
2014-07-29 21:29:42
阅读次数:
1013
EDIT Ini写Ini配置
usesIniFiles; {$R*.dfm} function IniFileName:string;
begin Result:=ExtractFilePath(Application.ExeName)+'Settings.ini';
end;
procedureS...
分类:
其他好文 时间:
2014-07-29 21:17:14
阅读次数:
233
出现这样的错误时说明自己忘记加载数据库了, application/config/aotuload.php $autoload['libraries'] = array('database');
分类:
数据库 时间:
2014-07-29 21:10:02
阅读次数:
498