#include #include #include "stb_image.h" #include "shader_s.h" #include void framebuffer_size_callback(GLFWwindow* window, int width, int height); voi... ...
分类:
其他好文 时间:
2019-04-10 23:36:33
阅读次数:
146
1. network setup open up "network" -> manually set IP. To check -> ip address 2. proxy setup open up "network" set to lasproxy.is.ad.igt.com 9000 3. D ...
分类:
系统相关 时间:
2019-02-25 22:03:56
阅读次数:
158
问题描述: Execution failed for task ':app:preDebugBuild'.> Android dependency 'androidx.media:media' has different version for the compile (1.0.0-rc01) an ...
分类:
其他好文 时间:
2019-02-20 12:43:56
阅读次数:
190
1.1 常见问题1.Slave I/O: error connecting to master 'backup@192.168.1.x:3306'-retry-time: 60 retries: 86400,Error_code:1045解决方法:从服务器上删除掉所有的二进制日志文件,包括一个数据目 ...
分类:
数据库 时间:
2019-02-14 13:32:08
阅读次数:
229
一 Context概述 Context provides a way to pass data through the component tree without having to pass props down manually at every level. 二 项目结构 三 代码 1 th ...
分类:
其他好文 时间:
2019-01-26 12:38:34
阅读次数:
196
1.安装 如果报错说缺少依赖文件,则使用apt自动安装依赖项 我在安装中报错: 重新执行安装命令时,出现新错误 按照提示执行 又报错 网上搜索后,尝试如下解决 报错: 根据提示,执行 报错 根据提示执行 完成,重新安装 graphviz 成功 可见,错误原因是aptitude没安装。 2.使用 参考 ...
分类:
其他好文 时间:
2019-01-13 01:45:48
阅读次数:
512
转 https://www.jianshu.com/p/6cb2588e82e3 system 系统 setting 设置 network 网络 proxy 代理 clock 时钟 location 位置 option 选项 method 方法 resolution 分辨率 manually手动 r ...
分类:
系统相关 时间:
2018-12-18 12:05:16
阅读次数:
237
Gradle是一个基于Apache Ant和Apache Maven概念的项目自动化构建开源工具。它使用一种基于Groovy的特定领域语言(DSL)来声明项目设置,抛弃了基于XML的各种繁琐配置。 ...
分类:
系统相关 时间:
2018-12-07 21:05:38
阅读次数:
243
在vscode中点击对应插件的install按钮安装,安装失败,软件提示手动安装(manually install)。 手动下载vsix安装包,然后点击install from VSIX...,选择vsix安装包进行安装,显示Error: EACCES: permission denied, mkd ...
分类:
其他好文 时间:
2018-12-02 16:14:04
阅读次数:
1277
Mininet 安装 根据SDNLAB上的实验进行安装。 "连接地址" 需要注意的是切换到用户目录下进行clone github上的源码。 1、卸载之前安装的Mininet 最好是先到目录下看是否有这些文件,再进行删除。 2、更新软件 3、从github上获取Mininet源码 4、获取完以后,查看 ...
分类:
Web程序 时间:
2018-11-25 16:22:33
阅读次数:
273