上一页 1 ··· 10 11 12 13 14
摘要: -- 库存MTASELECT c.code_combination_id, c.segment1, c.segment2, c.segment3, c.segment4, c.segment5, h.currency_code, h.period_name, to_number(to_char(h. 阅读全文
posted @ 2023-01-19 13:43 Iven_lin 阅读(49) 评论(0) 推荐(0)
摘要: SELECT ICON_NAME, ROW_ID, USER_CONCURRENT_PROGRAM_NAME, ENABLED_FLAG, CONCURRENT_PROGRAM_NAME, DESCRIPTION, EXECUTION_OPTIONS, REQUEST_PRIORITY, INCRE 阅读全文
posted @ 2023-01-19 13:41 Iven_lin 阅读(34) 评论(0) 推荐(0)
摘要: select 'Trace Name: '|| dest.value || '/' || lower(dbnm.value) || '_ora_' || oracle_process_id || '.trc', 'File Name: ' || execname.execution_file_nam 阅读全文
posted @ 2023-01-19 13:37 Iven_lin 阅读(53) 评论(0) 推荐(0)
摘要: --发票create table bak.AP_INVOICES_ALL_110707 asselect * from AP_INVOICES_ALL aiawhere aia.invoice_id in (90490,90333)--发票行create table bak.AP_INVOICE_L 阅读全文
posted @ 2023-01-19 13:35 Iven_lin 阅读(46) 评论(0) 推荐(0)
摘要: CREATE OR REPLACE FUNCTION num2rmb(je NUMBER) RETURN VARCHAR2 IS result varchar2(100); i pls_integer; snum varchar2(20) := ltrim(replace(to_char(abs(j 阅读全文
posted @ 2023-01-19 13:32 Iven_lin 阅读(232) 评论(0) 推荐(0)
摘要: 背景 问题分析 带宽优化 弹幕卡顿、丢失分析 可靠与性能 总结 背景 为了更好的支持东南亚直播业务,产品设计为直播业务增加了弹幕。第一期弹幕使用腾讯云支持,效果并不理想,经常出现卡顿、弹幕偏少等问题。最终促使我们开发自己的弹幕系统。性能要求是需要支持,单房间百万用户同时在线。 问题分析 按照背景来分 阅读全文
posted @ 2023-01-19 11:59 Iven_lin 阅读(196) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14