1 package cn.tfri.filter.watermark; 2 3 import
java.io.IOException; 4 5 import javax.servlet.Filter; 6 import
javax.servlet.FilterChain; 7 import j...
分类:
其他好文 时间:
2014-04-30 00:31:48
阅读次数:
652
coursera上面Andrew NG的Machine
learning课程地址为:https://www.coursera.org/course/ml我曾经使用Logistic
Regression方法进行ctr的预测工作,因为当时主要使用的是成型的工具,对该算法本身并没有什么比较深入的认识,不过...
分类:
其他好文 时间:
2014-04-30 00:30:46
阅读次数:
698
最近在看jdk1.7的时候,发现LinkedList
和1.6中的变化。首先,简单介绍一下LinkedList:LinkedList是List接口的双向链表实现。由于是链表结构,所以长度没有限制;而且添加/删除元素的时候,只需要改变指针的指向(把链表断开,插入/删除元素,再把链表连起来)即可,非常方...
分类:
其他好文 时间:
2014-04-30 00:28:44
阅读次数:
442
The gray code is a binary numeral system where
two successive values differ in only one bit.Given a non-negative
integernrepresenting the total number...
分类:
其他好文 时间:
2014-04-30 00:21:32
阅读次数:
536
Java Exception : Fatal Error. Unable to initialize
DatabaseMetaData class.Non SQL Error : Could not load class
com.mysql.jdbc.D在powerdesigner里连接数据库,出现...
分类:
数据库 时间:
2014-04-30 00:20:26
阅读次数:
2116
【获取iPod library中的媒体文件】 The Media Player
framework provides facilities for playing movie, music, audio podcast, and audio
book files. This framework a....
分类:
其他好文 时间:
2014-04-30 00:15:17
阅读次数:
591
--###################################################################################/*
缩写:DDL(Database Definition Language): 数据库定义语言DML(Database Mani...
分类:
数据库 时间:
2014-04-30 00:14:15
阅读次数:
970
public class Factory2 { /** * @param args 工厂模式
*/ public static void main(String[] args) { // TODO Auto-generated method stub
//工厂模式 Ifactory if...
分类:
其他好文 时间:
2014-04-30 00:13:13
阅读次数:
512
package com.szy.service;import
android.app.Service;import android.content.Intent;import
android.os.IBinder;import android.util.Log;public class Exampl...
分类:
其他好文 时间:
2014-04-30 00:10:08
阅读次数:
510
久仰cocos2dx的大名想要研习一下一直苦于没有时间,最近不是很忙想起这茬,准备恶补一番,先上网大致查了下资料,发现cocos2dx开发环境的搭建貌似还挺麻烦的(可能与多平台支持有关),在官网下载了最新的cocos2dx
3.0 rc 版,配置方式参考了这篇文章http://blog.csdn.....
分类:
其他好文 时间:
2014-04-30 00:09:07
阅读次数:
693