OSCHINA代码分享代码语言代码分类

合集下载
相关主题
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

开源从代码分享开始分享代码

所有标签»热门标签

jQuery(1163) PHP(473) Python(470) Android SDK(372) Spring(295) MySQL(236) AAuto Quicker(217) Ru(206) Android(205) Hibernate(124) Java(112) JFinal(92) Qt(87) Struts(85) Perl(84) Oracle(79) jsoup(79) ExtJS(75) 排序(74) Windows(74) HttpClient(72) 精华(69) jQuery XML(68) OSCHINA(65) Nginx(64) JDK(59) ThinkPHP(54) 正则表达式(53) Swing(52) JavaScript(52) HTTP(52) Scala(50) JSON(49) MyBatis(48) Excel(48) Bootstrap(47) Apache(45) 字符串(45) 算法(45) Boost(44)

TOP40活跃贡献者代码片段[文件] Form1.cs ~ 77KB

[文件] Form1.Designer.cs ~ 79KB

[文件] Program.cs ~ 495B

using System;

using System.Collections.Generic;

using System.Linq;

using System.Windows.Forms;

将excel表格中具有相同sheet页的模板进行对比计数OSCHINA代码分享代码语言代码分类JavaCC++C#JavaScriptPHPPerlPythonRuRailsHTMLXMLCSSASPBasicDelphiPascalScalaGroo vyLuaSQLGoogle GoFlashActionScriptFlexWPFSliverLightShell批处理其他Objective-C 排序浏览评论

[代码] 配置文件

jdbc.propertits

connection.driverclass=com.mysql.jdbc.Driver

##connection.=jdbc\:mysql\://10.142.12.208\:3306/InvFinAdmin?useUnicode\=true&c haracterEncoding\=UTF-8

connection.=jdbc\:mysql\://127.0.0.1\:3306/Mybatis?useUnicode\=true&characterEn coding\=UTF-8

ername=root

##connection.password=2a4c094bbb588e8169

connection.password=123456

connection.initialPoolSize=10

connection.minPoolSize=20

connection.maxPoolSize=50

connection.maxIdleTime=1800

connection.preferredTestQuery=SELECT 1

connection.idleConnectionTestPeriod=18000

connection.testConnectionOnCheckout=true

log4j.properties

log4j.rootLogger=DEBUG, A1, D

namespace ExcelToDB_Form

{

static class Program

{

应用程序的主入口点。

[STAThread]

static void Main()

{

Application.EnableVisualStyles();

Application.SetCompatibleTextRenderingDefault(false);

Application.Run(new Form1());

}

}

##.apache=INFO,apache

[文件] AssemblyInfo.cs ~ 1KB

using System.Reflection;

using pilerServices;

using System.Runtime.InteropServices;

.springframework.jdbc=DEBUG,spring

##.mchange=INFO,mchange

log4j.appender.A1=org.apache.log4j.ConsoleAppender

yout=org.apache.log4j.PatternLayout

yout.ConversionPattern=%-4r %-5p [%t] %37c %3x - %m%n

log4j.appender.D = org.apache.log4j.DailyRollingFileAppender

log4j.appender.D.File = logs/error.log

log4j.appender.D.Append = true

log4j.appender.D.Threshold = ERROR

yout = org.apache.log4j.PatternLayout

yout.ConversionPattern = %-d{yyyy-MM-dd HH:mm:ss} [ %t:%r ] - [ %p ] %m%n

[代码] [Google Go]代码

package main

import (

"io/ioutil"

相关文档
最新文档