一.数据转换 如何对于训练数据做pairwise的transform,比如你原始数据是要么点击要么不点击,如何对这些样本数据做pairwise的transform? 下面的方法主要是做组合的方法,就是针对指定group的所有样本作两两组合,然后作相减操作. 样本格式 <X,y>--其中X是多维度变量 就是不通特征值 先上代码 然后解释该代码: >>第一个if主要是过滤: skip if same target or different group #主要是点击不点击0和1:比较的时…
ios archives 出现的是other items而不是iOS Apps的解决方案 项目打包时出现的是不是出现在iOS Apps栏目下面,而是Other Items而且右边对应的Upload toApp Store和Validate均是不可点击的状态,由于是刚刚升级的Xcode7的问题,所以解决问题时走了不少弯路,在新建项目Archive后是正常的,才觉得问题应该和Xcode没有关系,所以就把问题归结到了项目的配置上,各种google后,使用别人给出的解决方案依然不能用,才把问题放在了co…
Redis不是比较成熟的memcache或者Mysql的替代品,是对于大型互联网类应用在架构上很好的补充.现在有越来越多的应用也在纷纷基于Redis做架构的改造.首先简单公布一下Redis平台实际情况: 2200+亿 commands/day 5000亿Read/day 500亿Write/day 18TB+ Memory 500+ Servers in 6 IDC 2000+instances 应该是国内外比较大的Redis使用平台,今天主要从应用角度谈谈Redis服务平台. Redis使用场…
现在利用haproxy实现自定义的haproxy的错误页面 我们现在实现自定义错误页面有以下的方法: 一种是自定义错误页面 haproxy.conf defaults errorfile 404 /etc/haproxy/errors/404.http errorfile 503 /etc/haproxy/errors/503.http 还有一种方法就是错误页面的跳转: 当出现错误的时候,我们跳转到指定的链接地址 frontend web_server    bind *:80    defau…
文章出处 : Qiita - http://qiita.com/shoridevel/items/0a2f4a64e55d84919a1c 今月の月初 echo date("Y-m-01", time()); 今月の月末 echo date("Y-m-t", time()); 前月の月初 /* echo date("Y-m-01",strtotime("-1 month")); */ 訂正 $now = strtotime(&…
http://www.eclipse.org/downloads/ https://github.com/DDT-IDE/DDT/blob/latest/documentation/UserGuide.md https://github.com/DDT-IDE/DDT/blob/latest/documentation/Installation.md#installation http://zhidao.baidu.com/link?url=GNBcn99VMm2YiVcgQIp7u71Woug…
1.安装svn及相关依赖包 yum install subversion httpd mod_dav_svn apr-util-sqlite   2.下载submin wget https://supermind.nl/submin/current/submin-2.2.2-1.tar.gz tar zxvf submin-2.2.2-1.tar.gz cd submin-2.2.2-1 3.安装submin python setup.py install 4.创建submit环境 mkdir…
(1)桌面系统 [CentOS6] GNOME 2.x [CentOS7] GNOME 3.x(GNOME Shell) (2)文件系统 [CentOS6] ext4 [CentOS7] xfs (3)内核版本 [CentOS6] 2.6.x-x [CentOS7] 3.10.x-x (4)启动加载器 [CentOS6] GRUB Legacy (+efibootmgr) [CentOS7] GRUB2 (5)防火墙 [CentOS6] iptables [CentOS7] firewalld…
参考 https://gist.github.com/pauljeff/4b9ad551cb6c35870d7c https://www.redhat.com/archives/kickstart-list/2014-August/msg00010.html http://www.alexlinux.com/centos-7-kickstart-example http://www.smorgasbork.com/2014/07/16/building-a-custom-centos-7-kic…
/*** iOS8 分割线问题 在xib/storyboard下面解决方案 http://qiita.com/yimajo/items/10f16629200f1beb7852 http://www.cocoachina.com/ios/20141026/10045.html http://www.2cto.com/kf/201411/349631.html http://dev.classmethod.jp/smartphone/iphone/ios-8-uitableview-layoutm…