1. 安装NS3(1)在 ubuntu12.04 中安装 ns3.20,首先要安装一下各种依赖软件:sudo apt-get install gcc g++ pythonsudo apt-get install python-devsudo apt-get install mercurialsudo...
分类:
系统相关 时间:
2014-07-18 14:23:40
阅读次数:
597
```objc#import "ViewController.h"int threadNumber = 0;int newThingNumber = 0;@interface ViewController ()@end@implementation ViewController- (void)vie...
分类:
其他好文 时间:
2014-07-18 14:23:25
阅读次数:
229
========================安装sqlite=================官网下载安装包*.tar.gz格式./configure --prefix=/usr/server/sqlit 安装包目录makemake install测试安装成功 sqlite3 test.d...
分类:
数据库 时间:
2014-07-18 14:24:11
阅读次数:
308
The Woman in Red Is Seen as a Threat by Other WomIn the 1939 film classic The Women, much is made of the alluring quality of a specific color of nail ...
分类:
其他好文 时间:
2014-07-18 14:24:39
阅读次数:
155
1 、参数文件及mysql参数 查看mysql 的 my.cnf 配置文件位置命令:>./bin/mysql --help | grep my.cnf 查看mysql 的参数设置命令:mysql>show variables --显示所有参数; // show variables like 'log...
分类:
数据库 时间:
2014-07-18 14:24:56
阅读次数:
342
Each else for which the choice of assocated if is ambiguous shall be associated with the nearest possible if that would otherwise hava no correspondin...
分类:
其他好文 时间:
2014-07-18 14:25:57
阅读次数:
208
在SharePoint中,我们经常需要自定义登陆页面、错误页面、拒绝访问等;不知道大家如何操作,以前自己经常在原来页面改或者跳转,其实SharePoint为我们提供了PowerShell命令,来修改这些页面为我们自己的布局页。 具体设置,可以通过PowerShell命令的Identity参数来...
分类:
其他好文 时间:
2014-07-18 14:26:10
阅读次数:
185
```objc#import "ViewController.h"@interface ViewController ()@property (weak, nonatomic) IBOutlet UIActivityIndicatorView *action;@end@implementation ...
分类:
其他好文 时间:
2014-07-18 14:26:27
阅读次数:
247
让UIWebView的背景透明:12self.webView.backgroundColor = [UIColor clearColor];self.webView.opaque = NO这样就可以背景透明了,如果还是无效的话,那么需要在html里面加入: 去掉uiwebview滚动到边缘时的阴影....
分类:
Web程序 时间:
2014-07-18 14:26:56
阅读次数:
223
A - Rewards水题,把a累加,然后向上取整(double)a/5,把b累加,然后向上取整(double)b/10,然后判断a+b是不是大于n即可#include #include #include #include using namespace std;int main(){ dou...
分类:
其他好文 时间:
2014-07-18 14:26:41
阅读次数:
274
作为前端开发者,我们会碰到很到各种各样的jQuery插件。今天要分享的几款jQuery图片滑块插件,也就是jQuery焦点图插件,基本上会在每个网站都有应用,可以下载看看,也许你可以用到。1、jQuery多图并列焦点图插件这是一款比较特别的jQuery焦点图插件,它允许你自己定义当前画面的图片数量,...
分类:
Web程序 时间:
2014-07-18 14:27:10
阅读次数:
255
一、标签Html5 引入了一个新的 标签,这个标签所代表的区域就好象一块画布,你的所有图形绘制最后都要在这块画布上呈现。有了这个标签,浏览器的图形表现力被极大的提升,Flash 和 SilverLight 有没有感到威胁呢?新闻链接:Google声称Chrome7浏览器将提速60倍标签的用法非常简....
分类:
Web程序 时间:
2014-07-18 14:27:23
阅读次数:
342
先贴出代码(/etc/my.cnf)如下:#The following options will be passed to all MySQL clients[client]#password = your_passwordport = 3306socket ...
分类:
数据库 时间:
2014-07-18 14:27:38
阅读次数:
292
Yii2的安装第一步:把下载的compser.phar包放在项目根目录下,把yii2的文件也放到项目的根目录下。第二步:dos命令下进入项目目录第三步:使用命令创建yii应用php composer.phar create-project --prefer-dist --stability=dev ...
1.父配置文件在yii2/base/Application中的$language="en-US", 修改项目的语言可以修改项目的配置文件main.php中加'language'=>'zh-cn',最好还是也加上'sourceLanguage'=>'zh-cn'
分类:
其他好文 时间:
2014-07-18 14:27:54
阅读次数:
204
Java代码//压缩图片大小publicstaticBitmapcompressImage(Bitmapimage){ByteArrayOutputStreambaos=newByteArrayOutputStream();image.compress(Bitmap.CompressFormat.J...
分类:
移动开发 时间:
2014-07-18 14:28:22
阅读次数:
245
1.How Files Time!(时光飞逝)2.A Fat Cat(暴发户,大款) 个人觉得是重音的位置不同出来的意思不同 用的场合不同意思不同比如你在说一个人 用 a 'fat cat那肯定是说大款 但是如果你说我们家有 a fat 'cat那肯定是说猫了3.A Big Apple (大苹果--...
分类:
其他好文 时间:
2014-07-18 14:29:09
阅读次数:
181