`
darrenzhu
  • 浏览: 804661 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表
Configuration file example: <configuration debug="true"> ...... <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <layout class="ch.qos.logback.classic.PatternLayout"> <Pattern>%d{HH:mm:ss.SSS} [%thread %propert ...
A mount point is a directory in a file system where additional information is logically connected  from a storage location outside the operating system’s root drive and partition. [url]http://whatis.techtarget.com/definition/mount-point [/url] 关于Linux的分区及Mount point http://blog.csdn.net/lijiastone/ ...
如果要让java来管理事务,那么在存储过程里不能写提交(commit work)和回滚(rollback)的代码,否则,存储过程会在一个单独的事务里提交。 Spring的TransactionTemplate和Sybase存储过程共享同一事务要点: 1)确保存储过程里不能写提交(commit work)和回滚(rollback)的代码 2)确保存储过程的事务模式是chained --change transaction mode to chained since application is forced to use chained transaction mode due to suppo ...
Java 平台开发有效事务策略系列文章 http://www.ibm.com/developerworks/cn/views/java/libraryview.jsp?search_by=%E4%BA%8B%E5%8A%A1%E7%AD%96%E7%95%A5
ExtJS vs AngularJS http://www.techferry.com/articles/ExtJS-vs-AngularJS.html 上面文章的中文翻译 【翻译】ExtJS vs AngularJS http://blog.csdn.net/tianxiaode/article/details/32319627 Angular vs Sencha https://www.reddit.com/r/angularjs/comments/2iydoh/angular_vs_sencha/ AngularJS VS ExtJS [closed] http://stackove ...
window驱动程序最简单实用的安装方式: 1 安装或者回复系统后,先断开打印机的数据线 2 安装驱动精灵 3 连接打印机数据线,电源线,启动打印机 4 驱动精灵会自动发现打印机,根据提示即可安装好驱动程序 如果驱动精灵不能自动安装的话,可以直接到打印机官方网站直接下载对应的驱动程序,无需搜索或其他下载网站获取,这样能保证安全和准确
java可以从本地,网络加载一个类,那么如何得知一个已经加载好的类的来源地址呢? 参照下面的案例即可: import java.net.URL; import java.security.CodeSource; import java.security.ProtectionDomain; public class App{ public static void main(String[] args) { try{ Class cls = Class.forName("com.mkyong.io.Address"); ...
1.如何在Eclipse里让Ivy加入项目需要的jar包 将下面配置添加到文件“.classpath”中即可 <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=ProjectNameXXX&amp;ivyXmlPath=ivy.xml&amp;confs=*"/> 2.如何将Ivy管理的项目将项目所依赖的jar包发布到让Eclipse里面->Server->Tomcat里面 将 ...
1. 这些文件默认保存在<workspace>/.metadata/.plugins/org.eclipse.debug.core/.launches下面,所以如果你切换到了一个新版本的Eclipse,而且新checkout的一个project from SVN或者perforce之类的,那么只要复制.lauches下面的文件到同名的目录即可 2.重启Eclipse,之后你就可以在Run Configurations下面看到以前使用过的launch,包括Junit 的launch
10分钟视频实例 http://hazelcast.org/getting-started/ In computing, Hazelcast® is an open source in-memory data grid based on Java. It is also the name of the company developing the product. The Hazelcast company is funded by venture capital.[1][2] In a Hazelcast grid, data is evenly distributed among the ...
客户端GUI端示例 var positionIDList = [1,2,3,4]; Ext.Ajax.request({ method: 'POST', url: 'services/test', jsonData: { 'positionIDList':positionIDList, 'date':'20151110' }, writer:'json', success: function(response, opts) { var obj = Ext.decode(response.respon ...
http://stackoverflow.com/questions/14072314/inject-the-value-of-an-enum-into-a-property-using-spring <bean id="firstKey" class="org.springframework.beans.factory.config.MethodInvokingFactoryBean"> <property name="targetObject"><util:constant static-fie ...
参考链接: http://www.javaworld.com/article/2857714/learn-java/manipulating-jars-wars-and-ears-on-the-command-line.html jar cvf aaa.war * jar tvf aaa.war jar xvf aaa.war 能够作用于jar文件的jar命令同样也适用于war, ear文件 更详细的参考链接: jar 打包命令详解 http://blog.csdn.net/marryshi/article/details/50751764 替换jar包指定的文件 替换jar 包下面的cl ...
ant run arg0 arg1 then ant would try to run targets arg0 and arg1. http://stackoverflow.com/questions/3730880/use-ant-for-running-program-with-command-line-arguments http://stackoverflow.com/questions/14309406/passing-command-line-arguments-to-ant http://stackoverflow.com/questions/11423728/passin ...
书名:Learning JavaScript Design Patterns 作者: Addy Osmani 在线阅读: http://addyosmani.com/resources/essentialjsdesignpatterns/book/
Global site tag (gtag.js) - Google Analytics