主要是两个函数objc_allocateClassPair函数,以及objc_registerClassPair函数,前者创建指定父类,后者注册 ...
分类:
移动开发 时间:
2016-08-26 01:16:14
阅读次数:
467
翻译javadoc系列文章之:ExecutorService /** * An {@link Executor} that provides methods to manage termination and * methods that can produce a {@link Future} f ...
分类:
编程语言 时间:
2016-08-26 01:15:58
阅读次数:
190
Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary). You may assume that the intervals were initia ...
分类:
编程语言 时间:
2016-08-26 01:14:16
阅读次数:
286
上午午好好的,突然抛了如下异常: Exception in thread "main" redis.clients.jedis.exceptions.JedisNoReachableClusterNodeException: No reachable node in cluster at redis ...
分类:
其他好文 时间:
2016-08-26 01:12:51
阅读次数:
9125
C/S架构的ERP、CRM程序有的是以并发点(Concurrency)来销售,并发点是指同时在线人数。并发数量大时,理论上程序的运行速度会慢,软件供应商(vendor)也以控制并发的上限以解决客户对系统性能的抱怨。我接触到的一个ERP系统,它的定价策略如下表所示: 序号 并发用户 价格 1 5个以.... ...
分类:
其他好文 时间:
2016-08-26 01:14:31
阅读次数:
196
1 slowlog是什么 redis的slowlog是redis用于记录记录慢查询执行时间的日志系统。由于slowlog只保存在内存中,因此slowlog的效率很高,完全不用担心会影响到redis的性能。Slowlog是Redis从2.2.12版本引入的一条命令。 2 slowlog设置 参考 ht ...
分类:
其他好文 时间:
2016-08-26 01:13:32
阅读次数:
173
1,启动SVN sudo svnserve -d -r /home/data/svn/ 其中 -d 表示守护进程, -r 表示在后台执行 /home/data/svn/ 为svn的安装目录 2,关闭SVN 这里采取linux杀死进程的方式处理的 ps -ef|grep svnserve root 4 ...
分类:
Web程序 时间:
2016-08-26 01:12:55
阅读次数:
173
实训要做项目呐。天天坐在电脑面前累死了。最近题刷的少。大多数都挺水。就不挨个编辑发上来了。发发白天写的项目吧。可能好几天更一下。实训结束恢复正常。 这个游戏需要EasyX的图像库。有兴趣的可以下一个图像库运行一下玩玩~(虽然= =没LOL好玩2333333) 设计题目:双人五子棋对战单机游戏 使用C ...
分类:
其他好文 时间:
2016-08-26 01:12:41
阅读次数:
536
yum -y install tftp-serveryum -y install xinetdyum -y install syslinuxcp /usr/share/syslinux/pxelinux.0 /var/lib/tftpboot/mkdir -p /var/pxe/centos7mkd ...
分类:
Web程序 时间:
2016-08-26 01:14:13
阅读次数:
216
项目里面需要对mongodb的性能进行测试,看了下网上很多做法都是使用YCSB进行测试,因此开始学习使用YCSB。 参考资料: 1 安装 基于参考文档(https://github.com/brianfrankcooper/YCSB/tree/master/mongodb )安装java,mvn,y ...
分类:
数据库 时间:
2016-08-26 01:12:58
阅读次数:
891
spring boot 是什么 Spring Boot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程。 spring boot采用了“约定优于配置” 的理念,减少了spring繁琐的配置,方便快速搭建应用 spring boot官网:http:// ...
分类:
编程语言 时间:
2016-08-26 01:13:45
阅读次数:
299
apt update apt install wgetwget -qO- https://get.docker.com/ | sh vim /etc/default/dockerDOCKER_OPTS="--registry-mirror=http://aad0405c.m.daocloud.io"... ...
分类:
其他好文 时间:
2016-08-26 01:12:19
阅读次数:
315
1.请求路径/favicon.ico 问题:node http.createServer()创建服务器,用户请求一次,但是服务器显示两次请求:一次为用户请求,一次请求路径为/favicon.ico ?? 代码如下: 服务器显示如下: 原因: 第一条时URL地址为用户输入的客户端请求的目标URL地址, ...
分类:
其他好文 时间:
2016-08-26 01:12:20
阅读次数:
200
上篇博文到学生表的一个接口由SqlServerDal和AccessDal层实现具体的方法。 下面定义一个生产抽象产品工厂的接口: 五:定义MySchoolIFactory下IStudentFactory的工厂(引用IStudens接口): 六:有两个具体的工厂:SQLServerFactory和Ac ...
分类:
其他好文 时间:
2016-08-26 01:13:08
阅读次数:
201
1 基本概念 rabbitmq server(broker server):rabbitmq服务 client:包括producers和consumer message:包括payload和label exchange:producer发布message的地方 queue:messages存放和co ...
分类:
其他好文 时间:
2016-08-26 01:13:31
阅读次数:
283
参考:C++ 内存分配(new,operator new)详解 如何限制对象只能建立在堆上或者栈上 new运算符和operator new() new:指我们在C++里通常用到的运算符,比如A* a = new A; 对于new来说,有new和::new之分,前者位于std operator new ...
分类:
编程语言 时间:
2016-08-26 01:11:10
阅读次数:
258
一、统一的平台开发环境 例如: J2EE开发平台 (详细的版本号控制) JDK、Tomcat、MySQL、Spring、MyBatis、Jackson、Junit、Redis Eclipse及安装插件的版本、其他等等好处:在以后解决问题的过程中,就可以排除平台不一致所带来的未知的问题二、安装路径去中 ...
分类:
其他好文 时间:
2016-08-26 01:10:22
阅读次数:
154