2014年7月1日 15:31:17第一次写css,见谅css: 1 /*form*/ 2 /*default*/ 3 .form-box .form-group .form-label {text-align: right; width: 200px; height: 33px; line-hei...
分类:
Web程序 时间:
2014-07-03 06:33:56
阅读次数:
422
cls [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") foreach ($webApplication in Get-SPWebApplication) { Write-Host Write-Hos...
分类:
其他好文 时间:
2014-07-02 23:12:01
阅读次数:
232
1、返回的是连接的数据库名and db_name()>02、作用是获取连接用户名and user>03、将数据库备份到Web目录下面;backup database 数据库名 to disk='c:\inetpub\wwwroot\1.db';--4、显示SQL系统版本and 1=(select @...
分类:
数据库 时间:
2014-07-02 22:00:57
阅读次数:
300
css3 box-sizing属性box-sizing属性可以为三个值之一:content-box(default),border-box,padding-box。content-box,border和padding不计算入width之内padding-box,padding计算入width内bor...
分类:
Web程序 时间:
2014-07-02 10:36:59
阅读次数:
171
为了初始化结构体和类等类型的实例属性。默认构造器 struct Fahrenheit {var temperature: Doubleinit(){temperature = 32.0} } var f = Fahrenheit() //调用默认构造器 init() ,没有参数 没有返回值。println("The default temperature is \(f.temperature...
分类:
其他好文 时间:
2014-07-02 08:42:57
阅读次数:
304
Accessors
存取方法
All instance variables are private in Objective-C by default, so you should use accessors to get and set values in most cases. There are two syntaxes. This is the traditional 1.x syntax:
OC中所有的实例变量默认是私有的,所以多数情况下你应该使用访问器来获得和设置实例变量的值。访问器有...
分类:
其他好文 时间:
2014-07-02 08:39:04
阅读次数:
231
ERROR 1665 (HY000): Cannot executestatement: impossible to write to binary log since BINLOG_FORMAT = STATEMENTand at least one table uses a storage engine limited to row-based logging.InnoDB is limited to row-logging when transaction isolation level is REA...
分类:
数据库 时间:
2014-07-02 07:46:46
阅读次数:
322
step1.
下载Acronis Disk Director Suite工具,随便一搜都能下载的到。
step2.
这个软件使用很简单,网上有很多图文教程。扩充盘使用Increase the free space 功能
1 主界面单击Increase the free space -》选中要扩充的磁盘(这里扩充的是c盘)—》NEXT
2 选中被用来补充C盘的容量的磁盘...
#开启冗余内存清除jcs.default.cacheattributes.UseMemoryShrinker=true#闲置内存对象的过期时间jcs.default.cacheattributes.MaxMemoryIdleTimeSeconds=-1#内存清除执行间隔(5分钟)jcs.default.cacheattributes.ShrinkerIntervalSeconds=300MaxMemoryIdleTimeSeconds=-1表示..
分类:
其他好文 时间:
2014-07-02 06:50:40
阅读次数:
350
JCS对象缓存到Disk的过程是在缓存分区执行dispose()操作或者JVMshutdown的时候才执行写入,不是保存1个写1个;JCS对象缓存到Disk有可能会因为断电等异常情况导致缓存到Disk不成功;JCS中defineRegion(Stringname,ICompositeCacheAttributescattr,IElementAttributesattr)方法的..
分类:
其他好文 时间:
2014-07-02 06:26:28
阅读次数:
225