码迷,mamicode.com
首页 >  
搜索关键字:sublime text 2    ( 54572个结果
sublime php语法检查
sublime php语法检查...
分类:Web程序   时间:2014-06-11 07:00:09    阅读次数:247
通过一个具体的实例来学习hive
----资源来自于官网教程 Simple Example Use Cases MovieLens User Ratings First, create a table with tab-delimited text file format: CREATE TABLE u_data ( userid INT, movieid INT, rati...
分类:其他好文   时间:2014-06-11 06:32:36    阅读次数:407
生成不带BOM头的UTF-8文件
UTF-8(带BOM):writer = New StreamWriter(FilePathName, True, System.Text.UTF8Encoding.UTF8) UTF-8(不带BOM):writer =New StreamWriter(FilePathName, True, New UTF8Encoding(False))...
分类:其他好文   时间:2014-06-11 06:16:18    阅读次数:254
【点击模型学习笔记】Ad centric model discovery for redicting ads' click through rate_ANT2013_Tencent
腾讯soso的人写的一篇文章,介绍soso广告系统的ctr预估技术。2013年的,应该反映了当前soso的ctr预估系统的情况。 ANT会议质量一般,elsevier出版社出版。搞笑的是,文章摘要居然把论文模板上的这句话“Click here and insert your abstract text”原封不动的写在了第一句,并且就这样发表了! 主要内容: 描述soso搜索结果页面中广告...
分类:其他好文   时间:2014-06-11 00:07:24    阅读次数:284
sublime Package Control 安装
sublime Package Control 安装...
分类:其他好文   时间:2014-06-11 00:06:06    阅读次数:212
sublime编辑器如何快速输入PHP头部版本声明
sublime编辑器如何快速输入PHP头部版本声明...
分类:Web程序   时间:2014-06-10 13:51:08    阅读次数:233
jQuery 之 setTimeout 传递字符串参数报错
当你打算调用一些jQuery代码显示隐藏的一个元素,并调用setTimeout()在一段延时之后设置其HTML的内容: 整个页面的代码是这样的. show next yes,I am the next function showNext(text){ setTimeout("$('#log').show().text(text)",1000); } .show...
分类:Web程序   时间:2014-06-10 13:26:58    阅读次数:196
存读Blob Oracle
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:数据库   时间:2014-06-10 13:25:34    阅读次数:269
插件的简单原理
using IExtendServices;using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Reflection;using System.Text;using ...
分类:其他好文   时间:2014-06-10 09:25:33    阅读次数:191
wpf treeview
首先是xaml代码: 建一个PropertyNodeItem类:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace...
分类:其他好文   时间:2014-06-10 00:43:33    阅读次数:313
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!