码迷,mamicode.com
首页 >  
搜索关键字:ber    ( 8683个结果
git push origin master 报错 remote rejected] master -> master (branch is currently checked out)
解决办法: 977down vote You can simply convert your remote repository to bare repository (there is no working copy in the bare repository - the folder cont ...
分类:其他好文   时间:2016-11-26 11:20:18    阅读次数:242
《DSP using MATLAB》示例Example4.4
代码: 运行结果: ...
分类:其他好文   时间:2016-11-26 09:24:21    阅读次数:133
Leetcode: Count Numbers with Unique Digits
Analysis: A number of unique digits is a number which is a combination of unrepeated digits. So, we can calculate the total number. for number with n ...
分类:其他好文   时间:2016-11-26 07:37:07    阅读次数:243
Java中泛型 类型擦除
转自:Java中泛型是类型擦除的 Java 泛型(Generic)的引入加强了参数类型的安全性,减少了类型的转换,但有一点需要注意:Java 的泛型在编译器有效,在运行期被删除,也就是说所有泛型参数类型在编译后都会被清除掉,看下面一个列子,代码如下: 代码很简单,看起来没什么问题,但是编译器却报出如 ...
分类:编程语言   时间:2016-11-26 03:19:43    阅读次数:274
linux之iptables
from http://www.geekfan.net/6921/ Iptables是专为Linux操作系统打造的极其灵活的防火墙工具。对Linux极客玩家和系统管理员来说,iptables非常有用。本文将向你展示如何配置最通用的Linux防火墙。 关于iptables Iptables是一个基于命 ...
分类:系统相关   时间:2016-11-26 03:00:23    阅读次数:331
微软高性能缓存AppFabric(二)使用
原文链接:http://www.cnblogs.com/Qbit/p/6102614.html 从AppFabric 的安装目录中选择两个dll添加到项目中, 默认安装位置:C:\Program Files\用于 Windows Server 的 AppFabric 1.1\ 方法一: 使用代码指定 ...
分类:移动开发   时间:2016-11-25 19:55:53    阅读次数:245
JavaScript 运行机制详解:Event Loop
转自: http://www.ruanyifeng.com/blog/2014/10/event-loop.html 一、为什么JavaScript是单线程? JavaScript语言的一大特点就是单线程,也就是说,同一个时间只能做一件事。作为浏览器脚本语言,JavaScript的主要用途是与用户互 ...
分类:编程语言   时间:2016-11-25 16:44:48    阅读次数:157
TCP三次握手四次挥手详解
TCP三次握手四次挥手详解
分类:其他好文   时间:2016-11-25 14:23:17    阅读次数:228
使用Git Hooks实现开发部署任务自动化
提供:ZStack云计算 前言版本控制,这是现代软件开发的核心需求之一。有了它,软件项目可以安全的跟踪代码变更并执行回溯、完整性检查、协同开发等多种操作。在各种版本控制软件中,git是近年来最流行的软...
分类:其他好文   时间:2016-11-25 12:40:24    阅读次数:482
学习Linux下s3c2440的USB鼠标驱动笔记
1 #include <linux/kernel.h> 2 #include <linux/errno.h> 3 #include <linux/init.h> 4 #include <linux/slab.h> 5 #include <linux/module.h> 6 #include <lin ...
分类:系统相关   时间:2016-11-25 11:29:24    阅读次数:303
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!