主配置文件是main.php: dirname(__FILE__).DIRECTORY_SEPARATOR.'..', 'name'=>'My Web Application', // preloading 'log' component 'preload'=>array(...
分类:
其他好文 时间:
2014-07-27 10:09:52
阅读次数:
266
此文仅为学习记录,内容会包括一些数学概念,定义,个人理解的摘要。希望能够分享一些学习内容。第一节:Row Reduction and Echelon FormsEchelon form: 行消元后的矩阵Reduced echelon form: 行消元并且leading entry为1的矩阵。Ech...
分类:
移动开发 时间:
2014-07-27 09:48:32
阅读次数:
1728
首先info.plist文件中,加入View controller-based status bar appearance项
如果设为YES,则View controller对status bar的设置优先级高于application的设置;设置为NO则以application的设置为准。
虽然7.0SDK后在UIViewController中也加入加入了
- (UIStatusBa...
分类:
移动开发 时间:
2014-07-26 17:24:02
阅读次数:
472
The Microsoft.Aspnet.Snapin namespace defines the types necessary for the ASP.NET management console application to interact with Microsoft Management...
Home Assignment:- * Create a menu driven application where you will have 2 types of users to login in Admin and Student *写一个面板程序,要求用户可以Admin和Student两种...
分类:
其他好文 时间:
2014-07-26 14:23:51
阅读次数:
325
1.可能需要卸载更新kb2962872,重启后可以正常激活。2.也可能是这样的:cad重新安装注册不上的问题是在电脑里有一个注册信息,把他删掉才能重新注册位置在c:\Documents and Settings\all users\Application Data\Autodesk把这个文件删掉就可...
分类:
其他好文 时间:
2014-07-26 14:06:24
阅读次数:
235
大家平时都是用VS部署或者也用“Windows Phone Application Deployment”工具,有时我们想玩玩一键部署或一键更新,用命令行也是一个不错的选择。
分类:
移动开发 时间:
2014-07-26 05:44:57
阅读次数:
246
//状态栏字体颜色
[application setStatusBarStyle:UIStatusBarStyleLightContent];
//显示状态栏
[[UIApplication
sharedApplication] setStatusBarHidden:NO
withAnimation:UIStatusBarAnimationNone];...
分类:
其他好文 时间:
2014-07-26 02:45:26
阅读次数:
214
事实上Hibernate本身是个独立的框架,它不须要不论什么web server或application server的支持。然而,大多数的Hibernate入门介绍都加入了非常多非Hibernate的东西,比方: Tomcat, Eclipse, Log4J,Struts, XDoclet, 甚至...
分类:
系统相关 时间:
2014-07-26 01:29:36
阅读次数:
238
What is Application Application和Activity,Service一样是android框架的一个系统组件,当android程序启动时系统会创建一个 application对象,用来存储系统的一些信息。通常我们是不需要指定一个Application的,这时系统会自动帮我....
分类:
移动开发 时间:
2014-07-26 01:09:46
阅读次数:
213