码迷,mamicode.com
首页 >  
搜索关键字:glob    ( 2185个结果
git ,报403错误,完美解决方案
首先命令行操作结果如下: root@zhiren-PowerEdge-T110-II:/zrun# git clone https://git.coding.net/xxxxxxxx/xxxx.git正克隆到 'anbu'...remote: Coding.net Tips : [You have ...
分类:其他好文   时间:2017-06-13 17:09:40    阅读次数:348
探秘如何操作 ASP.NET Web API (三)
经过我三篇文章的解惑,webapi我相信大家没有问题了! 先创建了一个UserModel 然后添加Web API Controller 注册路由 在Global中注册 这个时候用地址栏访问地址:api/user/getadmin 这个时侯默认返回的是XML数据模型。 使用AJAX请求这个api,指定 ...
分类:Windows程序   时间:2017-06-13 14:41:53    阅读次数:236
PLL锁相环
转载请注明原文出处,http://www.cnblogs.com/flyingcloude/p/6992482.html S3C6410芯片有3路PLL, APLL用于ARM时钟操作,MPLL用于主时钟操作(用于操作AXI、AHB、APB总线操作),EPLL用于特殊用途。当OM[0]=0,表示使用晶 ...
分类:其他好文   时间:2017-06-12 14:54:03    阅读次数:162
关于pip安装较慢的问题解决
在 ~/.pip/ 下创建文件 pip.conf(如果还没有的话),并填入以下内容:[global] timeout = 6000 index-url = http://pypi.douban.com/simple/ [install] use-mirrors = true mirrors = ht ...
分类:其他好文   时间:2017-06-12 00:44:14    阅读次数:267
glob/globfree--找出匹配模式的路径名
语法 解析 The glob() function searches for all the pathnames matching pattern according to the rules used by the shell (see glob(7)). glob()用于搜索路径下所有匹配的文件 ...
分类:其他好文   时间:2017-06-11 23:25:33    阅读次数:252
python函数
python函数学习 python函数学习 1. 概述: 函数是重用的程序段,用关键字def来定义,可以任意多次地运行这个语句块,被称为调用函数。Python提供了许多内建函数,比如print(),也可以自己创建函数,这被叫做用户自定义函数,函数能提高应用的模块性,和代码的重复利用率。 2、函数语法 ...
分类:编程语言   时间:2017-06-10 23:34:01    阅读次数:238
关于Git的简单使用
新电脑git push一直出问题,到现在也没有解决,但是一些git的命令还是有用的,就先记下来吧。(下图就是没解决的报错) 一、上传本地项目到git 1、初始化git 2、配置用户名和邮箱 3、把文件添加到暂存区 4、把文件提交到仓库,并添加说明 5、关联远程库 注:之前都是直接clone下来的项目 ...
分类:其他好文   时间:2017-06-08 21:37:22    阅读次数:425
Elasticsearch宕机问题
个人博客:https://blog.sharedata.info/ Elasticsearch 突然宕机,每次重启都只生成错误日志报错信息:## There is insufficient memory for the Java Runtime Environment to continue.# N ...
分类:其他好文   时间:2017-06-08 18:05:21    阅读次数:349
/application/nginx/sbin/nginx -h
[root@web03 ~]# /application/nginx/sbin/nginx -h nginx version: nginx/1.6.3Usage: nginx [-?hvVtq] [-s signal] [-c filename] [-p prefix] [-g directives ...
分类:移动开发   时间:2017-06-07 18:42:43    阅读次数:223
【转载】轻松理解JS闭包
Closures allow JavaScript programmers to write better code. Creative, expressive, and concise. We frequently use closures in JavaScript, and, no matte ...
分类:Web程序   时间:2017-06-07 11:10:39    阅读次数:212
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!