为何须要fence fence怎样使用 软件实现的opengl 硬件实现的opengl 上层使用canvas画图 上层使用opengl画图 下层合成 updateTexImage doComposeSurfaces DisplayDevice和FramebufferSurface 关于fence。不 ...
分类:
移动开发 时间:
2017-07-02 20:26:26
阅读次数:
374
创建者模式,主要针对某些产品有类似的生产步骤,且有需要有先后顺序的进行各个部件的生成。 一、示例展示: 通过学习及总结,以下是我完成的创建者模式的示例: 1.创建产品类:Laptop public class Laptop { ArrayList LaptopParts = new ArrayLis ...
分类:
其他好文 时间:
2017-06-30 01:12:26
阅读次数:
271
``` curl -sS http://packages.gitlab.cc/install/gitlab-ce/script.rpm.sh | sudo bash sudo yum install gitlab-ce sudo gitlab-ctl reconfigure systemctl st ...
分类:
其他好文 时间:
2017-06-28 17:14:25
阅读次数:
148
系统环境:CentOS7 切记:安装GitLab 时会自动安装GitLab自带的Nginx,为了避免冲突,部署环境时先不要安装Nginx。 官网安装及汉化安装 官网安装最新版GitLab:https://about.gitlab.com/installation/ 选择对应的系统版本 按照官网的教程 ...
分类:
其他好文 时间:
2017-06-27 16:23:49
阅读次数:
164
1、首先运行 compile.m 文件,本机的gcc是5.2.1,而matlab2014a要求的是 gcc是 4.7,但是也可以编译,就是有警告信息。 2、如果第4个文件 mex -O fconv.cc -output fconv 还不行,再修改 -o 为 -output。 ...
分类:
其他好文 时间:
2017-06-26 23:58:37
阅读次数:
342
#!/bin/shbak_path="/var/atlassian/application-data/confluence/backups"rsync root@10.110.1.111:$bak_path/ /backup/backup/technet -avzu 配合crontab命令使用 * ...
分类:
其他好文 时间:
2017-06-26 10:20:44
阅读次数:
224
参考: http://stackoverflow.com/questions/3292903/in-markdown-what-is-the-best-way-to-link-to-a-fragment-of-a-page-i-e-some-id ...
分类:
其他好文 时间:
2017-06-24 18:45:31
阅读次数:
137
映射文件(.hbm.xml) 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE hibernate-mapping PUBLIC 3 "-//Hibernate/Hibernate Mapping DTD 3.0//EN" 4 "http:// ...
分类:
Web程序 时间:
2017-06-24 18:29:57
阅读次数:
202