- 浏览: 884649 次
- 性别:
- 来自: 湖南省
最新评论
文章列表
并发:
一个CPU处理多个事务
并行:
多个CPU处理多个事务
SVN地址
http://fangzhi.inspurworld.com/repo_fangzhi
SVN 文件名称:
Setup-Subversion-1.5.1.en-us.msi
TortoiseSVN-1.6.5.16974-win32-svn-1.6.5.msi
SDK文件名称:
ActivePerl-5.6.1.635-MSWin32-x86.rar
S60-SDK-200634-3[1].1-Cpp-f.1090b.zip
SDK文件下载地址:
http://www.forum.nokia.c ...
- 2009-11-25 17:02
- 浏览 624
- 评论(0)
select * from payment; 付费记录表
TRANS_ID 8
TRANS_TYPE PRE
BATCH_NO 42
CUST_ID 1000020001003
ACCT_ID 4000020001004
SUB_ID 2000020001001
MSISDN 01101110000100
TELE_TYPE 21
CHANNEL_ID 0
AMOUNT 156.00
DISCOUNT_AMT
VAT
STAMP_DUTY
INTEREST
ENTRY_DATE 2009-9-4 2:00:07
RECEIPT_DATE 2009-9-4 2:00 ...
- 2009-09-14 15:17
- 浏览 778
- 评论(0)
1, 根据菜单Customer Care->Business Accept->New Postpaid Sub即可进入后付费用户开户页面,此时folw_id为1201,根据
select a.flow_id,b.flow_name,a.opertype_id,c.entrance_action,c.remark,a.order_no
from ccare.inf_busiflowcomp_relation a, ccare.inf_busiflow b, ccare.Inf_Busi ...
- 2009-09-14 13:58
- 浏览 680
- 评论(0)
2.1 首先,导入autopay文件 LoadOutsideFileAction
1. convert.checkReload 查询 LOG_PASSIVE_AUTOPAY 判断是否已经导入过
2. uploadFile 读取文件 形成 list
checkHeadTail 校验文件头尾
3. loadConvertFile
insertZipFile 插入 INF_TRANS_ZIP_FILE
updateZipFile 更新 INF_TRANS_ZIP_FILE
insertTaskInterface 定时任务
2.2 ...
- 2009-09-14 13:54
- 浏览 827
- 评论(0)
2009-2-25进入华为工作
BOSS总体介绍:
1, BOSS子系统包括:
a) CC(Customer Care):提供客户资料管理,业务受理和变更以及客户相关信息的查询功能,完成客户接触功能。
b) AR(Account Receivable):通过多种渠道完成收费、过帐、调帐等功能。
c) Inventory(IV):资源存量管理,包括机卡号码终端的资源生命周期的入库、出库和调拨等功能。
d) PC(Price Catalog):提供产品和资费的设定,包括使用费、租费、办理费以及业务限制的功能,提供给CC、Rating、B&B等子系统的
e) B&B(Billing & ...
- 2009-09-14 13:18
- 浏览 876
- 评论(0)
// add by 2009-9-11 begin as
注:查询锁表语句,根据数据库用户进行查询,如TOPENG
select a.owner,
a.object_name,
a.subobject_name,
a.object_type,
l.session_id,
l.oracle_username,
l.os_user_name,
se.SID,
se.SERIAL#
from all_objects a, v$locked_object l,V$session se
...
- 2009-09-11 16:31
- 浏览 6744
- 评论(0)
--查看CUP的占用率
select c.spid spid, b.osuser osuser, b.machine machine, b.username username, ''''||b.sid||','|| b.serial#||'''' sid, a.sql_text
from v$sqltext a, v$session b, v$process c
where a.address = b.sql_address
and b.status = 'ACTIVE' /* YOU CAN CHOOSE THIS OPTION ONLY TO SEE.
...
- 2009-09-05 14:56
- 浏览 843
- 评论(0)
wiki所有配置所存的几个目录
Wiki安装之后需要配置或修改的几个文件:
1、wikiconfig.py -- 对应的目录 Moin\mywiki\wikiconfig.py
2、moin.cgi -- Moin\mywiki\moin.cgi
3、httpd.conf -- Apache\conf\httpd.conf
4、multiconfig.py -- Python\Lib\site-packages\MoinMoin\config\multiconfig.py
其中需要修改的配置文件目录存在于Moin与Python两个目录中,还有在该wiki中新建的所 ...
- 2009-09-04 11:59
- 浏览 944
- 评论(0)
'openid_server': ('OpenID Server',
'These settings control the built-in OpenID Identity Provider (server).',
(
('enabled', False, "True to enable the built-in OpenID server."),
('restricted_users_group', None, "If set to a group name, the group members are a ...
- 2009-09-04 11:58
- 浏览 792
- 评论(0)
'xapian': ('Xapian search', "Configuration of the Xapian based indexed search, see HelpOnXapian.", (
('search', False,
"True to enable the fast, indexed search (based on the Xapian search library)"),
('index_dir', None,
"Directory where the Xapia ...
- 2009-09-04 11:58
- 浏览 786
- 评论(0)
('language_default', 'en', "Default language for user interface and page content, see HelpOnLanguages."),
('language_ignore_browser', False, "if True, ignore user's browser language settings, see HelpOnLanguages."),
('log_remote_addr', True,
"if True, log th ...
- 2009-09-04 11:55
- 浏览 1319
- 评论(0)
('url_prefix_action', None,
"Use 'action' to enable action URL generation to be compatible with robots.txt. It will generate .../action/info/PageName?action=info then. Recommended for internet wikis."),
('notification_bot_uri', None, "URI of the Jabber notification bot.&q ...
- 2009-09-04 11:54
- 浏览 804
- 评论(0)
# Standard buttons in the iconbar
('page_icons_table',
{
# key pagekey, querystr dict, title, icon-key
'diff': ('page', {'action': 'diff'}, _("Diffs"), "diff"),
'info': ('page', {'action': 'info'}, _("Info"), "info" ...
- 2009-09-04 11:53
- 浏览 792
- 评论(0)
('supplementation_page', False,
"if True, show a link to the supplementation page in the theme"),
('supplementation_page_name', u'Discussion',
"default name of the supplementation (sub)page [unicode]"),
('supplementation_page_template', u'DiscussionTemplate', ...
- 2009-09-04 11:51
- 浏览 786505
- 评论(0)
# ==========================================================================
'spam_leech_dos': ('Anti-Spam/Leech/DOS',
'These settings help limiting ressource usage and avoiding abuse.',
(
('hosts_deny', [], "List of denied IPs; if an IP ends with a dot, it denies a whole subnet (cla ...
- 2009-09-04 11:48
- 浏览 4833
- 评论(0)