http://blog.csdn.net/tx3344/article/details/7414543#目录(?)[-]ADTS是个啥ADTS内容及结构将AAC打包成ADTS格式 1.ADTS是个啥ADTS全称是(Audio Data Transport Stream),是AAC的一种十分常见的传输...
分类:
其他好文 时间:
2014-09-18 09:41:33
阅读次数:
277
package com.test.mail;import javax.mail.Message;import javax.mail.Session;import javax.mail.Transport;import javax.mail.internet.InternetAddress;impor...
分类:
编程语言 时间:
2014-09-17 18:24:22
阅读次数:
186
无废话,直接重点:1:准备工作 需要4个js库 1、jquery 8以上版本 2、jquery.ui.widget.js 3、jquery.iframe-transport.js 4、jquery.fileupload.js 注意,引用需要按照先后顺序来做,2:html中必须包含一个上传的...
分类:
其他好文 时间:
2014-09-17 18:07:42
阅读次数:
158
oracle 的优化器: oracle 有两种优化器:基于规则的优化器(rbo/rule based optimizer)和基于代价的优化器(cbo/cost based optimizer).有时、表明明建有索引,但查询过程显然没有用到相关的索引,导致查询过程耗时漫长,占用资源巨大,问题到底出在哪...
分类:
数据库 时间:
2014-09-17 08:54:11
阅读次数:
333
Problem Description
Here is a game for two players. The rule of the game is described below:
● In the beginning of the game, there are a lot of piles of beads.
● Players take turns to play. ...
分类:
其他好文 时间:
2014-09-15 21:21:29
阅读次数:
202
项目在本机运行的时候,可以很方便的跟其他系统进行联调debug。但是一旦部署到测试机,就只能看日志定位问题了。今天get了一个新技能,web应用部署到测试机上后,用eclipse进行远程调试。
首先测试机上的tomcat的启动参数新增一个配置项:
-agentlib:jdwp=transport=dt_socket,address=6219,server=y,suspend=n
...
分类:
系统相关 时间:
2014-09-15 17:42:39
阅读次数:
285
Problem Description
Here is a game for two players. The rule of the game is described below:
● In the beginning of the game, there are a lot of piles of beads.
● Players take turns to play. E...
分类:
其他好文 时间:
2014-09-14 23:42:04
阅读次数:
231
安装完MyEclipse 2014,用JAX-WS的方式写了一个小段Web Service,用MyEclipse 自带的 Tomcat 部署没有问题,用我自己的,却出现下面的错误:java.lang.ClassNotFoundException: com.sun.xml.ws.transport.h...
分类:
系统相关 时间:
2014-09-11 23:41:12
阅读次数:
339
Spark之所以万人瞩目,除了内存计算,还有其ALL-IN-ONE的特性,实现了One stack rule them all。下面简单模拟了几个综合应用场景,不仅使用了sparkSQL,还使用了其他Spark组件:
店铺分类,根据销售额对店铺分类货品调拨,根据货品的销售数量和店铺之间的距离进行货品调拨
前者将使用sparkSQL+MLlib的聚类算法,后者将使用s...
分类:
数据库 时间:
2014-09-11 09:39:41
阅读次数:
292
/// /// Adds the singular rule. /// /// The rule. /// The replacement. private static void AddSingularRule(string rule, string replac...
分类:
其他好文 时间:
2014-09-09 17:45:39
阅读次数:
231