码迷,mamicode.com
首页 >  
搜索关键字:tin    ( 13708个结果
hdu1010
#include <stdio.h>#include <string.h>#include <math.h> int n,m,t;char map[10][10];int flag;int di,dj,wall;int to[4][2] = {{0,-1},{0,1},{-1,0},{1,0}}; ...
分类:其他好文   时间:2017-01-11 07:56:21    阅读次数:200
【转载】自定义InputFormat
转自:http://blog.csdn.net/jackydai987/article/details/6226108 系统默认的TextInputFormat.Java [java] view plain copy public class TextInputFormat extends File ...
分类:其他好文   时间:2017-01-10 22:25:10    阅读次数:280
Windows Server 2008 R2 下配置证书服务器和HTTPS方式访问网站
文章来源:http://blog.csdn.net/jiftlixu/article/details/11676081 http://www.cnblogs.com/zhongweiv/archive/2013/01/07/https.html 目录 配置环境 了解HTTPS 配置CA证书服务器 新 ...
分类:Windows程序   时间:2017-01-10 21:10:33    阅读次数:301
Oracle 环境下 GoldenGate 集成抽取(Integrated Capture)模式与传统抽取模式(Classic Capture)间的切换
检查抽取进程模式 在 GGSCI 环境下,执行类似如下语句查看特定进程的状态。 GGSCI> info <Group_Name> 其中,<Group_Name> 为进程名称。例如:下图所示 EPUBADM 进程抽取模式为集成抽取模式(Integrated Capture) 例如:下图所示 ETEST ...
分类:数据库   时间:2017-01-10 18:05:14    阅读次数:392
SpringMVC解决中文乱码问题
1:表单提交controller获得中文参数后乱码解决方案 注意: jsp页面编码设置为UTF-8 form表单提交方式为必须为post,get方式下面spring编码过滤器不起效果 <%@ page language="java" import="java.util.*" pageEncoding ...
分类:编程语言   时间:2017-01-10 17:25:46    阅读次数:294
Bugly热更新——初探
Bugly热更新是基于微信的Tinker实现的。集成其热更新功能后可以一键生成patch包,然后上传到bugly平台。 基本步骤 详细说明 编辑根目录下的gradle文件 在buildscript.dependencies下增加: classpath ('com.tencent.tinker:tin ...
分类:其他好文   时间:2017-01-10 14:43:16    阅读次数:600
Java 几个有用的命令 - All Options, Memory Options, GC Options, System Properties, Thread Dump, Heap Dump
jcmd ##Refer to http://www.cnblogs.com/tang88seng/p/4497725.html java -XX:+PrintFlagsFinal -version ##Display all JVM options java -XX:+PrintCommandLi ...
分类:编程语言   时间:2017-01-10 11:53:09    阅读次数:464
activity theme parent 属性浅析
在AndroidManifest.xml文件中,可以对每一个Activity设置android:themetheme的设置 可以设置为系统自带的格式,也可以自定义格式。 A: 系统自带格式 1、android:theme="@android:style/Theme" 默认状态,即如果theme这里不 ...
分类:其他好文   时间:2017-01-10 08:55:36    阅读次数:162
continuous integration and continuous deployment in DW/BI
deployment methodIn Redshift1, Deploy process: Drop and Refresh the view, Drop table, Create an empty table using the DDL2, Build data: Insert the dat ...
分类:其他好文   时间:2017-01-09 21:54:21    阅读次数:155
Mongodb增加权限管理
前言: 随着列式存储理念的成熟,越来越多的开发者开始接纳mongodb,hbase这类大储存的分布式列式数据库。特别是mongodb的这种快速搭建,快速使用特点,使其得到更多人的青睐。本人主要通过官网说明针对mongodb权限配置做一个测试与实践。 step1:无验证启动mongod服务 mongo ...
分类:数据库   时间:2017-01-09 20:17:23    阅读次数:434
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!