码迷,mamicode.com
首页 >  
搜索关键字:tran    ( 4370个结果
验证信息json返回,前台接收显示无刷新。笔记
控制器简单的返回json格式 错误信息 ...
分类:Web程序   时间:2017-05-17 17:12:23    阅读次数:157
struts开发<在eclipse中配置struts. 一>
1.获取struts的jar包 1.1首先在http://struts.apache.org/download.cgi#struts23163这里下载 struts的文件包(选择struts-2.3.16.3-all) 1.2解压得到例如以下的目录 apps目录下是struts的一些官方样例 doc ...
分类:系统相关   时间:2017-05-17 16:08:22    阅读次数:277
Hadoop实战-Flume之Source regex_extractor(十二)
a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1.sources.r1.type = netcat a1.sources.r1.bind = localhost a1.sources.r... ...
分类:Web程序   时间:2017-05-17 00:57:56    阅读次数:385
CSS3 过渡
CSS3中,我们为了添加某种效果可以从一种样式转变到另一个的时候,无需使用Flash动画或JavaScript。CSS3 过渡是元素从一种样式逐渐改变为另一种的效果。要实现这一点,必须规定两项内容: 指定要添加效果的CSS属性 指定效果的持续时间。 实例:元素形变的过渡 按照教程所说,transit ...
分类:Web程序   时间:2017-05-16 21:36:50    阅读次数:212
linux下查看网卡信息的命令
rhel 内核版本号信息: [root@hvrhub ~]# uname -a Linux hvrhub 2.6.18-308.el5 #1 SMP Fri Jan 27 17:17:51 EST 2012 x86_64 x86_64 x86_64 GNU/Linux 查看网卡的驱动。制造商等信息: ...
分类:系统相关   时间:2017-05-16 19:18:39    阅读次数:777
深入理解Spring MVC 思想
目录 一、前言二、spring mvc 核心类与接口三、spring mvc 核心流程图 四、spring mvc DispatcherServlet说明 五、spring mvc 父子上下文的说明 六、springMVC-mvc.xml 配置文件片段讲解 七、spring mvc 如何访问到静态的 ...
分类:编程语言   时间:2017-05-16 13:03:07    阅读次数:311
学习笔记--数据库开发
//JDBC基础JDBC URLjdbc:mysql://:/databasejdbc:oracle:thin:@::databasejdbc:microsoft:sqlserver://:; DatabaseName=database常用方法:Statement stmt = conn.creat... ...
分类:数据库   时间:2017-05-16 13:01:29    阅读次数:297
视频笔记 CppCon 2015:Marshall Clow “Type Traits - what are they and why should I use them?"
Video: CppCon 2015:Marshall Clow “Type Traits - what are they and why should I use them?" https://www.youtube.com/watch?v=VvbTP_k_Df4 如果你需要写关于不同类型的代码, ...
分类:其他好文   时间:2017-05-16 10:57:10    阅读次数:287
CABasicAnimation animationWithKeyPath 一些规定的值
CABasicAnimation animationWithKeyPath Types When using the ‘CABasicAnimation’ from the QuartzCore Framework in Objective-C, you have to specify an ani ...
分类:其他好文   时间:2017-05-16 09:58:51    阅读次数:201
理解HTC Vive更新——控制相机旋转和位移
本文章由cartzhang编写,转载请注明出处。 所有权利保留。 文章链接:http://blog.csdn.net/cartzhang/article/details/72188658 作者:...
分类:其他好文   时间:2017-05-15 23:52:09    阅读次数:1541
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!