码迷,mamicode.com
首页 >  
搜索关键字:cat    ( 24058个结果
Linux查看物理CPU个数、核数、逻辑CPU个数
查看CPU信息(型号)cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c 查看内 存信息# cat /proc/meminfo ...
分类:系统相关   时间:2016-10-29 01:44:58    阅读次数:204
python:正则表达式 re
#-*- coding:utf8 -*- # Auth:fulimei #re正则的用法:match匹配从开头 search 取一个就回来了,findout取所以匹配的,slit分割 sub替换 import re res=re.match('^chen','chenronghua')#^匹配字符开 ...
分类:编程语言   时间:2016-10-29 01:39:02    阅读次数:202
[Ionic2] Device Interaction in an Ionic App with Cordova Plugins
In this lesson, we are going to learn how to interact with native components through Cordova plugins. We will walk through how to add a Cordova plugin ...
分类:移动开发   时间:2016-10-29 01:25:59    阅读次数:165
Life Forms
Life Forms Time Limit: 5000MS Memory Limit: 65536K Description You may have wondered why most extraterrestrial life forms resemble humans, differing b ...
分类:其他好文   时间:2016-10-29 01:14:08    阅读次数:221
Nginx配置
server { listen 80; server_name zg.dbschenker-atoms.com; access_log /data/web_log/nginx_log/zg_db_access.log moss; error_log /data/web_log/nginx_log/z ...
分类:其他好文   时间:2016-10-28 23:15:59    阅读次数:241
模拟操作银行登入页面。。。未连接数据库
...
分类:数据库   时间:2016-10-28 23:05:18    阅读次数:267
Android 微信小视频录制功能实现
目录 开发之前 开发环境 相关知识点 开始开发 案例预览 案例分析 搭建布局 视频预览的实现 自定义双向缩减的进度条 录制事件的处理 长按录制 抬起保存 上滑取消 双击放大(变焦) 实现视频的录...
分类:微信   时间:2016-10-28 20:52:10    阅读次数:581
【网络】app(retorfit2+RxJava)+javaweb(服务器) retrofit2官方文档实践
retrofit2 实践,retrofit2+rxjava +javaweb(server) 根据官方文档对retrofit2的进一步学习
分类:移动开发   时间:2016-10-28 17:51:46    阅读次数:520
CURL常用命令
原文地址: http://www.thegeekstuff.com/2012/04/curl-examples/ 下载单个文件,默认将输出打印到标准输出中(STDOUT)中 curl http://www.centos.org 通过-o/-O选项保存下载的文件到指定的文件中: -o:将文件保存为命令 ...
分类:Web程序   时间:2016-10-28 17:47:02    阅读次数:184
ubuntu无密码登录
A机(1)路径注意下(/root/.ssh/)ssh-keygen-trsa-P‘‘-f/root/.ssh/id_rsacat/root/.ssh/id_rsa.pub>>/root/.ssh/authorized_keysscp/root/.ssh/id_rsa.pubskinglzw3@192.168.128.132:/home/skinglzw3/B机cat./id_rsa.pub>>/root/.ssh/authorized_keys
分类:系统相关   时间:2016-10-28 16:04:12    阅读次数:189
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!