首先命令行操作结果如下: 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
经过我三篇文章的解惑,webapi我相信大家没有问题了! 先创建了一个UserModel 然后添加Web API Controller 注册路由 在Global中注册 这个时候用地址栏访问地址:api/user/getadmin 这个时侯默认返回的是XML数据模型。 使用AJAX请求这个api,指定 ...
转载请注明原文出处,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.conf(如果还没有的话),并填入以下内容:[global] timeout = 6000 index-url = http://pypi.douban.com/simple/ [install] use-mirrors = true mirrors = ht ...
分类:
其他好文 时间:
2017-06-12 00:44:14
阅读次数:
267
语法 解析 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函数学习 1. 概述: 函数是重用的程序段,用关键字def来定义,可以任意多次地运行这个语句块,被称为调用函数。Python提供了许多内建函数,比如print(),也可以自己创建函数,这被叫做用户自定义函数,函数能提高应用的模块性,和代码的重复利用率。 2、函数语法 ...
分类:
编程语言 时间:
2017-06-10 23:34:01
阅读次数:
238
新电脑git push一直出问题,到现在也没有解决,但是一些git的命令还是有用的,就先记下来吧。(下图就是没解决的报错) 一、上传本地项目到git 1、初始化git 2、配置用户名和邮箱 3、把文件添加到暂存区 4、把文件提交到仓库,并添加说明 5、关联远程库 注:之前都是直接clone下来的项目 ...
分类:
其他好文 时间:
2017-06-08 21:37:22
阅读次数:
425
个人博客:https://blog.sharedata.info/ Elasticsearch 突然宕机,每次重启都只生成错误日志报错信息:## There is insufficient memory for the Java Runtime Environment to continue.# N ...
分类:
其他好文 时间:
2017-06-08 18:05:21
阅读次数:
349
[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
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