码迷,mamicode.com
首页 >  
搜索关键字:trunk branches and t    ( 1227个结果
Spring Batch_Configuring a Step for Restart
Spring Batch_Configuring a Step for Restart spring官方文档:http://docs.spring.io/spring-batch/trunk/reference/html/configureStep.html#stepRestart 当一个普通的 job 处于complete 的状态的时候,是不能...
分类:编程语言   时间:2014-11-14 16:02:23    阅读次数:335
Spring Batch_Parallel Steps_使用并行的Step
Spring Batch_Parallel Steps_使用并行的Step spring 官方文档:http://docs.spring.io/spring-batch/trunk/reference/html/scalability.html#scalabilityParallelSteps As long as the application logic that n...
分类:编程语言   时间:2014-11-14 12:45:44    阅读次数:324
Spring Batch_Multi-threaded Step_使用多线程的Step
Spring Batch_Multi-threaded Step_使用多线程的Step spring官方文档:http://docs.spring.io/spring-batch/trunk/reference/html/scalability.html The simplest way to start parallel processing is to add a ...
分类:编程语言   时间:2014-11-13 22:40:22    阅读次数:416
移植MT7620A+MT7610E驱动到Openwrt trunk(Linux Kernel 3.14.18)(续:MT7620A)
按照上一篇的内容修改文件重新编译后不会报错,但是烧到flash里后运行的时候有问题,如下:[ 16.840000] mt7620: module license 'unspecified' taints kernel.[ 16.840000] Disabling lock debugging...
分类:系统相关   时间:2014-11-13 14:35:53    阅读次数:1178
刷机以及常用命令
SVN地址:https://10.100.207.222/svn/Halo/trunk/LightChat/home/yangxm/code/Halo_OS/device/qcom/common/rootdir/etc/init.qcom.rcadbuninstallcom.example.yyyandroid编译1.sourcebuild/envsetup.sh2.lunch7(选择硬件平台)3.make-j4(4个线程)adblogcat-sInputReader(过..
分类:其他好文   时间:2014-11-13 13:05:34    阅读次数:184
转 Vlan
1.支持VLAN的交换机一定是三层交换机吗?2.Trunk配置了就可以VLAN间通信吗?3.Trunk具体怎么工作的?4.VLAN间的通信到底是怎么执行的?如果说给若干个纯二层环境加上若干个路由器,我想绝大多数的人都可以设计出一个个完美的互联互通的网络,然而加上了VLAN之类的概念,反而被绕晕了,具...
分类:其他好文   时间:2014-11-13 12:43:20    阅读次数:173
我常用的C++网址
Google C++ Style Guide  谷歌C++编码规范 https://google-styleguide.googlecode.com/svn/trunk/cppguide.html LearnCpp.com 初学者适用 http://www.learncpp.com/ 中等熟练者快速查询 http://www.cplusplus.com/ http://ww...
分类:编程语言   时间:2014-11-12 10:31:49    阅读次数:232
Trees on the level
Background Trees are fundamental in many branches of computer science. Current state-of-the art parallel computers such as Thinking Machines' CM-5 are based on fat trees. Quad- and octal-trees are f...
分类:其他好文   时间:2014-11-11 22:56:41    阅读次数:239
SVN 创建分支
2种方法: 1.你用tortoiseSVN点版本库浏览,在需要建立分支的路径(比如trunk)点copy to + 新分支名称(注意:必须与trunk不能同名,你可以新建一个名称比如branch) 2.tortoiseSVN点版本库浏览,你在需要创建的路径下右键tortoiseSVN 选择create folder 然后创建新路径名称(文件夹)然后把主干或者其他分支路径的代码(拉分支这种情况估...
分类:其他好文   时间:2014-11-11 12:44:09    阅读次数:321
网络管理不得不知道的一些常识
交换机的端口工作模式一般可以分为三种:Access(普通模式),Multi(多vlan模式),Trunk(中继模式)。 1、允许多个vlan的是multi模式,而不是trunk模式。 2、两个都设为trunk模式:一:如果在同一交换机上,则决不会在同一vlan;二:如果是两个交换机上,且两端口物理连接的话,共享vlan信息。但是这两个端口已经被使用,所以只能说,使用与这两个端口相同vlan的端...
分类:其他好文   时间:2014-11-09 18:07:29    阅读次数:189
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!