码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
配置开发支持高并发TCP连接的Linux应用程序全攻略
http://blog.chinaunix.net/uid-20733992-id-3447120.htmlhttp://blog.chinaunix.net/space.php?uid=16480950&do=blog&id=103598原文见:http://www.cppblog.com/fla...
分类:系统相关   时间:2015-11-10 00:12:20    阅读次数:288
命名空间和继承
命名空间:其实就是利用json的方式来建立一个独自的空间而已//命名空间 第一个小例子var space={};space.slist={};space.fn={};space.site={};space.slist.getUser=function(){ alert('a');}space.fn....
分类:其他好文   时间:2015-11-09 20:48:52    阅读次数:215
BASH系列(3)—— BASH通配符和正则表达式
BASH中的通配符(wildcard)*:任意长度的任意字符。 ?:任意单个字符 []:匹配范围 [^]:排除匹配范围 [:alnum:][:alpha:][:blank:][:cntrl:] [:digit:][:graph:][:lower:][:print:] [:punct:][:space:][:upper:][:xdigit:]正则表达式.:表示匹配任意单个字符。 *:表示匹配前..
分类:其他好文   时间:2015-11-09 19:11:14    阅读次数:206
[LeetCode]68. Palindrome Number回文数字
Determine whether an integer is a palindrome. Do this without extra space.click to show spoilers.Some hints:Could negative integers be palindromes? (i...
分类:其他好文   时间:2015-11-09 13:58:52    阅读次数:256
机器学习基石第三讲 Types of Learning
一.Learning with Different Output Space Y二.Learning with Different Data Label yn监督式学习,每个训练样本都有对应的label,相当于每个x都有一个y对应非监督式学习,每个训练样本是没有label的,需要电脑自己划分,类似于...
分类:其他好文   时间:2015-11-09 01:37:31    阅读次数:305
[LeetCode]Palindrome Number
题目描述:(链接)Determine whether an integer is a palindrome. Do this without extra space.解题思路:分离出首位,末位,分别比较! 1 class Solution { 2 public: 3 bool isPalin...
分类:其他好文   时间:2015-11-08 14:12:51    阅读次数:223
[小作品][JS][JQuery][HTML5][Canvas]贪吃蛇
此蛇并无多少特色,只是不会撞墙,并且能把自己的身体吃掉。解压缩附件后,双击snake.htm运行。没有库的依赖,JQuery已经一并打包。Arrow Keys控制蛇的移动,Space暂停游戏/继续游戏。游戏的默认状态是暂停,按Space即可开始。下载链接:http://files.cnblogs.c...
分类:Web程序   时间:2015-11-07 23:13:58    阅读次数:337
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!