码迷,mamicode.com
首页 >  
搜索关键字:translation    ( 398个结果
springmvc
https://linesh.gitbooks.io/spring-mvc-documentation-linesh-translation/content/publish/21-2/1-special-bean-types-in-the-webapplicationcontext.html ...
分类:编程语言   时间:2016-09-18 22:14:31    阅读次数:151
公网IP、私网IP
公网、内网是两种Internet的接入方式。公网接入方式:上网的计算机得到的IP地址是Internet上的非保留地址,公网的计算机和Internet上的其他计算机可随意互相访问。 NAT(Network Address Translation)是网络地址转换,它实现内网的IP地址与公网IP的地址相互 ...
分类:其他好文   时间:2016-09-05 14:01:41    阅读次数:299
iptables
iptables 基本概念 四张表: 表里有链 (chain ) filter: 用来进行包过滤: INPUT OUTPUT FORWARD nat: 用来网络地址转换: network address translation ,允许一个内网地址块,通过NAT转换成公网IP,实现对公网的访问,解决I ...
分类:其他好文   时间:2016-09-01 12:32:37    阅读次数:132
[李景山php]每天laravel-20161028|Translator.php
<?php namespaceIlluminate\Translation; useIlluminate\Support\Arr; useIlluminate\Support\Str; useIlluminate\Support\Collection; useIlluminate\Support\NamespacedItemResolver; useSymfony\Component\Translation\MessageSelector; useSymfony\Component\Translat..
分类:Web程序   时间:2016-08-31 12:22:18    阅读次数:203
[李景山php]每天laravel-20161027|FileLoader.php
<?php namespaceIlluminate\Translation; useIlluminate\Filesystem\Filesystem; classFileLoaderimplementsLoaderInterface {//FileLoaderimplementsLoaderInterface /** *Thefilesysteminstance. * *@var\Illuminate\Filesystem\Filesystem */ protected$files;//Thefi..
分类:Web程序   时间:2016-08-31 12:20:09    阅读次数:152
核苷酸和氨基酸蛋白序列转换的工具
在线序列转换的工具: Nucleotide Sequence Translation Protein Sequence Back-translation http://bio.lundberg.gu.se/edu/translat.html http://www.ebi.ac.uk/Tools/st ...
分类:其他好文   时间:2016-08-26 10:46:49    阅读次数:192
专题1-MMU-lesson2-深入剖析地址转化
1、地址转化总体分析 level one fetch和level two fetch分为一级转换和二级转换。 由上图右边可以看出,首先通过TTB(Translation Table Base)寄存器找到转换表基地址,该表有4096项,然后用虚拟地址的[31:20]位来找该表里面的表项,再检查该表项最 ...
分类:其他好文   时间:2016-08-23 11:40:34    阅读次数:197
前端学习网址大总结
必应搜索引擎 http://cn.bing.com/?FORM=Z9FD1 Windows下Git使用入门 (中文教程) https://github.com/cncounter/translation/blob/master/tiemao_2014/GitHelp/GitHelp.md Angul ...
分类:其他好文   时间:2016-08-23 01:14:33    阅读次数:302
Css中的变形及过渡动画
在css3的标准中新增加了变形样式,这些样式使得网页中各元素的位置形状的变换变得更加容易。其语法如下: 其中对于<transform-function>这一属性值,css中规定了4类常用变换 1.translate() 该值指定对象的2D translation(2D平移)。第一个参数对应X轴,第二 ...
分类:Web程序   时间:2016-08-16 11:50:30    阅读次数:250
CSS3的chapter5
变形样式——transform: translate() ——指定对象的2D translation(2d平移) transform-origin ——指定元素的中心点,默认为元素x轴和y轴的50%处 translateX() ——指定对象X轴(水平方向)的平移 translateY() ——指定对 ...
分类:Web程序   时间:2016-08-16 10:35:24    阅读次数:195
398条   上一页 1 ... 21 22 23 24 25 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!