发现打上钩的话在plus以下的屏幕上控件的实际x会是-4但是在plus上是0,所以要设置一致的到视图的左右都未0 必须把Constrain to margins钩去掉!
分类:
其他好文 时间:
2016-01-25 20:59:12
阅读次数:
119
1.下载FFmpeg文件包,解压包里的\bin\下的文件解压到 D:\ffmpeg\ 目录下. 下载地址 http://ffmpeg.zeranoe.com/builds/win32/static/ D:\ffmpeg 目录追加到系统 PATH 环境变量中;2.运行 copy_to_ff...
分类:
其他好文 时间:
2016-01-25 21:01:11
阅读次数:
318
一、关于自动布局(Autolayout)在Xcode中,自动布局看似是一个很复杂的系统,在真正使用它之前,我也是这么认为的,不过事实并非如此。我们知道,一款iOS应用,其主要UI组件是由一个个相对独立的可视单元构成,这些可视单元有的主要负责向用户输出有用的信息,有些则负责信息的输 入(交互),交互的...
分类:
其他好文 时间:
2016-01-25 20:59:03
阅读次数:
165
在多维表达式 (MDX) 中,下列语句用于管理 MDX 脚本中的上下文、作用域和流控制。主题说明calculate语句计算子多维数据集,还可以确定子多维数据集中所包含的求解次序case语句允许有条件地从多次比较中返回特定值existing关键字强制在当前上下文中计算所指定的集freeze语句将所指定...
分类:
其他好文 时间:
2016-01-25 21:01:04
阅读次数:
420
#import "ViewController.h"@interface ViewController ()@property (nonatomic,strong) CALayer *hourLayer;@property (nonatomic,strong) CALayer *minLayer;@...
分类:
其他好文 时间:
2016-01-25 20:59:40
阅读次数:
186
Pose-Graph Optimization和Bundle Adjustment是Visual Odometry中两种重要的优化方式。Pose-Graph Optimization相机位置可以表示为一幅图像:“点”为相机位置,“边”为相机位置间的刚体运动。Cost function: 其中,ei....
分类:
其他好文 时间:
2016-01-25 21:00:17
阅读次数:
1451
简单动画没什么好说的,直接看代码。=-=//横向、纵向移动 [UIView animateWithDuration:0.5 animations:^{ self.aView.frame = CGRectMake(_aView.frame.origin.x, _aView.fram...
分类:
其他好文 时间:
2016-01-25 20:58:29
阅读次数:
140
root@kali:~# cat /etc/apt/sources.list # Regular Repositories deb http://http.kali.org/kali sana main non-free contrib deb http://security.kali.org/ka...
分类:
其他好文 时间:
2016-01-25 20:57:30
阅读次数:
200
package com.lainxi2;public class ceshi3 extends Thread{ public void run() { dxc(); } public void dxcf() { for(in...
分类:
其他好文 时间:
2016-01-25 20:59:07
阅读次数:
118
Problem DescriptionThere are many unsolvable problem in the world.It could be about one or about zero.But this time it is about bigger number. Given a...
分类:
其他好文 时间:
2016-01-25 20:57:22
阅读次数:
262
using (FileStream freader = new FileStream("1.txt", FileMode.OpenOrCreate)) { //写入文件的流 using (FileStream fw...
分类:
其他好文 时间:
2016-01-25 20:55:20
阅读次数:
201
adb shell am start -a android.intent.action.CALL -d tel:555-5555mount -o rw,remount /dev/block/platform/msm_sdcc.1/by-name/system /system adb shell se...
分类:
其他好文 时间:
2016-01-25 20:55:43
阅读次数:
465
gitinspector是一个python语言开发的开源的命令行下的代码统计工具,一般用于开发人员对自己的代码做统计。命令行的一般用法:#gitinspector-wTHL/path/code/repository//自行执行看下效果,这里不再缀述#gitinspector--format=html--timeline--localize-output-w/path/code/re..
分类:
其他好文 时间:
2016-01-25 19:44:52
阅读次数:
1362
1.安装一些依赖包安装lamp环境[root@localhost~]#yuminstallmysql-serverhttpdphp其他依赖包[root@localhost~]#yuminstallmysql-develnet-snmpnet-snmp-utilsnet-snmp-develcurl-develperl-DBIphp-gdphp-mysqlphp-bcmathphp-mbstringphp-xml-gcc-c++2.下载zabbix解压并安装[roo..
分类:
其他好文 时间:
2016-01-25 19:44:16
阅读次数:
289
编辑zabbix_agentd.conf删除注释#Incloud=修改目录/usr/local/zabbix/conf/other_conf.dmkdir/usr/local/zabbix/conf/other_conf.dcd/usr/local/zabbix/conf/other_conf.dvimdisk_io.confUserParameter=custom.vfs.dev.read.ops[*],cat/proc/diskstats|grep$1|head-1|awk‘{prin..
分类:
其他好文 时间:
2016-01-25 19:43:20
阅读次数:
210
一、nsswitch概述1.nsswitch:network/nameserviceswitchnsswitch网路名称服务解析是通用框架,与各种类型存储进行交互的公共模块化实现;实现:/usr/lib64/libnss*,/lib64/libnss*框架模块:libnss;驱动模块:libnss_files-2.配置文件:/etc/nsswitch.conf(1)格式为每一种用..
分类:
其他好文 时间:
2016-01-25 19:41:17
阅读次数:
306
最近两个月的计划,完成最新设计的两个已经上线的项目架构和核心代码的整理分享。1、epush,用于解决浏览器端的推送。以下是epush的具体架构。末前3台4G内存60G硬盘的虚拟机。支持6万左右的长连接。推送稳定正常。2、elasticsearch,分布式存储。将产生的订单分布式存储。选取..
分类:
其他好文 时间:
2016-01-25 19:40:19
阅读次数:
163