码迷,mamicode.com
首页 >  
搜索关键字:common fileupload    ( 10113个结果
Log4j与common-logging
Log4j与common-logging总网上搜了些Log4j与common-logging的介绍,记录下。一.Log4j1.简介Log4j是Apache的一个开放源代码项目使用Log4j,我们可以很方便的来记录日志.从http://www.apache.org/dist/logging/log4j...
分类:其他好文   时间:2014-07-22 22:42:15    阅读次数:254
SQLiteOpenHelper 源码
package com.tongyan.common.db;/** * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "Licens...
分类:数据库   时间:2014-07-22 22:42:12    阅读次数:343
HDU 1159 Common Subsequence (动规+最长公共子序列)
HDU 1159 Common Subsequence (动规) 最长公共子序列的模板题目。...
分类:其他好文   时间:2014-07-22 17:58:41    阅读次数:247
poj Common Substrings(后缀数组&单调队列)
Common Substrings Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 7082   Accepted: 2355 Description A substring of a string T is defined as: T(i, k)=TiTi+...
分类:其他好文   时间:2014-07-22 14:27:08    阅读次数:314
Unity Mono
好奇于Unity使用的mscrolib.dll和.Net Framework提供的mscrolib是否一致。 多语言标准通用对象运行时库(Microsoft Standard Common Object Runtime Library),描述:Microsoft Common Language Ru...
分类:其他好文   时间:2014-07-22 00:15:36    阅读次数:217
【leetcode刷题笔记】Longest Common Prefix
Write a function to find the longest common prefix string amongst an array of strings.题解:以strs[0]为模板,每次挨个查看是否所有的串里面是否第i位上都和strs[0]一样,如果都一样,把i位置上的字符放到a...
分类:其他好文   时间:2014-07-21 23:31:00    阅读次数:267
POJ 1159 Palindrome && HDU 1159 Common Subsequence
POJ 1159 Palindrome && HDU 1159 Common Subsequence...
分类:其他好文   时间:2014-07-21 23:27:29    阅读次数:249
hdu 1063 Exponentiation 大数
Problem Description Problems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the national debt is a taxing experience for m...
分类:其他好文   时间:2014-07-21 11:17:56    阅读次数:155
sharepoint关键位置
GAC:C:\Windows\assembly,也就是部署的位置; ISAPI位置,SharePoint API:C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI; CONTROLTEMPLAT...
分类:其他好文   时间:2014-07-21 08:36:47    阅读次数:238
八步学SVN
This week I was attending a CI training course about svn. Here I‘d like to share what I have learnt. As I am an absolutely green bird to svn, this post only covers those most common usages. (1) C...
分类:其他好文   时间:2014-07-20 23:33:04    阅读次数:504
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!