抄袭自http://www.erlangsir.com/2011/04/14/python-%E5%92%8Cerlang%E4%BA%92%E9%80%9A%E4%BE%8B%E5%AD%90/town.erl-module(town).-behaviour(gen_server).-export...
分类:
编程语言 时间:
2014-11-02 10:36:45
阅读次数:
301
http://onlyoulinux.blog.51cto.com/7941460/1570472以上blog己经实现了mysql的主从,本文在主从的基础上用amoeba-mysql实现负载均衡,读写分离.amoeba:采用javaNTO框架无阻塞模式;amoebaformysql是amoeba项目的子项目;1、amoeba要有java环境支持:安装jdkroot@mysql-proxys..
分类:
数据库 时间:
2014-11-02 09:32:57
阅读次数:
237
1、定位:中国规模最大、创新实力最强的前沿网络厂商,致力于通过提供品质卓越的Internet设备,帮助用户的业务向互联网成功转型。前沿网络:区别基础网络,趋向应用层(处理特定的应用程序细节)。应用层:直接和应用程序接口并提供常见的网络应用服务。创新实力:全球第一台“..
分类:
其他好文 时间:
2014-11-02 09:31:53
阅读次数:
205
在掌握了MySQL的基本操作之后,在本篇博文中将介绍如何进行手工PHP注入。目标网站仍然采用NPMserv搭建,软件下载地址:http://down.51cto.com/data/1886128。首先随便打开一个页面,利用and1=1和and1=2判断是否存在注入点。然后利用orderby推断字段数量,这里推断出有5个字段。..
分类:
数据库 时间:
2014-11-02 09:34:32
阅读次数:
227
C++primer(第五版)第二章相关总结包含基本数据类型的最小尺寸和类型所占字节数和最大值和最小值;C++11特性的基本变量类型:long long类型,nullptr常量(空指针),constexpr变量,auto类型指示符,decltype类型指示符;C++primer(第五版)第二章部分易错习题的讲解与提示;有关基本类型与c语言的一些细节性差别的感悟!...
分类:
编程语言 时间:
2014-11-02 09:32:11
阅读次数:
257
rpm
RPM 默认安装的路径:
RPM 安装 (install):
注:也可以通过网络安装:rpm -ivh http://website.name/path/pkgname.rpm
『强制』安装:
RPM 升级与更新 (upgrade/freshen):(后面也可以接上面的--nodeps/-...
分类:
其他好文 时间:
2014-11-02 09:32:42
阅读次数:
252
ViewController.h
@interface ViewController : UIViewController
{
UIPageControl *_pageCtrl;
UIScrollView *_scrollView;
}
ViewController.m
#import "ViewController.h"
@interface ViewController...
分类:
其他好文 时间:
2014-11-02 09:31:29
阅读次数:
202
ViewController.h
@interface ViewController : UIViewController
{
NSInteger _index;
UIPageControl *_pageCtrl;
UIScrollView *_scrollerView;
}
ViewController.m
#import "ViewController.h"
@...
分类:
其他好文 时间:
2014-11-02 09:30:46
阅读次数:
194
ViewController.h
@interface ViewController : UIViewController
{
UIImageView *imageView1;
UIImageView *imageView2;
}
ViewController.m
#import "ViewController.h"
@interface ViewController...
分类:
其他好文 时间:
2014-11-02 09:30:25
阅读次数:
173
Aview tree observer is used to register listeners that can be notified of globalchanges in the view tree. Such global events include, but are not limited to,layout of the whole tree, beginning of the ...
分类:
其他好文 时间:
2014-11-02 09:31:36
阅读次数:
283
有时候需要在onCreate方法中知道某个View组件的宽度和高度等信息,而直接调用View组件的getWidth()、getHeight()、getMeasuredWidth()、getMeasuredHeight()、getTop()、getLeft()等方法是无法获取到真实值的,只会得到0。这是因为View组件布局要在onResume回调后完成。下面提供实现方法,onGlobalLayout...
分类:
其他好文 时间:
2014-11-02 09:32:53
阅读次数:
190
ViewController.h
@interface ViewController : UIViewController
{
UIImageView *_imageView;
}
ViewController.m
#import "ViewController.h"
@interface ViewController ()
@end
@implementation View...
分类:
其他好文 时间:
2014-11-02 09:30:42
阅读次数:
129
ViewController.h
@interface ViewController : UIViewController
{
UIScrollView *_scrollView;
}ViewController.m
#import "ViewController.h"
@interface ViewController ()
@end
@implementation ViewC...
分类:
其他好文 时间:
2014-11-02 09:32:21
阅读次数:
176
AppDelegate.h
#import "AppDelegate.h"
#import "RootViewController.h"
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launc...
分类:
其他好文 时间:
2014-11-02 09:32:00
阅读次数:
196
sudo apt-get install git gnupg flex bison gperf build-essential zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 libgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown libxm...
分类:
移动开发 时间:
2014-11-02 09:29:32
阅读次数:
273
AppDelegate.m
//
// AppDelegate.m
// Task5
//
// Created by lyb on 14-9-27.
// Copyright (c) 2014年 imac. All rights reserved.
//
#import "AppDelegate.h"
#import "FirstViewController.h"
#import "...
分类:
移动开发 时间:
2014-11-02 09:30:00
阅读次数:
182
今天也是一早8点多起来,虽然是下午面试,但是还是起来看一看书。
默写了一遍插入排序/选择排序 = =# 继续看了看Java Android
下楼,打印简历,上地铁,直奔珠江新城。
来广州刚刚好一个星期了,租房还是没找着,主要是实习还没下落。。。也是心塞
想我在我们年级里,也算是比较爱技术爱看书的人了。由于匆匆忙忙转学Android,也是把自己折腾地现在这个样子。
之前在实验室老是被我教...
分类:
移动开发 时间:
2014-11-02 09:32:00
阅读次数:
244