摘要:
有两个表a,b, a表中数据如下:servicepriceid(主键)、item、price。 b表中数据如下:servicerebateid(主键)、cardtype、servicepriceid(和a表关联)、 目的:想查找item和price 满足条件 cardtype = 123 并且b.servicepriceid 不在a中的所有数据. 流程: 首先查找cardtype = 12......
摘要:
require("adodb/adodb.inc.php"); $db = &adonewconnection("ado_access"); //修改access数据库地址 $access = e:\liqiang\lqgbook.mdb.php; $mydsn = provider=microsoft.jet.oledb.4.0;.data......
显示方法
简体和繁体的显示都想在一个C/S代码中完成,应该怎么做呢?
NO.1 作者: weisunding
我写了一个简繁互转的类,太长了,贴不上来,楼主去看看
http://spaces.msn.com/members/weisunding/Blog/cns!1p7VkOoAZPuMFtn9p9N4dWNw!177.entry
NO.2 作者: vme
参见.net关于国际化方面的描述。使用资源文件等。
NO.3 作者: ybzsu
。。。。
看你一个代码我机都要烂了
NO.4 作者: cjzlxy
用资源文件或者用数据库存储是多语言.
NO.5 作者: salmon230
学习啊
NO.6 作者: vme
通过 CultureInfo.CurrentCulture 获取当前的区域信息,这个是根据操作系统的区域设置得到的。
摘要:
请问在编译的时候没有问题,make的时候出下边的错误: errors caused tool to abort. link error : undefined symbol: class tvwsviewid cmainappappview::viewid(void) const (?viewid@cmainappappview@@ube?avtvwsviewid@@xz) link er......