什么时候typecho能够像wp那样在线升级就好了。
什么时候typecho能够像wp那样在线升级就好了。
呵呵其实很简单,装完后再你使用的快捷方式内增加
--locale en:us就可以了,比如我的快捷方式里的设置为:
"D:\Program Files\NetBeans 6.8\bin\netbeans.exe" --locale en:us
ok 英文了.
按照这个方法你可以为自己定制很多套语言版本的netbeans,但只要一份安装。
嘿嘿,其实Container有个Parent属性,把它转换为RepeaterItem再取其DataItem
DataBinder.Eval(((System.W
以前还真没这么干过,都是手工去掉约束,再添加的,今天一边google一边搞啊搞啊的,最终下面这个脚本可以用了
alter table dbo.SOTransaction
alter column UnitCostWithoutTax decimal(10, 2) not null
go
declare @name varchar(1000)
declare @tablename varchar(1000)
declare @fieldname varchar(1000)
set @tablename = ‘SOTransaction’;
set @fieldname = ‘UnitCostWithoutTax’;
select @name = b.name from syscolumns a inner join sysobjects b
on b.id=a.cdefault
where
a.id= object_id(@tablename)
and a.name=@fieldname
and b.name like ‘DF%’
–print @name
exec(’ alter table SOTransaction drop constraint ‘ + @name);
go
alter table dbo.SOTransaction
add constraint DF_SOTransaction_UnitCostWithoutTax default (0) for UnitCostWithoutTax
先装了win7 后装了ubuntu9.10,开始煎熬了数日...
记实录: http://forum.ubuntu.org.cn/viewtopic.php?f=139&t=242214
web qq速度很快,很多图标处理的也很漂亮,偷偷看了一下sprite的图片,所有图标都在这个图里了20多k,性能压倒一切啊。
另外一个博客,用的wp,自动升级使用了一下,很不错,速度很快
Upgrade WordPress
Downloading update from http://wordpress.org/wordpress-2.8.4.zip.
Unpacking the update.
Verifying the unpacked files
Installing the latest version
Upgrading database
WordPress upgraded successfully