码迷,mamicode.com
首页 >  
搜索关键字:astronomers often ex    ( 3075个结果
ExtJS视频学习笔记
JS的面向对象编程Ajax熟练JavaScript设计模式征服Ajax Web 2.0开发技术详解(附光盘)百度,谷歌,开源的论坛官方的demo和API文档ReaderExt.data.reader.Reader 读取器的根类Ext.data.reader.Json Json格式的读取器Ex...
分类:Web程序   时间:2014-06-06 16:36:31    阅读次数:238
性能测试相关脚本
1,restime统计响应时间#!/bin/bash#统计日志响应时间用if [ $# -lt 1 ]; then echo "at least have one param; " echo "ex: restime a.log b.log *.log" exit 1fi. lgq...
分类:其他好文   时间:2014-06-04 20:23:43    阅读次数:291
CentOS 6.5 安装realtek RTL8188CE无线网卡
首先,要检查一下网络适配器的型号。[root@localhost sam]# lspci -nn | grep -i net03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Ex...
分类:其他好文   时间:2014-06-03 04:56:28    阅读次数:498
改善情绪的10种方法
10 Ways To Improve Your Mood改善情绪的10种方法Everyday productivity and efficiency practically depend on how you feel. More often than not, happy people are m...
分类:其他好文   时间:2014-06-02 21:52:31    阅读次数:327
指针和数组及内存管理
1. 指针和地址TCPL 中给指针的定义是: A pointer is a group of cells (often two or four) that can hold an address .int value = 10;int *pvalue = &value;上面这个语句的内存模型是:注意...
分类:其他好文   时间:2014-06-02 18:07:49    阅读次数:315
poj1207
The 3n + 1 problemTime Limit:1000MSMemory Limit:10000KTotal Submissions:50513Accepted:15986DescriptionProblems in Computer Science are often classifie...
分类:其他好文   时间:2014-06-02 08:36:51    阅读次数:218
Linux进程控制——exec函数族
原文:http://www.cnblogs.com/hnrainll/archive/2011/07/23/2114854.html1、简介在Linux中,并不存在exec()函数,exec指的是一组函数,一共有6个,分别是:#include extern char **environ;int ex...
分类:系统相关   时间:2014-05-31 16:55:36    阅读次数:379
vi 命令 使用方法
一、Unix编辑器概述 编辑器是使用计算机的重要工具之中的一个,在各种操作系统中,编辑器都是不可缺少的部件。Unix及其类似的ix 操作系统系列中,为方便各种用户在各个不同的环境中使用,提供了一系列的ex编辑器,包含 ex, edit,ed 和 vi.当中ex,edit,ed都是行编辑器,如今已非....
分类:其他好文   时间:2014-05-31 13:14:24    阅读次数:245
透明窗口
在OnInitDialog()加入://加入WS_EX_LAYERED扩展属性SetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE,GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000);HINSTANCE...
分类:其他好文   时间:2014-05-31 13:09:12    阅读次数:246
vim 查看某字符串出现的次数
http://blog.chinaunix.net/uid-23577393-id-1751983.htmlTo count how often any pattern occurs in the current buffer use the substitutecommand and add th...
分类:其他好文   时间:2014-05-29 17:37:03    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!