高老师陪您成长...eee<<高焕堂演讲主题>>eeeeeeeeeeeeeeeeeeeeeee主题:大数据潮流下的企业预测与决策思考地点:台北(台湾Android论坛会议)时间:2014/11/2下载:高焕堂的演讲PPTeee<<內容說明>>2000年之前,比尔.盖兹赚企业Office里的钱,成为世界首?.
分类:
其他好文 时间:
2015-08-16 16:49:41
阅读次数:
197
很简易的一个智能自动问答机器人,应用了中文句子分词、多关键词句子匹配技术。
CHATTING
body{
background-color:#cccccc;
color:#eee;
text-align:center;
}
#dialogDisplay{
position:relative;
max-width:600px;
...
分类:
其他好文 时间:
2015-08-15 15:01:01
阅读次数:
193
带有一些延迟的选项卡效果更佳
无标题文档
*{margin:0;padding:0}
.notice{
height:98px;
width:298px;
border:1px solid #eee;
overflow:hidden;
}
.notice-tit{
height:27px;
position:relative;
}
.notice-tit u...
分类:
其他好文 时间:
2015-07-30 21:34:21
阅读次数:
109
当鼠标移动的时候,停止自动切换,当鼠标移除的时候继续自动切换
代码如下:
无标题文档
*{margin:0;padding:0}
.notice{
height:98px;
width:298px;
border:1px solid #eee;
overflow:hidden;
}
.notice-tit{
height:27px;
position:relati...
分类:
其他好文 时间:
2015-07-30 21:23:29
阅读次数:
90
简洁的代码实现选项卡切换效果:
无标题文档
*{margin:0;padding:0}
.notice{
height:98px;
width:298px;
border:1px solid #eee;
overflow:hidden;
}
.notice-tit{
height:27px;
position:relative;
}
.notice-tit ul...
分类:
其他好文 时间:
2015-07-29 21:28:42
阅读次数:
134
几种把html页面表格导出到excel的方法比较。表格例子如下:html表格导出道Exceltd>tr>列标题1td>列标题2td>类标题3td>列标题4td>列标题5td>tr>aaatd>bbbtd>ccctd>dddtd>eeetd>tr>AAAtd>BBBtd>CCCtd>DDDtd>EEE...
分类:
Web程序 时间:
2015-07-28 20:13:28
阅读次数:
139
格式化参数如下:G: 公元时代,例如AD公元
yy: 年的后2位
yyyy: 完整年
MM: 月,显示为1-12
MMM: 月,显示为英文月份简写,如 Jan
MMMM: 月,显示为英文月份全称,如 Janualy
dd: 日,2位数表示,如02
d: 日,1-2位显示,如 2
EEE: 简写星期几,如Sun
EEEE: 全写星期几,如Sunday
aa: 上下午,AM/PM
H: 时,24小时制,...
分类:
移动开发 时间:
2015-07-27 16:21:05
阅读次数:
157
!important优先级最高阴阳图#yin-yang { width: 96px; height: 48px; background: #eee; border-color: red; border-style: solid; border-width: 2px...
分类:
其他好文 时间:
2015-07-10 00:17:52
阅读次数:
163
主要利用了Shihao Ji 08年发表的《Bayesian Compressive Sensing》的论文代码,先将图片进行小波变换,得到稀疏系数,采样,然后重建稀疏系数,小波逆变换得到原来的图像。具体的代码如下。%要运行本程序需要下载另外两个程序包。
%1:http://www.eee.hku.hk/~wsha/Freecode/freecode.htm (Compressive sensing...
分类:
其他好文 时间:
2015-06-26 18:09:08
阅读次数:
677
本来想在类的顶部设置一个 静态的SimpleDateFormat常量public final static DateFormat dateFormatGMT = new SimpleDateFormat("EEE, d MMM yyyy HH:mm:ss z", Locale.ENGLISH);供多...
分类:
编程语言 时间:
2015-06-17 14:59:35
阅读次数:
425