第16月第23天 atos】的更多相关文章

1. grep --after-context=2 "Binary Images:" *crash xcrun atos -o zhiniao_adhoc_stg1.app.dSYM/MLPlayer.app.dSYM/Contents/Resources/DWARF/MLPlayer -l 0x102c30000 -arch arm64 0x102da3a70 http://www.cocoachina.com/industry/20140514/8418.html 2. expor…
1. EAIntroView,界面和模型分离.EAIntroPage数据模型,EAIntroView界面. https://github.com/ealeksandrov/EAIntroView…
1.lineFragmentPadding https://blog.csdn.net/lwb102063/article/details/78748186…
1.nsobject 单例 sudo chmod 666 /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Resources/IDETextKeyBindingSet.plist sudo chmod 777 /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Resources/ https://www.jianshu.com/p/09cfecfb1a…
1. 94  brew install  mongodb 95  cd ~ 96  cd Desktop/web/ 97  ls 98  mkdir mongo 99  cd mongo/ 100  ls 101  mkdir -p data/db 102  chown `id -u` data/db 103  ls data/db 107  mongod 109  mongod --dbpath data/db http://blog.csdn.net/moumaobuchiyu/articl…
1. pip install virtualenv virtualenv testvir cd testvir cd Scripts activate pip https://zhuanlan.zhihu.com/p/32286726 2.ipython python sudo pip install ipython brew install python python which python sudo pip install ipython ipython ipythonwhich ipyt…
1. 运行脚本时出现了这样一个错误,打开之后并没有找到所谓的^M,查了之后才知道原来是文件格式的问题,也就是linux和windows之间的不完全兼容...具体细节不管,如果验证: vim test.sh:set ff?如果出现fileforma=dos那么就基本可以确定是这个问题了.:set fileformat=unix:wq OK了....... http://blog.csdn.net/yongan1006/article/details/8142527…
1. 正确的处理方法 1)设置标头的高度为特小值 (不能为零 为零的话苹果会取默认值就无法消除头部间距了) UIView *view = [[UIView alloc]initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, 0.001)]; view.backgroundColor = [UIColor redColor]; self.tableView.tableHeaderView = view; 2)写代理方法(中间的留白其实是…
1. find . -type f -exec echo {} \; find src -type f -exec sh -c "iconv -f GB18030 -t UTF8 {} > {}.txt" \; find src -name "*.cpp.txt" | awk -F '.txt' '{print "mv "$0 " "$1}' | sh find include -type f -exec sh -c &…
1. self.contentMode = UIViewContentModeScaleAspectFill; self.clipsToBounds = YES; http://blog.csdn.net/yuanpeng1014/article/details/70888584…
1. https://tokoik.github.io/opengl/libglut.html https://github.com/wistaria/wxtest/tree/master/C http://www.opengl-tutorial.org/cn/…
1. ; double duration = 10.0f; ; i<count; i++) { //旋转动画 CABasicAnimation *anima3 = [CABasicAnimation animationWithKeyPath:@"transform.rotation"]; anima3.toValue = [NSNumber numberWithFloat:M_PI*]; anima3.beginTime = (1.0/count)*duration*i; ani…
1. void TCPServer::start() { poco_assert (_stopped); _stopped = false; _thread.start(*this); } void Thread::start(Runnable& target) { startImpl(target); } ... void ThreadImpl::startImpl(Runnable& target) { if (_pData->pRunnableTarget) throw Sys…
1.glCltDispatchTable typedef struct _GLTEBINFO { // glCltDispatchTable must be the first field for the assembly code to work. // We pad the table with an extra entry if necessary to make glMsgBatchInfo // start at a qword boundary. PVOID glCltDispatc…
1.NSInvocation存储 -(void)setInvok:(id)target sel:(SEL)sel key:(id)key { if(!target) return; NSMethodSignature *sig=[target methodSignatureForSelector:sel]; NSInvocation *invo=[NSInvocation invocationWithMethodSignature:sig]; [invo setTarget:target]; […
1. //_lseek(file_handle, -(int)pbitmap->bitmapinfoheader.biSizeImage, SEEK_END); SetFilePointer((HANDLE)file_handle, -(int)(pbitmap->bitmapinfoheader.biSizeImage), NULL, FILE_END); http://bbs.csdn.net/topics/270065223 http://blog.csdn.net/aloneone/a…
1. //不延时,可能会导致界面黑屏并卡住一会 [self performSelector:@selector(startScan) withObject:nil afterDelay:0.3]; - (void)viewWillDisappear:(BOOL)animated { [super viewWillDisappear:animated]; [NSObject cancelPreviousPerformRequestsWithTarget:self]; [self stopScan]…
1. http://www.jianshu.com/p/641a0cbcabb0…
1. 在对textView.textField限制文字长度时,如果不做特殊处理,当联想文字加上已输入文字超出设定长度时,iOS 7.0系统会崩溃(ios 8.0以上系统做了处理,不会崩溃). http://blog.csdn.net/hero_wqb/article/details/52075579?locationNum=4&fps=1…
SAP月结操作讲解 https://wenku.baidu.com/view/ac6fe45d312b3169a451a4b9.html   步聚 操作内容 事务码 是否必须 操作时间 月/年结 1 关闭待结期间物料帐,并打开下一期间物料帐 MMPV/MMRV 是 FI月结开始 月年 2 打开下一个会计期间财务帐 OB52 是 FI月结开始 月年 3 确认本期间业务全部入帐,出纳与会计对帐等 F-02,VF01,MIRO等 是 CO月结开始前 月年 4 固定资产折旧运行 是 CO月结开始前 月年…
目录 1.which-whereis-locate-grep-find查找命令 1.1 which 1.2 whereis 1.3 locate 1.4 grep 1.5 find命令 2. 命令的判断 2.1 三个特殊符号: :  &&   || 1.which-whereis-locate-grep-find查找命令 命令 说明 which 查看可执行文件的位置 whereis 查看可执行文件的位置和文件 locate 配合数据库缓存,快速查看文件位置 grep 过滤匹配,它是一个文件…
搭建web02服务器作为web01的负载均衡服务器: httpd和nginx配置比较相似,也有虚拟主机,一个http服务需要配置多个站点,基于ip(基本用不到).端口(内部网站).域名(外部网站): yum安装的http只是把把软件做了一些优化,集中了配置: 16.1.http软件的安装: 1.下载httpd软件(web02): [root@web02 ~]# mkdir -p tools [root@web02 ~]# mkdir -p /application [root@web02 ~]#…
verilog实现的16位CPU单周期设计 这个工程完成了16位CPU的单周期设计,模块化设计,包含对于关键指令的仿真与设计,有包含必要的分析说明. 单周期CPU结构图 单周期CPU设计真值表与结构图 该CPU用到的指令集,16位8个通用寄存器 设计思路 Instruction Memory: 输入8位的PC指令,输出对应内存的16位指令 Control Unit 输入16位的指令,根据真值表,输出对应结果 Register File 输入三个地址和写入内容,写入信号,输出两个地址对应的内容 由…
1 /// <字符串转16进制格式,不够自动前面补零> 2 /// 假设文本框里面填写的是:01 02 03 04 05 06 3 /// Str获取的是01 02 03 04 05 06 是字符串 4 /// 需要将01转为0x01,02转为0x02 5 /// 首先默认把文本框每隔两个字符作为一个16进制数 6 /// 假设文本框中是010203040506(偶数个数据),则01,02,03,04,05,06分别作为16进制 7 /// 如果文本框中的字符个数是奇数个1115268,则默认…
转载:http://freeloda.blog.51cto.com/2033581/1288553 大纲 一.前言 二.环境准备 三.安装与配置Nginx 四.Nginx之反向代理 五.Nginx之负载均衡 六.Nginx之页面缓存 七.Nginx之URL重写 八.Nginx之读写分离 注,操作系统为 CentOS 6.4 x86_64 , Nginx 是版本是最新版的1.4.2,所以实验用到的软件请点击这里下载:http://yunpan.cn/QXIgqMmVmuZrm 一.前言 在前面的几…
摘要 超文本传输协议(HTTP)是一种为分布式,合作式,多媒体信息系统服务,面向应用层的协议.它是一种通用的,不分状态(stateless)的协议,除了诸如名称服务和分布对象管理系统之类的超文本用途外,还可以通过扩展它的请求方式,错误代码和报头来完成许多任务.HTTP的一个特点是数据表示方式的典型性和可协商性允许独立于传输数据而建立系统.在1990年WWW全球信息刚刚起步的时候HTTP就得到了应用.HTTP的第一个版本叫做HTTP/0.9,是一种为互联网原始数据传输服务的简单协议.由RFC 19…
单独安装svn服务: 安装svn软件 yum install subversion 创建根目录 mkdir -p /var/www/svn 创建版本库repos svnadmin create /var/www/svn/repos 查看是否安装成功,出现版本信息为成功 svnserve --version 修改vim /var/www/svn/repos/conf/svnserve.conf 配置文件 去掉如下几行的注释 anon-access = none auth-access = writ…
linux的安装命令选项太多,整理一下,方便后期查找. 汇总: install: rpm -ivh 包全名 安装 upgrade: rpm -Uvh 包全名 升级 erase: rpm -e 包名 删除 search rpm: rpm -q 包名 查询软件包是否安装 rpm -qa 查询所有已经安装的rpm包 rpm -qi 包名 查询已安装的rpm信息 rpm -qip 包名 查询未安装的rpm信息 rpm -ql 包名 查看rpm的安装位置 rpm -qlp 包名 查看rpm的预设安装位置…
R语言进行数据预处理wranging li_volleyball 2016年3月22日 data wrangling with R packages:tidyr dplyr Ground rules library(tidyr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The foll…
--Oracle查询当前版本select * from v$version;----------Oracle 查询服务器端编码----------select * from v$nls_parameters where parameter='NLS_CHARACTERSET'; ----------Oracle 查询当前时间的三种方式----------select sysdate from dual;--2016/8/5 21:47:44select current_date from dua…