首页 > 2016年08月06日 > 全部分享
datebox 和 datetimebox 添加『清空』按钮
需要引入 easyui-lang-zh_CN.js 效果图 ...
分类:其他   时间:2016-08-06 08:28:25    收藏:0  评论:0  赞:0  阅读:801
六)定时任务持久化
If you're using JDBC-Jobstore, you will need a DataSource for its use. It is recommended that your DataSource max connection size be configured to be ...
分类:其他   时间:2016-08-06 08:28:16    收藏:0  评论:0  赞:0  阅读:177
linux 的各个文件夹都是干什么用
http://www.ruanyifeng.com/blog/2012/02/a_history_of_unix_directory_structure.html http://www.pathname.com/fhs/pub/fhs-2.3.html http://lists.busybox.ne ...
分类:系统服务   时间:2016-08-06 08:28:05    收藏:0  评论:0  赞:0  阅读:208
8) Struts2 2 SpringMVC
git@github.com:witaste/smse.git 数据库脚本: ps:目前是角色-菜单(受保护urls) 左 ...
分类:编程语言   时间:2016-08-06 08:27:56    收藏:0  评论:0  赞:0  阅读:244
七)oracle 2 mysql
...
分类:数据库技术   时间:2016-08-06 08:27:46    收藏:0  评论:0  赞:0  阅读:202
SMTPAppender
SMTP(Simple Mail Transfer Protocol)即简单邮件传输协议,它是一组用于由源地址到目的地址传送邮件的规则,由它来控制信件的中转方式。 http://logback.qos.ch/manual/appenders.html#SMTPAppender http://pop- ...
分类:移动平台   时间:2016-08-06 08:27:35    收藏:0  评论:0  赞:0  阅读:247
简单引入logback
pom.xml Test.java 控制台打印: ...
分类:其他   时间:2016-08-06 08:27:25    收藏:0  评论:0  赞:0  阅读:259
easyUI form sumit 中文乱码
jsp 编码方式: tomcat 编码方式: 原因: 编码不一致导致。 依据: This specifies the character encoding used to decode the URI bytes, after %xx decoding the URL. If not specifi ...
分类:其他   时间:2016-08-06 08:27:20    收藏:0  评论:0  赞:0  阅读:160
安装及运行 RabbitMQ 服务器 (windows)
1. 一些网址 http://www.rabbitmq.com/ http://www.rabbitmq.com/install-windows.html http://www.rabbitmq.com/releases/rabbitmq-server/v3.5.4/rabbitmq-server- ...
分类:Windows开发   时间:2016-08-06 08:27:08    收藏:0  评论:0  赞:0  阅读:250
五)Spring + Quartz 复杂业务的两个问题:获取Spring上下文 和 自动注入服务类
配置如下: 为什么要配置这个 因为可以通过这个key取到Spring上下文。 配置1存在的问题:不能自动注入。 配置一改:解决自动注入问题 change to cn.zno.common.SpringBeanJobFactory 另一种实现方式为: ...
分类:编程语言   时间:2016-08-06 08:26:55    收藏:0  评论:0  赞:0  阅读:332
好的linux网站
site:www.tldp.org rpm http://www.computerhope.com/unix.htm ...
分类:Web开发   时间:2016-08-06 08:26:45    收藏:0  评论:0  赞:0  阅读:243
defaultAutoCommit
driver default The default auto-commit state of connections created by this pool. If not set then the setAutoCommit method will not be called. 如果不设置,则 ...
分类:其他   时间:2016-08-06 08:26:36    收藏:0  评论:0  赞:0  阅读:229
task:scheduled cron 合法
task:scheduled org.springframework.scheduling.support.CronSequenceGenerator.parse cron="* * * * * *" 1. 只能有6个域 2. 域之间通过空格拆分 3. 六个域分别是: seconds 0-59 mi ...
分类:其他   时间:2016-08-06 08:26:16    收藏:0  评论:0  赞:0  阅读:346
Linux 下安装tomcat 服务器
1. 下载tomcat wget http://apache.fayea.com/tomcat/tomcat-7/v7.0.68/bin/apache-tomcat-7.0.68.tar.gz tar zxvf apache-tomcat-7.0.68.tar.gz 2. 下载JDK 进入www.o ...
分类:系统服务   时间:2016-08-06 08:26:06    收藏:0  评论:0  赞:0  阅读:221
从命令行运行 MyBatis Generator
? ? 一、准备 1. 获取最新jar包 2. 获取xml dtd <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed under the Apache License, Version 2.0 (the "License"); you may ...
分类:其他   时间:2016-08-06 08:25:55    收藏:0  评论:0  赞:0  阅读:317
MongoDBAppender
分三步: 1. client 2. appender 3. 配置文件 logback-test.xml MongoDBAppender.java CustomMongoClient.java 如何使用: 结果: ...
分类:移动平台   时间:2016-08-06 08:25:45    收藏:0  评论:0  赞:0  阅读:551
jstl c
例子:list中有两条数据 输出结果: 1||0||true||false 2||1||false||true ...
分类:Web开发   时间:2016-08-06 08:25:35    收藏:0  评论:0  赞:0  阅读:223
RabbitMQ client ( java )
Maven 依赖 GitHub https://github.com/rabbitmq/rabbitmq-java-client/archives/master 文档 http://www.rabbitmq.com/getstarted.html 基本概念理解 A producer a progra ...
分类:编程语言   时间:2016-08-06 08:25:26    收藏:0  评论:0  赞:0  阅读:152
加载 bean.xml 的几种方式 (java or web project)
1. java project 2. web project 3. Test org.springframework spring-test ...
分类:编程语言   时间:2016-08-06 08:25:15    收藏:0  评论:0  赞:0  阅读:249
ConsoleAppender
http://logback.qos.ch/manual/appenders.html#ConsoleAppender STDOUT means standard out ...
分类:移动平台   时间:2016-08-06 08:25:05    收藏:0  评论:0  赞:0  阅读:218
1488条   上一页 1 ... 59 60 61 62 63 ... 75 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!