码迷,mamicode.com
首页 >  
搜索关键字:version    ( 21237个结果
chorme插件使用manifest_version
定义manifest.json文件 ,jquery-1.8.3min.js,load.js都在同一层目录下{"description":"标题","icons":{},"name":"名称","version":"0.0.0","manifest_version":2,"homepage_url":...
分类:其他好文   时间:2014-07-16 23:19:45    阅读次数:250
js操作Cookie,实现历史浏览记录
/** * history_teacher.jsp中的js,最近浏览名师 * @version: 1.0 * @author: mingming */$(function(){ getHistory();});var historyCount=4; //保存历史记录个数/** * 增加浏览历史记录 ...
分类:Web程序   时间:2014-07-16 23:12:49    阅读次数:315
Git Note - git tag
git tag is used to create labels, usually for version numbers. Format: git tag Example: git tag v0.1 HEAD is to create a version number v0.1 on curren...
分类:其他好文   时间:2014-07-10 14:29:01    阅读次数:213
IPv4分析
IPv4的头部格式: 1. Version 版本号,默认是4。 2. IHL(Internet Header Length) 就是IPv4头部长度。这个长度的单位是32bit,一般是5,那么头部的长度就是5x32bit=160bit。 3. DSCP(Differentiated Services ...
分类:其他好文   时间:2014-07-10 13:46:14    阅读次数:338
Configure Pi as simulation hardware for Simulink
1. Only version not older than R2013 supports Raspberry Pi. First, download support package in Matlab: http://www.mathworks.cn/matlabcentral/fx_files/...
分类:其他好文   时间:2014-07-10 13:42:50    阅读次数:338
Can't locate Switch.pm in @INC
the perl version (5.14) shipped with 12.10 does not include the Switch.pm module needed while building WebKiT-GTK.How to install Perl Switch.pm modu.....
分类:其他好文   时间:2014-07-10 13:26:53    阅读次数:453
css属性
属性(Properties)版本(Version)兼容性(Compatibility)简介(Description)文本属性 Text Propertiestext-indentCSS1IE4+ , NS4+检索或设置对象中的文本的缩进。text-overflowIE专有属性IE6+设置或检索是否使...
分类:Web程序   时间:2014-07-10 12:23:09    阅读次数:225
使用maven构建web项目
maven安装1) 下载Maven:http://maven.apache.org/download.html2) 解压缩下载的zip文件到本地目录下,比如:D:\Maven3) 添加D:\Maven\bin到环境变量PATH中4) 在命令行下运行mvn-version或者 mvn –v查看是否安装...
分类:Web程序   时间:2014-07-10 11:28:43    阅读次数:282
未能加载文件或程序集“Microsoft.ReportViewer.WebForms, Version=10.0.0.0
Microsoft.ReportViewer.WebForms, Version=10.0.0.0
分类:Web程序   时间:2014-07-10 11:19:10    阅读次数:248
安卓中使用全局变量getApplicationContext
定义一个用户信息类 /**Title: 用户登录信息 * @author Java Development Group * @version 3.0 */ public class gf_ControlUserinfo extends Application { 。。。省略 } 在中配置全局声明 <application android:allowBackup=...
分类:移动开发   时间:2014-06-28 08:08:12    阅读次数:248
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!