码迷,mamicode.com
首页 >  
搜索关键字:comare version number    ( 48018个结果
c语言基础1的作业
#include int main(int argc, const char * argv[]){ // insert code here... //计算十进制42转换为二进制、八进制、十六进制分别对应的值 int number1=42; /* int number1=42; for (number...
分类:编程语言   时间:2014-07-16 23:20:11    阅读次数:394
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
.Net常用技巧_C#创建验证码
/// /// 创建验证码 /// /// private string GenerateCheckCode() { int number; char code; string checkCode = String.Empty; ...
分类:Web程序   时间:2014-07-16 23:12:18    阅读次数:205
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
执?行?o?r?a?c?l?e?函?数?的?四?种?方?法
1.在定义函数时:如果有参数,则参数可有类型但是不加长度。2.在执行函数:var/variablevar_namevar_type(如果数据类型是number则没有长度,如果数据类型是varchar2,则可以写长度) call(此处不能用exec)函数名(参数)into:var_n...
分类:其他好文   时间:2014-07-10 13:00:04    阅读次数:216
邓白氏编码 苹果证书申请完的感受
关于苹果证书申请的问题 一直困扰着我 因为老板要我申请个人版公司账号  之前我没申请过 所以……  后来我申请成功了 在这里就跟大家分享一下吧 5月16号开始提交邓白氏编码申请的 一直到5月30号才算是提交成功 因为有邮件通知你什么时候提交成功,它会告诉你Thank you for submitting your D-U-N-S Number request / update to D&B. I...
分类:移动开发   时间:2014-06-28 08:47:38    阅读次数:391
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!