源端字符集与endian查看:
SQL> select userenv(‘language’) from dual;
USERENV(‘LANGUAGE’) SIMPLIFIED CHINESE_CHINA.ZHS16GBKSQL> SELECT d.PLATFORM_NAME, ENDIAN_FORMAT
2 FROM VTRANSPORTABLEPLATFORMtp,VT...
分类:
其他好文 时间:
2015-03-18 16:04:01
阅读次数:
151
1.TS格式介绍 TS:全称为MPEG2-TS。TS即"Transport Stream"的缩写。它是分包发送的,每一个包长为188字节(还有192和204个字节的包)。包的结构为,包头为4个字节(第一个字节为0x47),负载为184个字节。在TS流里可以填入很多类型的数据,如视频、音频、自定义信息...
分类:
其他好文 时间:
2015-03-17 17:40:07
阅读次数:
171
在JDK启动时,添加
-Xrunjdwp:transport=dt_socket,address=9900,server=y,suspend=n
-Dcom.sun.management.jmxremote.port=40124
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate...
分类:
编程语言 时间:
2015-03-16 21:25:50
阅读次数:
226
Problem DescriptionThese are N cities in Spring country. Between each pair of cities there may be one transportation track or none. Now there is some ...
分类:
其他好文 时间:
2015-03-15 19:36:48
阅读次数:
135
hive jdbc 连接时抛异常:Exception in thread "main" java.sql.SQLException: Could not open client transport with JDBC Uri: jdbc:hive2://192.168.206.128:10000/d...
分类:
数据库 时间:
2015-03-14 06:07:42
阅读次数:
1007
SSL(Secure Sockets Layer 安全套接层),及其继任者传输层安全(Transport Layer Security,TLS)是为网络通信提供安全及数据完整性的一种安全协议。TLS与SSL在传输层对网络连接进行加密。 SSL (Secure Socket Layer) 为Ne...
分类:
编程语言 时间:
2015-03-13 20:25:04
阅读次数:
174
一 从TS流开始 数字电视机顶盒接收到的是一段段的码流,我们称之为TS(Transport Stream,传输流),每个TS流都携带一些信息,如Video、Audio以及我们需要学习的PAT、PMT等信息。因此,我们首先需要了解TS流是什么,以及TS流是怎样形成、有着怎样的结构。(一) TS流、PS...
分类:
其他好文 时间:
2015-03-11 12:36:20
阅读次数:
309
transfer is to relocate/move transmit is to communicate/send Transfer and Transit, are used with things we can touch as the same meaning of moving or ...
分类:
其他好文 时间:
2015-03-04 19:05:16
阅读次数:
244
Customizing Operations定制操作There is an ongoing development today where more and more protocols are built upon HTTP for transport. This has obvious bene...
分类:
其他好文 时间:
2015-03-03 18:07:00
阅读次数:
112
javax.servlet.ServletException: Error initializing XFireServlet.
org.codehaus.xfire.transport.http.XFireServlet.init(XFireServlet.java:52)
javax.servlet.GenericServlet.init(GenericServlet.java:212)...
分类:
编程语言 时间:
2015-03-02 19:16:11
阅读次数:
501