05 2020 档案

摘要:linux : // sudo apt-get install ssh // sudo service ssh start service ssh stop windows: // ssh hostname@IP 阅读全文
posted @ 2020-05-29 22:28 YZFHKMS-X 阅读(150) 评论(0) 推荐(0) 编辑
摘要://编译出的库的ndk version 一定要小于打包的版本,这决定了兼容性 阅读全文
posted @ 2020-05-28 23:13 YZFHKMS-X 阅读(180) 评论(0) 推荐(0) 编辑
摘要:{ 编译.so 的android api >= 打包apk的api } { /* * Copyright (C) 2017 The Android Open Source Project * All rights reserved. * * Redistribution and use in sou 阅读全文
posted @ 2020-05-28 01:07 YZFHKMS-X 阅读(2001) 评论(0) 推荐(0) 编辑
摘要:{ //https://www.bilibili.com/video/BV1hb411J7kB?from=search&seid=3074061507025104700 } 阅读全文
posted @ 2020-05-24 21:06 YZFHKMS-X 阅读(154) 评论(0) 推荐(0) 编辑
摘要://配置vs环境变量 C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterpr 阅读全文
posted @ 2020-05-24 10:41 YZFHKMS-X 阅读(9794) 评论(0) 推荐(1) 编辑
摘要:{ //https://www.mozilla.org/zh-CN/firefox/all/#product-desktop-developer } 阅读全文
posted @ 2020-05-24 00:52 YZFHKMS-X 阅读(153) 评论(0) 推荐(0) 编辑
摘要://https://www.cnblogs.com/JoyPoint/p/11629521.html { 我们经常会遇到将第三方库文件复制到项目运行时文件夹,或者将子项目生成的库文件复制到项目运行时文件夹的情况,本文介绍FILE-COPY、add_custom_command、ADD_CUSTOM_ 阅读全文
posted @ 2020-05-21 21:58 YZFHKMS-X 阅读(506) 评论(0) 推荐(0) 编辑
摘要:{ https://github.com/conwnet/wpa-dictionaryhttp://www.360doc.com/content/18/0827/09/52701931_781512408.shtmlhttps://www.cnblogs.com/a986771570/p/62109 阅读全文
posted @ 2020-05-20 23:44 YZFHKMS-X 阅读(228) 评论(0) 推荐(0) 编辑
摘要:int getsockopt(int sockfd,int level,int optname,void *optval,socklen_t *optlen) int setsockopt(int sockfd,int level,int optname,const void *optval,soc 阅读全文
posted @ 2020-05-15 22:31 YZFHKMS-X 阅读(684) 评论(0) 推荐(0) 编辑
摘要:{ //sudo rm /var/lib/apt/lists/lock } //https://www.linuxidc.com/Linux/2014-06/103437.htm { 查看一下是否有使用apt-get的程序,终端输入:ps -aux,找到使用apt-get的程序(最后一列),查看其P 阅读全文
posted @ 2020-05-07 22:21 YZFHKMS-X 阅读(615) 评论(0) 推荐(0) 编辑
摘要:在CMakeLists.txt 中添加,如要在原生代码区分Android与IOS平台的编译,可以这么做: 阅读全文
posted @ 2020-05-03 21:10 YZFHKMS-X 阅读(112) 评论(0) 推荐(0) 编辑
摘要:1.一般变量 1)CMake变量引用的方式 使用${}进行变量的引用。例如: ${PROJECT_NAME} #返回项目名称 在 IF 等语句中,是直接使用变量名而不通过${}取值。 2)cmake自定义变量的方式 cmake变量定义的方式有两种:隐式定义和显式定义。 隐式定义 前面举了一个隐式定义 阅读全文
posted @ 2020-05-03 21:09 YZFHKMS-X 阅读(180) 评论(0) 推荐(0) 编辑
摘要:首先,Add the Mono Project GPG signing key sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831E 阅读全文
posted @ 2020-05-03 13:35 YZFHKMS-X 阅读(549) 评论(0) 推荐(0) 编辑
摘要:sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 76F1A20FF987672Fadd loic key:sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com 阅读全文
posted @ 2020-05-03 13:15 YZFHKMS-X 阅读(288) 评论(0) 推荐(0) 编辑
摘要:sudo apt install gksu gksu gedit /etc/default/apport 阅读全文
posted @ 2020-05-03 11:20 YZFHKMS-X 阅读(272) 评论(0) 推荐(0) 编辑
摘要:{ This is a dependency issue for etherape. Please install libgnomeui to fix it: sudo apt install libgnomeui-0 } 阅读全文
posted @ 2020-05-02 23:51 YZFHKMS-X 阅读(365) 评论(0) 推荐(0) 编辑
摘要:// 与c++ 无法解析的外部符号是一样的 //如果你c++足够牛逼那这个问题你会很快解决 阅读全文
posted @ 2020-05-02 22:14 YZFHKMS-X 阅读(214) 评论(0) 推荐(0) 编辑
摘要:sudo apt-get install gcc-multilib -y 阅读全文
posted @ 2020-05-02 10:49 YZFHKMS-X 阅读(1066) 评论(0) 推荐(0) 编辑
摘要://http://kernelish.lofter.com/post/24e946_18934ef //https://www.dazhuanlan.com/2019/11/06/5dc2d0ed7a08e/ 阅读全文
posted @ 2020-05-02 09:37 YZFHKMS-X 阅读(195) 评论(0) 推荐(0) 编辑
摘要:{ deb-src http://archive.ubuntu.com/ubuntu xenial main restricted#Added by software-propertiesdeb http://mirrors.aliyun.com/ubuntu/ xenial main restri 阅读全文
posted @ 2020-05-02 00:33 YZFHKMS-X 阅读(204) 评论(0) 推荐(0) 编辑
摘要://sudo su //apt-get install recordmydesktop 阅读全文
posted @ 2020-05-02 00:11 YZFHKMS-X 阅读(125) 评论(0) 推荐(0) 编辑
摘要:pavucontrol set config 阅读全文
posted @ 2020-05-01 22:58 YZFHKMS-X 阅读(132) 评论(0) 推荐(0) 编辑
摘要://from https://www.cnblogs.com/youyoui/p/10680329.html Linux读取环境变量 读取环境变量的方法: export命令显示当前系统定义的所有环境变量 echo $PATH命令输出当前的PATH环境变量的值 这两个命令执行的效果如下 uusama@ 阅读全文
posted @ 2020-05-01 19:38 YZFHKMS-X 阅读(172) 评论(0) 推荐(0) 编辑
摘要:https://jingyan.baidu.com/article/c74d60009d992f0f6a595de6.html sudo gpasswd -a yzfh wireshark 正在将用户“yzfh”加入到“wireshark”组中 阅读全文
posted @ 2020-05-01 13:44 YZFHKMS-X 阅读(129) 评论(0) 推荐(0) 编辑
摘要://https://www.cnblogs.com/coolulu/p/4142342.html 编译完之后执行文件在cocos2d-x-3.1/build/linux-build/bin的子文件夹里 sudo apt-get install libx11-dev sudo apt-get inst 阅读全文
posted @ 2020-05-01 11:22 YZFHKMS-X 阅读(163) 评论(0) 推荐(0) 编辑
摘要:1)sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup 2)sudo gedit /etc/apt/sources.list { deb-src http://archive.ubuntu.com/ubuntu xenial main 阅读全文
posted @ 2020-05-01 00:30 YZFHKMS-X 阅读(167) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示