导航

2013年12月12日

摘要: ubuntu 11.04 的系统编译MTK6582_jb5的工作区在编译到Preloader模块时出现下面的错误: [Feature Tool]===========================CFG_BOOT_DEV=424f4f544445565f53444d4d43......[: 1: -a: unexpected operatorawk: line 4: function strtonum never definedawk: line 4: function strtonum never defined之前编72的项目都是好的,现在死活不过。百思不得其姐。幸后查资料,说是出现这个 阅读全文

posted @ 2013-12-12 21:18 woibobo 阅读(672) 评论(0) 推荐(0)

2007年8月7日

摘要: using System;using System.Collections.Generic;using System.Text;namespace Test{ /**//// /// 对我可爱的枚举的测试 /// class Program { static void Main(string[] args) { /... 阅读全文

posted @ 2007-08-07 16:33 woibobo 阅读(196) 评论(0) 推荐(0)

2007年7月31日

摘要: use pubsgoselect * from authors--===============================================================if exists (select name from sysobjects where name='proc_select_authors' and type='p') drop procedure p... 阅读全文

posted @ 2007-07-31 20:13 woibobo 阅读(144) 评论(0) 推荐(0)